aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_load_const_to_scalar.c
Commit message (Expand)AuthorAgeFilesLines
* nir: prepare for bumping up max components to 16Karol Herbst2018-07-171-1/+1
* nir: lower_load_const_to_scalar fix for 8/16b typesRob Clark2018-03-131-4/+15
* nir: Return progress from nir_lower_load_const_to_scalar().Matt Turner2017-03-231-6/+20
* 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_load_const: fixup for new foreach_block()Connor Abbott2016-04-281-12/+6
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir/lower_load_const_to_scalar: support doubles and multiple bit sizesIago Toral Quiroga2016-04-111-2/+6
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+2
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+89