ureg: add buffer support to ureg
[mesa.git] / src / gallium / include / pipe / p_shader_tokens.h
2016-01-08 Ilia Mirkinureg: add buffer support to ureg
2016-01-08 Ilia Mirkintgsi: add ureg support for image decls
2015-12-30 Ilia Mirkingallium: add baseinstance/drawid semantics
2015-11-12 Ilia Mirkingallium: add support for gl_HelperInvocation semantic
2015-10-20 Marek Olšákgallium: add new properties for clip and cull distance...
2015-09-13 Ilia Mirkintgsi: add a TXQS opcode to retrieve the number of textu...
2015-07-09 Brian Paulgallium: fix comment typo in p_shader_tokens.h
2015-05-26 Marek Olšákgallium: rename TGSI tessellation processor types to...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-16 Ilia Mirkingallium: add tessellation shader properties
2015-05-16 Ilia Mirkingallium: add new semantics for tessellation
2015-05-16 Ilia Mirkingallium: add tessellation shader types
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-02-20 Ilia Mirkingallium: add some more double opcodes to avoid unnecess...
2015-02-19 Dave Airlietgsi: add support for flt64 constants
2015-02-19 Dave Airliegallium: add double opcodes and TGSI execution (v4.2)
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-09-22 Brian Paulgallium: replace pipe_type enum with tgsi_return_type...
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-07-10 Ilia Mirkingallium: add INTERP_* opcodes to support interpolateAt*
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-04-28 Ilia Mirkingallium: add new opcodes for ARB_gs5 bit manipulation...
2014-04-26 Ilia Mirkingallium: add GS_INVOCATIONS property
2014-04-26 Ilia Mirkingallium: add INVOCATIONID semantic
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-10-09 Zack Rusingallium: Add support for 32x32 muls with 64 bit results
2013-09-12 Marek Olšákgallium: comment that INSTANCEID doesn't include start_...
2013-08-13 Roland Scheideggergallium: add new float comparison instructions returnin...
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-06-11 Zack Rusingallium: add a cull distance semantic
2013-06-01 Roland Scheideggergallium: add support for layered rendering
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-17 José Fonsecagallium: Eliminate TGSI_OPCODE_IFC.
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-19 Christian Königtgsi: use separate structure for indirect address v2
2013-03-19 Christian Königtgsi: add ArrayID to declarations
2013-03-19 Christian Königtgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
2013-02-04 Brian Paulgallium: add SQRT shader opcode
2012-11-09 Dave Airliegallium: add defines/shader opcode for texture cube...
2012-08-15 Marek Olšákgallium: add TGSI support for multisample textures
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 José Fonsecagallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
2012-05-11 José Fonsecagallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture...
2012-05-11 Francisco Jerezgallium/tgsi: Introduce the "LOCAL" register declaratio...
2012-05-11 Francisco Jerezgallium/tgsi: Add support for atomic opcodes.
2012-05-11 Francisco Jerezgallium/tgsi: Add support for barriers.
2012-05-11 Francisco Jerezgallium/tgsi: Define system values used to query the...
2012-05-11 Francisco Jerezgallium/tgsi: Add resource write-back support.
2012-05-11 Francisco Jerezgallium/tgsi: Add support for raw resources.
2012-05-11 Francisco Jerezgallium/tgsi: Define the TGSI_BUFFER texture target.
2012-05-11 Francisco Jerezgallium/tgsi: Introduce the compute processor.
2012-05-11 Francisco Jerezgallium/tgsi: Move interpolation info from tgsi_declara...
2012-05-11 Francisco Jerezgallium/tgsi: Split sampler views from shader resources.
2012-05-11 Francisco Jerezgallium: Basic compute interface.
2012-01-11 Dave Airlietgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
2012-01-11 Dave Airlietgsi: add ISSG support
2012-01-10 Dave Airliegallium: introduce GLSL based interpolation rules....
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-07 Bryan Caingallium: add an IABS opcode to TGSI
2012-01-07 Dave Airliegallium: add new semantic for clip vertex.
2012-01-05 Bryan Caingallium: add support for clip distances
2011-12-10 Marek Olšákgallium: implement ARB_conservative_depth
2011-11-14 Christoph Bumillergallium: add TGSI_SEMANTIC_VERTEXID
2011-09-10 Bryan Caingallium: add TGSI opcodes UARL and UCMP
2011-09-10 Marek Olšákgallium: add shadow 1D and 2D array samplers to TGSI
2011-09-02 Dave Airlietgsi: add support for texture offsets to the TGSI IR...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-26 Brian Paultgsi: add support for 1D/2D texture arrays
2011-01-24 Zack Rusingallium: implement modern sampling scheme
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-23 Dave Airliegallium: add fragment shader property for color writes...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Dave Airliegallium/tgsi: add support for stencil writes.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-07 Tilman SauerbeckReplace reference to tgsi-instruction-set.txt.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-27 Vinson Leegallium: Remove unnecessary header from p_shader_tokens.h.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
next