nir: Remove the const_offset from nir_tex_instr
[mesa.git] / src / compiler / nir / nir.h
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
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 Rob Clarknir: const_index helpers
2016-02-09 Timothy Arcerinir: remove unused nir_variable fields
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 Turnernir: Add lowering of nir_op_unpack_half_2x16.
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/