summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_constant_folding.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Optimize out discard_ifs with a constant 0 argument.Eric Anholt2016-09-281-0/+8
* 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/opt_constant_folding: fixup for new foreach_block()Connor Abbott2016-04-281-15/+13
* 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-2/+2
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-3/+3
* nir: update opcode definitions for different bit sizesConnor Abbott2016-03-171-2/+27
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-3/+8
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-2/+2
* nir: move to compiler/Emil Velikov2016-01-261-0/+201