aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_vars_to_ssa.c
Commit message (Expand)AuthorAgeFilesLines
* nir/vars_to_ssa: Simplify node matching codeCaio Marcelo de Oliveira Filho2018-04-111-36/+31
* nir/vars_to_ssa: Remove an unnecessary deref_arry_type checkCaio Marcelo de Oliveira Filho2018-04-111-4/+5
* nir/vars_to_ssa: Rework register_variable_uses()Caio Marcelo de Oliveira Filho2018-04-111-28/+23
* nir/vars_to_ssa: Remove copies from the correct setJason Ekstrand2018-03-301-1/+1
* nir/vars_to_ssa: Handle missing struct members in foreach_deref_nodeJason Ekstrand2017-07-191-2/+6
* nir: Return progress from nir_lower_vars_to_ssa().Matt Turner2017-03-231-2/+6
* nir: Fix syntax.Matt Turner2017-03-231-1/+1
* nir: Delete most of the constant_initializer supportJason Ekstrand2016-12-051-14/+3
* 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