mesa.git
2015-01-15 Jason Ekstrandnir: Add neg, abs, and sat opcodes
2015-01-15 Jason Ekstrandi965/fs_nir: Implement the ARB_gpu_shader5 interpolatio...
2015-01-15 Jason Ekstrandi965/fs_nir: Add a has_indirect flag and clean up some...
2015-01-15 Jason Ekstrandnir: Add a helper for getting a constant value from...
2015-01-15 Jason Ekstrandnir/glsl: Add support for gpu_shader5 interpolation...
2015-01-15 Jason Ekstrandnir: Add gpu_shader5 interpolation intrinsics
2015-01-15 Jason Ekstrandnir/validate: Validate intrinsic source/destination...
2015-01-15 Jason Ekstrandnir: Vectorize intrinsics
2015-01-15 Jason Ekstrandnir: Remove the old variable lowering code
2015-01-15 Jason Ekstrandnir/validate: Ensure that outputs are write-only and...
2015-01-15 Jason Ekstrandi965/fs_nir: Use the new variable lowering code
2015-01-15 Jason Ekstrandnir/glsl: Generate SSA NIR
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: Automatically update SSA if uses
2015-01-15 Jason Ekstrandi965/fs_nir: Don't dump the shader.
2015-01-15 Jason Ekstrandnir/glsl: Don't allocate a state_slots array for 0...
2015-01-15 Jason Ekstrandnir: Validate that the sources of a phi have the same...
2015-01-15 Jason Ekstrandnir/copy_propagate: Don't cause size mismatches on...
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: Clean up nir_deref helper functions
2015-01-15 Jason Ekstrandnir/lower_samplers: Use the nir_instr_rewrite_src function
2015-01-15 Jason Ekstrandnir: Add a helper for rewriting an instruction source
2015-01-15 Jason Ekstrandi965/fs_nir: Properly saturate multiplies
2015-01-15 Jason Ekstrandnir/from_ssa: Don't lower constant SSA values to registers
2015-01-15 Jason Ekstrandi965/fs_nir: Handle SSA constants
2015-01-15 Jason Ekstrandi965/fs_nir: Use an array rather than a hash table...
2015-01-15 Jason Ekstrandi965/fs_nir: Add the CSE pass and actually run in a...
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: Validate that the SSA def and register indices...
2015-01-15 Jason Ekstrandi965/fs_nir: Turn on the peephole select optimization
2015-01-15 Jason Ekstrandnir: Add a peephole select optimization
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 Ekstrandglsl/list: Add a foreach_list_typed_safe_reverse macro
2015-01-15 Jason Ekstrandnir/nir: Fix a bug in move_successors
2015-01-15 Jason Ekstrandi965/fs_nir: Validate optimization passes
2015-01-15 Jason Ekstrandnir: Differentiate between signed and unsigned versions...
2015-01-15 Jason Ekstrandnir/print: Don't reindex things
2015-01-15 Jason Ekstrandnir: Validate all lists in the validator
2015-01-15 Jason Ekstrandglsl/list: Fix the exec_list_validate function
2015-01-15 Jason Ekstrandi965/fs_nir: Do retyping for ALU srouces in get_nir_alu_src
2015-01-15 Jason Ekstrandnir: Add a better out-of-SSA pass
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: 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/foreach_block: Return false if the callback on...
2015-01-15 Jason Ekstrandnir: Add a basic metadata management system
2015-01-15 Jason Ekstrandnir/lower_variables_scalar: Silence a compiler warning
2015-01-15 Jason Ekstrandi965/fs_nir: Convert the shader to/from SSA
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 Ekstrandi965/fs_nir: Don't duplicate emit_general_interpolation
2015-01-15 Jason Ekstrandi965/fs: Don't take an ir_variable for emit_general_int...
2015-01-15 Jason Ekstrandnir: Add intrinsics to do alternate interpolation on...
2015-01-15 Jason Ekstrandnir: Add NIR_TRUE and NIR_FALSE constants and use them...
2015-01-15 Jason Ekstrandi965/fs_nir: Add atomic counters support
2015-01-15 Jason Ekstrandnir/lower_atomics: Multiply array offsets by ATOMIC_COU...
2015-01-15 Jason Ekstrandi965/fs_nir: Handle coarse/fine derivatives
2015-01-15 Jason Ekstrandnir/glsl: Add support for coarse and fine derivatives
2015-01-15 Jason Ekstrandnir: Add fine and coarse derivative opcodes
2015-01-15 Jason Ekstrandnir/glsl: Add support for saturate
2015-01-15 Jason Ekstrandi965/fs_nir: Add support for sample_pos and sample_id
2015-01-15 Jason EkstrandFix up varying pull constants
2015-01-15 Jason EkstrandFix what I think are a few NIR typos
2015-01-15 Jason Ekstrandi965/fs_nir: Use the correct texture offset immediate
2015-01-15 Jason Ekstrandi965/fs_nir: Use the correct types for texture inputs
2015-01-15 Jason Ekstrandi965/fs_nir: Make the sampler register always unsigned
2015-01-15 Jason Ekstrandi965/fs: Only use nir for 8-wide non-fast-clear shaders.
2015-01-15 Connor Abbotti965/fs: add a NIR frontend
2015-01-15 Connor Abbotti965/fs: Don't pass through the coordinate type
2015-01-15 Connor Abbotti965/fs: make emit_fragcoord_interpolation() not take...
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 glsl-to-nir pass
2015-01-15 Connor Abbottnir: add a validation pass
2015-01-15 Connor Abbottnir: add a printer
2015-01-15 Jason EkstrandSQUASH: Fix comments from eric
next