summaryrefslogtreecommitdiff
path: root/src/glsl/nir/nir_to_ssa.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-07nir: Allocate nir_phi_src values out of the nir_phi_instr.Kenneth Graunke1-1/+1
2015-02-20nir: Fix the Mesa build without -DDEBUG.Kenneth Graunke1-2/+2
2015-01-29nir: Don't try to to-SSA ALU instructions that are already SSA.Eric Anholt1-0/+3
2015-01-22nir: Make an easier helper for setting up SSA defs.Eric Anholt1-7/+2
2015-01-21nir: Replace assert(0) with unreachable().Matt Turner1-1/+1
2015-01-20nir: Add a nir_foreach_phi_src helper macroJason Ekstrand1-1/+1
2015-01-16nir: s/malloc.h/stdlib.h/Vinson Lee1-1/+1
2015-01-15util/hash_set: Rework the API to know about hashingJason Ekstrand1-4/+2
2015-01-15nir: Make nir_ssa_undef_instr_create initialize the destinationJason Ekstrand1-3/+2
2015-01-15nir: Remove predicationJason Ekstrand1-120/+1
2015-01-15nir: Make bcsel a fully vector operationJason Ekstrand1-0/+2
2015-01-15nir: Call nir_metadata_preserve more placesJason Ekstrand1-1/+4
2015-01-15nir: Make texture instruction names more consistentJason Ekstrand1-2/+2
2015-01-15nir: Don't require a function in ssa_def_initJason Ekstrand1-3/+3
2015-01-15nir: Automatically handle SSA uses when an instruction is insertedJason Ekstrand1-15/+1
2015-01-15nir: Add an initialization function for SSA definitionsJason Ekstrand1-21/+7
2015-01-15nir: add a pass to convert to SSAConnor Abbott1-0/+682