aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_io_to_vector.c
Commit message (Expand)AuthorAgeFilesLines
* nir: do not try to merge xfb-outputsErik Faye-Lund2020-06-151-0/+12
* nir: Add per_view attribute to nir_variableCaio Marcelo de Oliveira Filho2020-04-071-0/+3
* nir: add nir_intrinsic_interp_deref_at_vertexSamuel Pitoiset2020-01-291-1/+2
* nir/lower_io_to_vector: don't create arrays when not neededRhys Perry2019-12-021-1/+7
* nir: add amul instructionRob Clark2019-10-181-1/+1
* nir/lower_io_to_vector: don't merge compact varyingsRhys Perry2019-09-061-0/+3
* nir/lower_io_to_vector: add flat modeRhys Perry2019-09-061-47/+204
* nir/lower_io_to_vector: allow FS outputs to be vectorizedRhys Perry2019-09-061-27/+32
* nir: use braces around subobject in initializerTapani Pälli2019-04-261-4/+4
* nir: Add a pass for lowering IO back to vector when possibleJason Ekstrand2019-03-121-0/+387