summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
* nir: use Python to autogenerate opcode informationConnor Abbott2015-01-241-14/+2
* nir: Expose nir_print_instr() for debug printsEric Anholt2015-01-231-0/+1
* nir: Add nir_lower_alu_to_scalar.Eric Anholt2015-01-231-0/+1
* nir: Make some helpers for copying ALU src/dests.Eric Anholt2015-01-231-0/+4
* nir: Make an easier helper for setting up SSA defs.Eric Anholt2015-01-221-0/+2
* nir: Replace assert(0) with unreachable().Matt Turner2015-01-211-2/+1
* nir: Add src and dest constructorsJason Ekstrand2015-01-211-0/+37
* nir: Add a nir_foreach_phi_src helper macroJason Ekstrand2015-01-201-0/+3
* util: Move main/set to util/hash_setJason Ekstrand2015-01-151-1/+1
* nir: Add a pass for lowering copy instructionsJason Ekstrand2015-01-151-0/+3
* nir: Rename lower_variables to lower_vars_to_ssaJason Ekstrand2015-01-151-1/+1
* nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src arrayJason Ekstrand2015-01-151-10/+14
* nir/validate: Only build in debug modeJason Ekstrand2015-01-151-0/+4
* nir: Make intrinsic flags into an enumJason Ekstrand2015-01-151-14/+14
* nir: Use static inlines instead of macros for list gettersJason Ekstrand2015-01-151-28/+81
* nir/variable: Remove the constant_value fieldJason Ekstrand2015-01-151-12/+2
* nir: Add some documentationJason Ekstrand2015-01-151-22/+69
* nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macroJason Ekstrand2015-01-151-2/+11
* nir/from_ssa: Clean up parallel copy handling and document it betterJason Ekstrand2015-01-151-7/+0
* nir: Rename nir_block_following_if to nir_block_get_following_ifJason Ekstrand2015-01-151-1/+1
* nir/opcodes: Remove the per_component info fieldJason Ekstrand2015-01-151-18/+15
* nir/opcodes: Add algebraic properties metadataJason Ekstrand2015-01-151-1/+8
* nir: Make load_const SSA-onlyJason Ekstrand2015-01-151-16/+4
* nir: Make nir_ssa_undef_instr_create initialize the destinationJason Ekstrand2015-01-151-1/+2
* nir: Add a foreach_ssa_def functionJason Ekstrand2015-01-151-0/+3
* nir: Remove predicationJason Ekstrand2015-01-151-14/+0
* nir/metadata: Rename metadata_dirty to metadata_preserveJason Ekstrand2015-01-151-1/+1
* nir/tex_instr: Rename the indirect source type and add an array sizeJason Ekstrand2015-01-151-1/+10
* nir: Make texture instruction names more consistentJason Ekstrand2015-01-151-2/+2
* nir: Add a basic constant folding passJason Ekstrand2015-01-151-0/+1
* nir: Add an algebraic optimization passJason Ekstrand2015-01-151-0/+2
* nir: Make the type casting operations static inline functionsJason Ekstrand2015-01-151-32/+32
* nir: Add a lowering pass for adding source modifiers where possibleJason Ekstrand2015-01-151-0/+1
* nir: Add a helper for getting a constant value from an SSA sourceJason Ekstrand2015-01-151-0/+1
* nir: Vectorize intrinsicsJason Ekstrand2015-01-151-2/+13
* nir: Remove the old variable lowering codeJason Ekstrand2015-01-151-4/+0
* nir: Add a pass to lower global variables to local variablesJason Ekstrand2015-01-151-0/+2
* nir: Add a pass for lowering input/output loads/storesJason Ekstrand2015-01-151-0/+2
* nir: Add a pass to lower local variables to registersJason Ekstrand2015-01-151-0/+2
* nir: Add a pass to lower local variable accesses to SSA valuesJason Ekstrand2015-01-151-0/+2
* nir: Add a copy splitting passJason Ekstrand2015-01-151-0/+2
* nir: Don't require a function in ssa_def_initJason Ekstrand2015-01-151-3/+2
* nir: Use an integer index for specifying structure fieldsJason Ekstrand2015-01-151-2/+2
* nir: Add a concept of a wildcard array dereferenceJason Ekstrand2015-01-151-0/+9
* nir: Make array deref direct vs. indirect an enumJason Ekstrand2015-01-151-1/+6
* nir: Add a helper for rewriting an instruction sourceJason Ekstrand2015-01-151-0/+1
* nir: Add a basic CSE passJason Ekstrand2015-01-151-0/+2
* nir: Add a fused multiply-add peepholeJason Ekstrand2015-01-151-0/+1
* nir: Add a peephole select optimizationJason Ekstrand2015-01-151-0/+2
* nir: Add a function for comparing two sourcesJason Ekstrand2015-01-151-0/+2