summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_print.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add an "exact" bit to nir_alu_instrJason Ekstrand2016-03-231-0/+2
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-1/+1
* nir: Add support for lowering load/stores of shared variablesJordan Justen2016-03-171-0/+1
* nir: Add compute shader shared variable storage classJordan Justen2016-03-171-1/+6
* nir/print: Add space after shader_storage var modeJordan Justen2016-03-171-1/+1
* nir/print: Better function argument printingJason Ekstrand2016-03-121-2/+10
* nir/print: Factor variable name lookup into a helperJason Ekstrand2016-03-121-30/+36
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-14/+0
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-3/+11
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-6/+6
* nir: use const_index helpersRob Clark2016-02-091-1/+1
* nir: const_index helpersRob Clark2016-02-091-9/+31
* nir: move to compiler/Emil Velikov2016-01-261-0/+1069