Skip to content

nir/lower_io_to_vector: fix per vertex io handling for arrays

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

The pass was processing the per vertex index from the wrong end of the array deref chain.

Fixes: bcd14756 ("nir/lower_io_to_vector: add flat mode")

Fixes the last piglit test in piglit!530 (merged)

Merge request reports