summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_clip.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-23nir: Return progress from nir_lower_clip_fs().Matt Turner1-2/+6
2017-03-23nir: Return progress from nir_lower_clip_vs().Matt Turner1-4/+6
2017-03-23nir: Stop using apostrophes to pluralize.Matt Turner1-3/+3
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri1-1/+1
2016-08-29nir: Update shader info when adding discardsEric Anholt1-0/+2
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-3/+3
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/lower_clip: fixup for new foreach_block()Connor Abbott1-29/+21
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-03-17nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott1-1/+1
2016-02-09nir: use const_index helpersRob Clark1-4/+4
2016-01-26nir: move to compiler/Emil Velikov1-0/+339