Skip to content

nir/lower_non_uniform: set non_uniform=false when lowering is not needed

Rhys Perry requested to merge pendingchaos/mesa:nir_lower_non_uniform_skip into main

Fixes RADV compilation of a Doom Eternal pipeline with PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT, because nir_opt_non_uniform_access was skipped and later passes don't expect non-uniform access.

Merge request reports