Skip to content

nir: fix crash in varying packing on interface mismatch

Timothy Arceri requested to merge tarceri/mesa:fix_varying_packing into master

For example when the outputs are scalars but the inputs are struct members.

Fixes: 26aa4609 ("nir: rewrite varying component packing")

Merge request reports