nir/lower_vars_to_ssa: Pass around the nir_shader instead of a void mem_ctx
[mesa.git] / src / glsl / nir / nir_lower_system_values.c
2015-03-12 Kenneth Graunkenir: Add intrinsics for SYSTEM_VALUE_BASE_VERTEX and...
2015-02-20 Eric Anholtnir: Drop dependency on mtypes.h for core NIR.
2015-01-26 Jason Ekstrandnir: Use pointers for nir_src_copy and nir_dest_copy
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-22 Jason Ekstrandnir: Stop using designated initializers
2015-01-15 Jason Ekstrandnir/lower_system_values: Handle SSA destinations
2015-01-15 Jason Ekstrandnir: Call nir_metadata_preserve more places
2015-01-15 Jason Ekstrandnir: Vectorize intrinsics
2015-01-15 Connor Abbottnir: add a pass to lower system value reads