nir: add a bit_size parameter to nir_ssa_dest_init
[mesa.git] / src / mesa / program / prog_to_nir.c
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-01 Matt Turnerprogram: Remove NV_fragment_program Abs support.
2016-03-01 Matt Turnerprogram: Remove OPCODE_TXP_NV.
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 Clarkptn: use const_index helpers
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/
2015-12-29 Jason Ekstrandnir/builder: Add an init function that creates a simple...
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-10-19 Jason Ekstrandnir/info: Add a few bits of info for fragment shaders
2015-10-15 Jason Ekstrandnir/prog: Don't double-insert the fog-coord variable
2015-10-15 Jason Ekstrandnir: Add helpers for creating variables and adding...
2015-10-15 Jason Ekstrandnir/prog: Use nir_foreach_variable
2015-10-02 Jason Ekstrandnir: Add a a nir_shader_info struct
2015-09-23 Jason Ekstrandprog_to_nir: Use nir_op_dph
2015-09-10 Rhys Kiddmesa: Resolve GCC sign-compare warning.
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-08-25 Kenneth Graunkeprog_to_nir: Use nir_builder_insert() rather than pokin...
2015-08-25 Kenneth Graunkenir: Store gl_shader_stage in nir_shader.
2015-08-25 Kenneth Graunkeprog_to_nir: Don't allocate nir_variable with type...
2015-06-06 Kenneth Graunkeprog_to_nir: Fix fragment depth writes.
2015-06-04 Kenneth Graunkeprog_to_nir: Make RSQ properly take the absolute value...
2015-06-03 Matt Turnerprogram: Shrink and rename SaturateMode field to Saturate.
2015-06-02 Matt Turnerprog_to_nir: Remove OPCODE_MOV special case.
2015-06-02 Matt Turnerprog_to_nir: Remove from op_trans[] opcodes handled...
2015-05-25 Jason EkstrandFix an unused variable warning
2015-05-23 Jason Ekstrandprog_to_nir: Use a variable for uniform data
2015-05-08 Ian Romanickprog_to_nir: OPCODE_EXP is not nir_op_fexp
2015-04-21 Kenneth Graunkenir: Fix per-component negation in prog_to_nir's SWZ...
2015-04-10 Kenneth Graunkenir: Constify prog_to_nir's gl_program pointer.
2015-04-07 Kenneth Graunkenir: Allocate dereferences out of their parent instruct...
2015-04-01 Kenneth Graunkenir: Use _mesa_flsll(InputsRead) in prog->nir.
2015-04-01 Kenneth Graunkenir: In prog->nir, don't wrap dot products with ptn_cha...
2015-03-28 Kenneth Graunkenir: Implement a Mesa IR -> NIR translator.