Skip to content

nir: change nir_lower_io_to_vector() so that it can always vectorize FS outputs

Rhys Perry requested to merge pendingchaos/mesa:nir_lower_io_to_vector into master

ACO needs there to be at most only one variable per target. With these changes, nir_lower_io_to_vector() should be able to guarantee that.

Edited by Rhys Perry

Merge request reports