nir: move shader_enums.[ch] to compiler
[mesa.git] / src / gallium / auxiliary / nir / tgsi_to_nir.c
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-16 Rob Clarkttn: use writemask for store_var
2016-01-16 Rob Clarkttn: add missing writemask on store_output
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
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-24 Connor Abbottgallium/auxiliary: don't build NIR sources with MSVC200...
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-03 Jose Fonsecattn: Whitelist from -Werror=declaration-after-statement.
2015-11-23 Ilia Mirkinttn: fix UMSB conversion
2015-11-23 Ilia Mirkinttn: add LODQ support
2015-11-23 Jason Ekstrandnir: s/nir_type_unsigned/nir_type_uint
2015-11-20 Ilia Mirkinttn: add TEX2 support
2015-10-09 Rob Clarkglsl: move shader_enums into nir
2015-09-16 Eric Anholtgallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RES...
2015-09-09 Rob Clarkgallium/ttn: fix cursor handling vs builder
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-08-25 Kenneth Graunkegallium/ttn: Use nir_builder_insert() rather than pokin...
2015-08-25 Kenneth Graunkenir: Store gl_shader_stage in nir_shader.
2015-08-24 Connor Abbottnir: move control flow modification to its own file
2015-08-12 Rob Clarkttn: add buffer texture type
2015-07-03 Ilia Mirkingallium/ttn: mark location specially in nir for color0...
2015-07-03 Rob Clarkgallium/ttn: IN/OUT are only array if ArrayID != 0
2015-06-30 Rob Clarkgallium/ttn: don't upset nir_validate w/ BRK's
2015-06-30 Rob Clarkgallium/ttn: add TXB2
2015-06-30 Rob Clarkgallium/ttn: partial fix for output arrays
2015-06-24 Eric Anholttgsi_to_nir: Fix translation of TXF on MSAA targets.
2015-06-21 Rob Clarkgallium/ttn: add missing SNE
2015-06-21 Rob Clarkgallium/ttn: add texture-type support
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-04-17 Rob Clarkgallium/ttn: fix TXF
2015-04-17 Rob Clarkgallium/ttn: add UBO support
2015-04-17 Rob Clarkgallium/ttn: minor cleanup
2015-04-17 Rob Clarkgallium/ttn: add support for TXL2
2015-04-17 Rob Clarkgallium/ttn: add support for texture offsets
2015-04-11 Rob Clarkgallium/ttn: add support for system values
2015-04-11 Rob Clarkgallium/ttn: fix TXD
2015-04-11 Rob Clarkgallium/ttn: add TXQ support (v2)
2015-04-11 Rob Clarkgallium/ttn: split out helper to get texture info
2015-04-11 Rob Clarkgallium/ttn: add support for temp arrays
2015-04-11 Rob Clarkgallium/ttn: minor cleanup
2015-04-05 Rob Clarkgallium/ttn: MOD is an integer instruction
2015-04-05 Rob Clarkgallium/ttn: add UMAD
2015-04-01 Eric Anholtgallium: Add tgsi_to_nir to get a nir_shader for a...