summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_tex.c
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_tex: fixup for new foreach_block()Connor Abbott2016-05-051-25/+22
* 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/builder: Add bit_size info to nir_build_imm()Samuel Iglesias Gonsálvez2016-04-281-1/+1
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir/lower-tex: add srgb->linear loweringRob Clark2016-04-191-0/+46
* nir/lower-tex: make options a local varRob Clark2016-04-191-8/+8
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+1
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-3/+3
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-3/+3
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-6/+6
* nir: move to compiler/Emil Velikov2016-01-261-0/+355