nir: Don't produce nir_op_fexp from GLSL IR
[mesa.git] / src / glsl / nir / glsl_to_nir.cpp
2015-05-08 Ian Romanicknir: Don't produce nir_op_fexp from GLSL IR
2015-04-07 Kenneth Graunkenir: Allocate dereferences out of their parent instruct...
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
2015-03-25 Matt Turnernir: Fix typo.
2015-03-24 Matt Turnernir: Handle mixed scalar/vector arguments to logical...
2015-03-19 Jason Ekstrandnir: Use a list instead of a hash_table for inputs...
2015-03-09 Kenneth Graunkenir: Only do gl_FrontFacing workaround in glsl_to_nir...
2015-03-09 Kenneth Graunkenir: Plumb the shader stage into glsl_to_nir().
2015-03-09 Kenneth Graunkenir: Add native_integers to nir_shader_compiler_options.
2015-03-09 Kenneth Graunkenir: Try to make sense of the nir_shader_compiler_optio...
2015-03-09 Kenneth Graunkenir: Delete nir_shader::user_structures and num_user_st...
2015-02-24 Kenneth Graunkenir: Introduce nir_intrinsic_discard_if.
2015-02-18 Eric Anholtnir: Conditionalize the POW reconstruction on shader...
2015-02-18 Eric Anholtnir: Add a nir_shader_compiler_options struct pointed...
2015-02-14 Jason Ekstrandnir: Make gl_FrontFacing a system_value
2015-02-11 Matt Turnernir: Replace assert(0) with unreachable().
2015-01-22 Eric Anholtnir: Make an easier helper for setting up SSA defs.
2015-01-22 Matt Turnernir: Replace assert(0) with unreachable().
2015-01-15 Jason Ekstrandnir/tex_instr: Add a nir_tex_src struct and dynamically...
2015-01-15 Jason Ekstrandnir/variable: Remove the constant_value field
2015-01-15 Jason Ekstrandnir: Make load_const SSA-only
2015-01-15 Jason Ekstrandnir: Use a source for uniform buffer indices instead...
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Jason Ekstrandnir/glsl: Emit abs, neg, and sat operations instead...
2015-01-15 Jason Ekstrandnir/glsl: Add support for gpu_shader5 interpolation...
2015-01-15 Jason Ekstrandnir: Vectorize intrinsics
2015-01-15 Jason Ekstrandnir/glsl: Generate SSA NIR
2015-01-15 Jason Ekstrandnir/glsl: Don't allocate a state_slots array for 0...
2015-01-15 Jason Ekstrandnir: Use an integer index for specifying structure...
2015-01-15 Jason Ekstrandnir: Make array deref direct vs. indirect an enum
2015-01-15 Jason Ekstrandnir: Differentiate between signed and unsigned versions...
2015-01-15 Jason Ekstrandnir/glsl: Add support for coarse and fine derivatives
2015-01-15 Jason Ekstrandnir/glsl: Add support for saturate
2015-01-15 Connor Abbottnir: add a glsl-to-nir pass