Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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