nir: Make load_const SSA-only
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_nir.cpp
2015-01-15 Jason Ekstrandnir: Make load_const SSA-only
2015-01-15 Jason Ekstrandi965/nir: Move the other lowering passes to before...
2015-01-15 Jason Ekstrandnir/lower_atomics: Use/support SSA
2015-01-15 Jason Ekstrandnir: Remove predication
2015-01-15 Jason Ekstrandnir: Make bcsel a fully vector operation
2015-01-15 Jason Ekstrandi965/fs_nir: Add support for indirect texture arrays
2015-01-15 Jason Ekstrandnir/tex_instr: Rename the indirect source type and...
2015-01-15 Jason Ekstrandnir: Use a source for uniform buffer indices instead...
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: Add a lowering pass for adding source modifiers...
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: Vectorize intrinsics
2015-01-15 Jason Ekstrandi965/fs_nir: Use the new variable lowering code
2015-01-15 Jason Ekstrandi965/fs_nir: Don't dump the shader.
2015-01-15 Jason Ekstrandi965/fs_nir: Properly saturate multiplies
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 fused multiply-add peephole
2015-01-15 Jason Ekstrandi965/fs_nir: Turn on the peephole select optimization
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 Ekstrandi965/fs_nir: Do retyping for ALU srouces in get_nir_alu_src
2015-01-15 Jason Ekstrandi965/fs_nir: Convert the shader to/from SSA
2015-01-15 Jason Ekstrandi965/fs_nir: Don't duplicate emit_general_interpolation
2015-01-15 Jason Ekstrandi965/fs_nir: Add atomic counters support
2015-01-15 Jason Ekstrandi965/fs_nir: Handle coarse/fine derivatives
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 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 Connor Abbotti965/fs: add a NIR frontend