nir: Make load_const SSA-only
[mesa.git] / src / glsl / nir / nir.c
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: Use nir_foreach_ssa_def for setting up ssa destina...
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_create: Initialize all 4 sources
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 helper for getting a constant value from...
2015-01-15 Jason Ekstrandnir: Automatically update SSA if uses
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: Make array deref direct vs. indirect an enum
2015-01-15 Jason Ekstrandnir: Clean up nir_deref helper functions
2015-01-15 Jason Ekstrandnir: Add a helper for rewriting an instruction source
2015-01-15 Jason Ekstrandnir/nir: Patch up phi predecessors in move_successors
2015-01-15 Jason Ekstrandnir/nir: Use safe iterators when iterating over the CFG
2015-01-15 Jason Ekstrandnir/nir: Fix a bug in move_successors
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: Automatically handle SSA uses when an instruction...
2015-01-15 Jason Ekstrandnir: Add an initialization function for SSA definitions
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/foreach_block: Return false if the callback on...
2015-01-15 Jason Ekstrandnir: Add a basic metadata management system
2015-01-15 Connor Abbottnir: calculate dominance information
2015-01-15 Connor Abbottnir: keep track of the number of input, output, and...
2015-01-15 Jason EkstrandSQUASH: Fix comments from eric
2015-01-15 Jason EkstrandSQUASH: Add an assert
2015-01-15 Connor Abbottnir: add core helper functions