aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_io_arrays_to_elements.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-5/+0
* nir: convert lower_io_arrays_to_elements to deref instructionsRob Clark2018-06-221-79/+81
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+5
* nir/st_glsl_to_nir: add param to disable splitting of inputsTimothy Arceri2018-01-311-9/+13
* nir: fix shift for uint64_tTimothy Arceri2017-12-131-2/+2
* nir: allow builin arrays to be loweredTimothy Arceri2017-12-041-7/+10
* nir: add array lowering function that assumes there are no indirectsTimothy Arceri2017-12-041-1/+43
* nir: add varying array splitting passTimothy Arceri2017-12-041-0/+383