aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_locals_to_regs.c
Commit message (Expand)AuthorAgeFilesLines
* compiler/nir: Add support for variable initialization from a pointerArcady Goldmints-Orlov2020-02-121-1/+2
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-2/+2
* nir/lower_locals_to_regs: cast array index to 32 bitKarol Herbst2019-03-191-2/+2
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-2/+2
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-2/+2
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-221-3/+3
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* nir: Rework lower_locals_to_regs to use deref instructionsJason Ekstrand2018-06-221-100/+88
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: Remove unused includeThomas Helland2017-06-071-1/+0
* nir: Remove nir_array from lower_locals_to_regsThomas Helland2016-12-161-9/+0
* nir: Delete most of the constant_initializer supportJason Ekstrand2016-12-051-89/+2
* nir: Remove some no longer needed assertsJason Ekstrand2016-10-061-1/+0
* 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-1/+1
* nir/lower_locals_to_regs: fixup for new foreach_block()Connor Abbott2016-04-281-4/+5
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+1
* nir/locals_to_regs: adapt to different bit sizesConnor Abbott2016-04-111-0/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-3/+4
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-1/+1
* nir: use const_index helpersRob Clark2016-02-091-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+396