Android: clean-up and fix DRI module path handling
[mesa.git] / src / compiler / nir /
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/