summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_global_vars_to_local.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-14nir: Fix non-determinism in lower_global_vars_to_localConnor Abbott1-2/+5
2019-01-19nir: rename nir_var_function to nir_var_function_tempKarol Herbst1-1/+1
2019-01-19nir: rename nir_var_private to nir_var_shader_tempKarol Herbst1-2/+2
2019-01-14src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho1-3/+1
2019-01-09nir: Unset metadata debug bit if no progress madeMatt Turner1-0/+8
2019-01-08nir: rename global/local to private/function memoryKarol Herbst1-3/+3
2018-10-25util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom1-1/+0
2018-06-22nir: Remove old-school deref chain supportJason Ekstrand1-3/+0
2018-06-22nir: Remove deref chain support from lower_global_vars_to_localJason Ekstrand1-18/+4
2018-06-22nir: Support deref instructions in lower_global_vars_to_localJason Ekstrand1-23/+42
2018-06-22nir: add deref lowering sanity checkingRob Clark1-0/+3
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/nir_lower_global_vars: fixup for new foreach_block()Connor Abbott1-22/+16
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-01-26nir: move to compiler/Emil Velikov1-0/+113