summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_validate.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-061-10/+8
* nir: avoid segfault when ssa src not foundTimothy Arceri2016-08-231-0/+3
* nir: fix validation messageTimothy Arceri2016-08-031-2/+2
* nir: Add a NIR_VALIDATE environment variableJason Ekstrand2016-06-251-0/+6
* nir: allow sat on all float destination typesIlia Mirkin2016-06-011-1/+3
* nir/validate: fix null deref coverity warningRob Clark2016-05-231-0/+1
* nir/validate: assume() that hashtable entry existsRob Clark2016-05-201-0/+3
* nir/validate: dump annotated shader with error msgsRob Clark2016-05-171-1/+62
* nir/validate: assert() -> validate_assert()Rob Clark2016-05-171-126/+128
* 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