nir: Add a pass to repair SSA form
[mesa.git] / src / compiler / nir /
2016-03-24 Jason Ekstrandnir: Add a pass to repair SSA form
2016-03-24 Jason Ekstrandnir/vars_to_ssa: Use the new nir_phi_builder helper
2016-03-24 Jason Ekstrandnir/dominance: Handle unreachable blocks
2016-03-24 Jason Ekstrandnir: Add a phi node placement helper
2016-03-24 Rob Clarknir: fix dangling ssadef->name ptrs
2016-03-23 Jason Ekstrandnir/glsl: Propagate invariant into NIR alu ops
2016-03-23 Jason Ekstrandnir/alu_to_scalar: Propagate the "exact" bit
2016-03-23 Jason Ekstrandnir/cse: Properly handle nir_ssa_def.exact
2016-03-23 Jason Ekstrandnir/algebraic: Flag inexact optimizations
2016-03-23 Jason Ekstrandnir/algebraic: Fix fmin detection to match the spec
2016-03-23 Jason Ekstrandnir/algebraic: Get rid of an invlid fxor optimization
2016-03-23 Jason Ekstrandnir/algebraic: Allow for flagging operations as being...
2016-03-23 Jason Ekstrandnir/search: Propagate exactness into newly created...
2016-03-23 Jason Ekstrandnir/builder: Add a flag for setting exact
2016-03-23 Jason Ekstrandnir: Add an "exact" bit to nir_alu_instr
2016-03-23 Jason Ekstrandnir/clone: Export nir_variable_clone
2016-03-23 Jason Ekstrandnir/clone: Expose nir_constant_clone
2016-03-23 Jason Ekstrandnir: Fix whitespace
2016-03-22 Ian Romanicknir: Don't abs slt and friends
2016-03-22 Ian Romanicknir: Don't abs the result of b2f or b2i
2016-03-22 Ian Romanicknir: Simplify 0 < fabs(a)
2016-03-22 Ian Romanicknir: Simplify 0 >= b2f(a)
2016-03-22 Ian Romanicknir: Simplify i2b with negated or abs operand
2016-03-22 Ian Romanicknir: Lower flrp with Boolean interpolator to bcsel
2016-03-17 Connor Abbottnir: propagate bitsize information in nir_search
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-17 Connor Abbottnir: update opcode definitions for different bit sizes
2016-03-17 Connor Abbottnir: add nir_{src,dest}_bit_size() helpers
2016-03-17 Jason Ekstrandnir: Add a bit_size to nir_register and nir_ssa_def
2016-03-17 Jason Ekstrandnir: Add explicitly sized types
2016-03-17 Jordan Justennir: Lower shared var atomics during nir_lower_io
2016-03-17 Jordan Justennir: Add support for lowering load/stores of shared...
2016-03-17 Jordan Justennir: Add atomic operations on variables
2016-03-17 Jordan Justennir: Add compute shader shared variable storage class
2016-03-17 Jordan Justennir/print: Add space after shader_storage var mode
2016-03-12 Jason Ekstrandnir/clone: Add support for cloning a single function_impl
2016-03-12 Jason Ekstrandnir/validate: Better function validation
2016-03-12 Jason Ekstrandnir/print: Better function argument printing
2016-03-12 Jason Ekstrandnir/print: Factor variable name lookup into a helper
2016-03-12 Jason Ekstrandnir: Create function parameters in function_impl_create
2016-03-12 Jason Ekstrandnir: Add a helper for creating a "bare" nir_function_impl
2016-03-12 Jason Ekstrandnir: Add a new "param" variable mode for parameters...
2016-03-12 Jason Ekstrandnir/glsl: Remove dead function parameter handling code
2016-03-08 Jason Ekstrandnir: Add a pass for lower indirect variable dereferences
2016-03-04 Matt Turnernir: Recognize open-coded extract_u16.
2016-03-04 Matt Turnernir: Recognize open-coded extract_u8.
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
2016-02-11 Jason Ekstrandnir/lower_vec_to_movs: Better report channels handled...
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Jason Ekstrandnir: Add some braces around loops and ifs
2016-02-09 Rob Clarknir: use const_index helpers
2016-02-09 Rob Clarkgtn: use const_index helpers
2016-02-09 Rob Clarknir: const_index helpers
2016-02-09 Timothy Arcerinir: remove unused nir_variable fields
2016-02-09 Matt Turnernir: Recognize open-coded bitfield_reverse.
2016-02-09 Matt Turnernir: Handle large unsigned values in opt_algebraic.
2016-02-09 Matt Turnernir: Do opt_algebraic in reverse order.
2016-02-09 Matt Turnernir: Recognize product of open-coded pow()s.
2016-02-09 Matt Turnernir: Add opt_algebraic rules for xor with zero.
2016-02-01 Matt Turnernir: Add lowering support for unpacking opcodes.
2016-02-01 Matt Turnernir: Add lowering support for packing opcodes.
2016-02-01 Matt Turnernir: Add opcodes to extract bytes or words.
2016-02-01 Matt Turnerglsl: Remove 2x16 half-precision pack/unpack opcodes.
2016-02-01 Matt Turnernir: Add lowering of nir_op_unpack_half_2x16.
2016-02-01 Matt Turnernir: Make argument order of unop_convert match binop_co...
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/