Skip to content

pan/midgard: Fix a divide by zero in emit_alu_bundle

Icecream95 requested to merge icecream95/mesa:emit-div0 into master

util_dynarray_grow_bytes divides by eltsize, but it's possible for bundle->padding to be zero.

I changed the other call to util_dynarray_grow_bytes for consistency.

Merge request reports