nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro
[mesa.git] / src / glsl / nir / nir.h
2015-01-15 Jason Ekstrandnir: Rename parallel_copy_copy to parallel_copy_entry...
2015-01-15 Jason Ekstrandnir/from_ssa: Clean up parallel copy handling and docum...
2015-01-15 Jason Ekstrandnir: Rename nir_block_following_if to nir_block_get_fol...
2015-01-15 Jason Ekstrandnir/opcodes: Remove the per_component info field
2015-01-15 Jason Ekstrandnir/opcodes: Add algebraic properties metadata
2015-01-15 Jason Ekstrandnir: Make load_const SSA-only
2015-01-15 Jason Ekstrandnir: Make nir_ssa_undef_instr_create initialize the...
2015-01-15 Jason Ekstrandnir: Add a foreach_ssa_def function
2015-01-15 Jason Ekstrandnir: Remove predication
2015-01-15 Jason Ekstrandnir/metadata: Rename metadata_dirty to metadata_preserve
2015-01-15 Jason Ekstrandnir/tex_instr: Rename the indirect source type and...
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Jason Ekstrandnir: Add a basic constant folding pass
2015-01-15 Jason Ekstrandnir: Add an algebraic optimization pass
2015-01-15 Jason Ekstrandnir: Make the type casting operations static inline...
2015-01-15 Jason Ekstrandnir: Add a lowering pass for adding source modifiers...
2015-01-15 Jason Ekstrandnir: Add a helper for getting a constant value from...
2015-01-15 Jason Ekstrandnir: Vectorize intrinsics
2015-01-15 Jason Ekstrandnir: Remove the old variable lowering code
2015-01-15 Jason Ekstrandnir: Add a pass to lower global variables to local...
2015-01-15 Jason Ekstrandnir: Add a pass for lowering input/output loads/stores
2015-01-15 Jason Ekstrandnir: Add a pass to lower local variables to registers
2015-01-15 Jason Ekstrandnir: Add a pass to lower local variable accesses to...
2015-01-15 Jason Ekstrandnir: Add a copy splitting pass
2015-01-15 Jason Ekstrandnir: Don't require a function in ssa_def_init
2015-01-15 Jason Ekstrandnir: Use an integer index for specifying structure...
2015-01-15 Jason Ekstrandnir: Add a concept of a wildcard array dereference
2015-01-15 Jason Ekstrandnir: Make array deref direct vs. indirect an enum
2015-01-15 Jason Ekstrandnir: Add a helper for rewriting an instruction source
2015-01-15 Jason Ekstrandnir: Add a basic CSE pass
2015-01-15 Jason Ekstrandnir: Add a fused multiply-add peephole
2015-01-15 Jason Ekstrandnir: Add a peephole select optimization
2015-01-15 Jason Ekstrandnir: Add a function for comparing two sources
2015-01-15 Jason Ekstrandnir: Add a parallel copy instruction type
2015-01-15 Jason Ekstrandnir: Add a function for rewriting all the uses of a...
2015-01-15 Jason Ekstrandnir: Add an initialization function for SSA definitions
2015-01-15 Jason Ekstrandnir: Add an SSA-based liveness analysis pass.
2015-01-15 Jason Ekstrandnir: set reg_alloc and ssa_alloc when indexing register...
2015-01-15 Jason Ekstrandnir: Add a function to detect if a block is immediately...
2015-01-15 Jason Ekstrandnir: Add a foreach_block_reverse function
2015-01-15 Jason Ekstrandnir: Add a basic metadata management system
2015-01-15 Jason Ekstrandnir: Add a lower_vec_to_movs pass
2015-01-15 Jason Ekstrandnir: Add a naieve from-SSA pass
2015-01-15 Jason Ekstrandnir: Add NIR_TRUE and NIR_FALSE constants and use them...
2015-01-15 Connor Abbottnir: add an SSA-based dead code elimination pass
2015-01-15 Connor Abbottnir: add an SSA-based copy propagation pass
2015-01-15 Connor Abbottnir: add a pass to convert to SSA
2015-01-15 Connor Abbottnir: calculate dominance information
2015-01-15 Connor Abbottnir: add an optimization to turn global registers into...
2015-01-15 Connor Abbottnir: add a pass to lower atomics
2015-01-15 Connor Abbottnir: add a pass to lower system value reads
2015-01-15 Connor Abbottnir: add a pass to lower sampler instructions
2015-01-15 Connor Abbottnir: add a pass to remove unused variables
2015-01-15 Connor Abbottnir: keep track of the number of input, output, and...
2015-01-15 Connor Abbottnir: add a pass to lower variables for scalar backends
2015-01-15 Connor Abbottnir: add a validation pass
2015-01-15 Connor Abbottnir: add a printer
2015-01-15 Connor Abbottnir: add core helper functions
2015-01-15 Jason EkstrandSQUASH: Use the enum for the variable mode
2015-01-15 Connor Abbottnir: add the core datastructures