Skip to content

st_glsl_to_nir: call nir_shader_gather_info() when needed

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

We must call nir_shader_gather_info() before nir_compact_varyings() or the compact pass wont do anything.

The nir_shader_gather_info() call it used to depend on was removed in 4e797ac5.

Fixes: 4e797ac5 ("st/glsl: fix broken vertex attrib mapping") Closes: #8117

Merge request reports