Skip to content

lima: Fix crash without vertex shader attributes

Andreas Baierl requested to merge rellla/mesa:lima-fix-no-vertex-attribs into master

This fixes a few piglit tests, which asserted due to size 0 in lima_ctx_buff_alloc. For example this occurs when there are no vertex attributes. Maybe there some other cases which need a follow-up patch, but i did not look any further.

Merge request reports