summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_remove_dead_variables.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-2/+2
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/remove_dead_variables: fixup for new foreach_block()Connor Abbott2016-04-281-28/+20
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir/dead_variables: Configurably work with any variable modeJason Ekstrand2016-04-131-9/+24
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-0/+5
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-2/+2
* nir: move to compiler/Emil Velikov2016-01-261-0/+141