summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_load_const_to_scalar.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-14nir/load_const_to_scalar: Get rid of a bit size switch statementJason Ekstrand1-19/+1
2019-04-14nir: make nir_const_value scalarKarol Herbst1-5/+5
2019-01-09nir: Unset metadata debug bit if no progress madeMatt Turner1-1/+6
2018-12-16nir: Add support for 1-bit data typesJason Ekstrand1-0/+3
2018-07-17nir: prepare for bumping up max components to 16Karol Herbst1-1/+1
2018-03-13nir: lower_load_const_to_scalar fix for 8/16b typesRob Clark1-4/+15
2017-03-23nir: Return progress from nir_lower_load_const_to_scalar().Matt Turner1-6/+20
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/lower_load_const: fixup for new foreach_block()Connor Abbott1-12/+6
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-04-11nir/lower_load_const_to_scalar: support doubles and multiple bit sizesIago Toral Quiroga1-2/+6
2016-04-11nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez1-1/+2
2016-03-17nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga1-1/+1
2016-01-26nir: move to compiler/Emil Velikov1-0/+89