Skip to content

radv: do nir_shader_gather_info after radv_nir_lower_rt_abi

Fixes compilation of a Doom Eternal shader with PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT.

ac_nir_lower_resinfo() was not happening because it is predicated on uses_resource_info_query and no later optimization updated it.

Merge request reports