Skip to content

nir/recompute_io_bases: Sort per-primitive PS inputs last.

Timur Kristóf requested to merge Venemo/mesa:nir_sort_per_prim_input_bases into main

Some hardware requires that per-primitive FS inputs are sorted last, and nir_assign_io_var_locations can already take care of this.

This MR adds the same consideration to nir_recompute_io_bases, which will allow us to use this function in RADV later.

Merge request reports