Skip to content

ir3,freedreno: remove binning outputs after vs ucp lowering

Job Noorman requested to merge jnoorman/mesa:fd-fix-binning-ucp into main

nir_lower_clip_vs relies on VARYING_SLOT_CLIP_VERTEX which gets removed when removing the outputs that are unused by the binning vs. Fix this by only removing the outputs after running nir_lower_clip_vs.

Merge request reports

Loading