summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_vars_to_ssa.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Walk blocks in source code order in lower_vars_to_ssa.Matt Turner2016-08-251-105/+104
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* nir: glsl_get_bit_size() should take glsl_typeRob Clark2016-05-121-1/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-2/+2
* nir/lower_vars_to_ssa: fixup for new foreach_block()Connor Abbott2016-04-281-5/+9
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-2/+2
* nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez2016-04-111-2/+2
* nir/vars_to_ssa: Use the new nir_phi_builder helperJason Ekstrand2016-03-241-359/+134
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-3/+9
* nir: use const_index helpersRob Clark2016-02-091-2/+3
* nir: move to compiler/Emil Velikov2016-01-261-0/+973