aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_to_ssa.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Delete the nir_function_impl::start_block field.Kenneth Graunke2015-08-241-1/+1
* nir/nir: Use a linked list instead of a hash set for use/def setsJason Ekstrand2015-05-081-9/+10
* nir: Allocate nir_phi_src values out of the nir_phi_instr.Kenneth Graunke2015-04-071-1/+1
* nir: Fix the Mesa build without -DDEBUG.Kenneth Graunke2015-02-201-2/+2
* nir: Don't try to to-SSA ALU instructions that are already SSA.Eric Anholt2015-01-291-0/+3
* nir: Make an easier helper for setting up SSA defs.Eric Anholt2015-01-221-7/+2
* nir: Replace assert(0) with unreachable().Matt Turner2015-01-211-1/+1
* nir: Add a nir_foreach_phi_src helper macroJason Ekstrand2015-01-201-1/+1
* nir: s/malloc.h/stdlib.h/Vinson Lee2015-01-161-1/+1
* 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