summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_validate.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Make array deref direct vs. indirect an enumJason Ekstrand2015-01-151-1/+2
* nir: Validate that the SSA def and register indices are uniqueJason Ekstrand2015-01-151-0/+41
* nir: Validate all lists in the validatorJason Ekstrand2015-01-151-0/+14
* nir: add a validation passConnor Abbott2015-01-151-0/+790