nir: Add a descriptor_set field to nir_variable
[mesa.git] / src / compiler / nir /
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/