summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_vars_to_ssa.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-23nir: Return progress from nir_lower_vars_to_ssa().Matt Turner1-2/+6
2017-03-23nir: Fix syntax.Matt Turner1-1/+1
2016-12-05nir: Delete most of the constant_initializer supportJason Ekstrand1-14/+3
2016-08-25nir: Walk blocks in source code order in lower_vars_to_ssa.Matt Turner1-105/+104
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-05-12nir: glsl_get_bit_size() should take glsl_typeRob Clark1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-2/+2
2016-04-28nir/lower_vars_to_ssa: fixup for new foreach_block()Connor Abbott1-5/+9
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-2/+2
2016-04-11nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez1-2/+2
2016-03-24nir/vars_to_ssa: Use the new nir_phi_builder helperJason Ekstrand1-359/+134
2016-03-17nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott1-3/+9
2016-02-09nir: use const_index helpersRob Clark1-2/+3
2016-01-26nir: move to compiler/Emil Velikov1-0/+973