st/mesa: cache tgsi opcode info in the instruction
[mesa.git] / src / mesa / program / prog_to_nir.c
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.