aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_global_vars_to_local.c
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-2/+2
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-3/+1
* nir: Unset metadata debug bit if no progress madeMatt Turner2019-01-091-0/+8
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-3/+3
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-1/+0
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-3/+0
* nir: Remove deref chain support from lower_global_vars_to_localJason Ekstrand2018-06-221-18/+4
* nir: Support deref instructions in lower_global_vars_to_localJason Ekstrand2018-06-221-23/+42
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+3
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/nir_lower_global_vars: fixup for new foreach_block()Connor Abbott2016-04-281-22/+16
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+113