aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_io_to_vector.c
Commit message (Expand)AuthorAgeFilesLines
* 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