Skip to content

glsl: simplify finding cursor in varying packing code

Timothy Arceri requested to merge tarceri/mesa:fix_packing into main

This is simpler and also avoids an assert() when the last block is empty.

Fixes: e3a45a47 ("glsl: implement lower_packed_varyings() as a NIR pass")

@mareko Apologies for missing this one.

Merge request reports