aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_clip.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-1/+1
* nir: Return progress from nir_lower_clip_fs().Matt Turner2017-03-231-2/+6
* nir: Return progress from nir_lower_clip_vs().Matt Turner2017-03-231-4/+6
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-3/+3
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-1/+1
* nir: Update shader info when adding discardsEric Anholt2016-08-291-0/+2
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-3/+3
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/lower_clip: fixup for new foreach_block()Connor Abbott2016-04-281-29/+21
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+1
* nir: use const_index helpersRob Clark2016-02-091-4/+4
* nir: move to compiler/Emil Velikov2016-01-261-0/+339