nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro
[mesa.git] / src / glsl / nir / glsl_to_nir.cpp
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