summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_validate.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Switch the arguments to nir_foreach_defJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-4/+4
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-3/+3
* nir/validate: fixup for new foreach_block()Connor Abbott2016-04-281-10/+4
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: Convert nir_variable_mode to a bitfieldJason Ekstrand2016-04-131-0/+3
* nir: Add a bit_size to nir_register and nir_ssa_defJason Ekstrand2016-03-171-4/+38
* nir: Add compute shader shared variable storage classJordan Justen2016-03-171-0/+5
* nir/validate: Better function validationJason Ekstrand2016-03-121-7/+15
* nir: Add a new "param" variable mode for parameters and return variablesJason Ekstrand2016-03-121-1/+1
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-0/+3
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-2/+2
* nir: use const_index helpersRob Clark2016-02-091-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+1071