summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_to_ssa.c
Commit message (Expand)AuthorAgeFilesLines
* util/hash_set: Rework the API to know about hashingJason Ekstrand2015-01-151-4/+2
* nir: Make nir_ssa_undef_instr_create initialize the destinationJason Ekstrand2015-01-151-3/+2
* nir: Remove predicationJason Ekstrand2015-01-151-120/+1
* nir: Make bcsel a fully vector operationJason Ekstrand2015-01-151-0/+2
* nir: Call nir_metadata_preserve more placesJason Ekstrand2015-01-151-1/+4
* nir: Make texture instruction names more consistentJason Ekstrand2015-01-151-2/+2
* nir: Don't require a function in ssa_def_initJason Ekstrand2015-01-151-3/+3
* nir: Automatically handle SSA uses when an instruction is insertedJason Ekstrand2015-01-151-15/+1
* nir: Add an initialization function for SSA definitionsJason Ekstrand2015-01-151-21/+7
* nir: add a pass to convert to SSAConnor Abbott2015-01-151-0/+682