gallium: add TGSI_SEMANTIC_DEFAULT_OUTER/INNER_LEVEL
[mesa.git] / src / gallium / docs / source / tgsi.rst
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-01 Brian Paulgallium/docs: fix NRM, NRM4 docs
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-05 Roland Scheideggergallium/docs: Document TEX2/TXL2/TXB2 instructions...
2014-07-10 Brian Paulgallium/docs: minor clarification for TXQ instruction
2014-07-10 Ilia Mirkingallium: add INTERP_* opcodes to support interpolateAt*
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-07-01 Ilia Mirkingallium: add vertex stream argument to EMIT/ENDPRIM
2014-06-18 Marek Olšákgallium: implement ARB_texture_query_levels
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-04-01 Ilia Mirkingallium/docs: fix silent math failures due to ~ and &
2014-04-01 Ilia Mirkingallium/docs: line up some of the equations
2014-04-01 Ilia Mirkingallium/docs: fix incorrect/missing references
2014-04-01 Ilia Mirkingallium/docs: fix use of _ in math sections
2014-04-01 Ilia Mirkingallium/docs: fix a lot of bad formatting
2014-03-18 Brian Paulgallium/docs: update SLT, SGE, SFL, STR opcode docs
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-07 Erik Faye-Lundgallium/tgsi: correct typo propagated from NV_vertex_pr...
2013-11-21 José Fonsecagallium: Make TGSI_SEMANTIC_FOG register four-component...
2013-10-09 Zack Rusingallium: Add support for 32x32 muls with 64 bit results
2013-08-13 Roland Scheideggergallium: add new float comparison instructions returnin...
2013-08-08 Roland Scheideggergallium: clarify SVIEWINFO opcode
2013-08-02 Roland Scheideggergallium: clarify shift behavior with shift count >= 32
2013-07-27 Roland Scheideggergallivm: handle texel swizzles correctly for d3d10...
2013-07-12 Zack Rusingallium: fixup definitions of the rsq and sqrt
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-12 Brian Paultgsi: fix-up KILP comments
2013-06-13 Zack Rusingallium/draw: add limits to the clip and cull distances
2013-06-11 Zack Rusingallium: add a cull distance semantic
2013-06-01 Roland Scheideggergallium: add support for layered rendering
2013-05-07 Roland Scheideggergallium: more tgsi documentation updates
2013-05-03 Roland Scheideggergallium: tgsi documentation updates and clarification...
2013-05-02 Zack Rusintgsi: allow negation of all integer types
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-04-20 Roland Scheideggergallium: document breakc and switch/case/default/endswitch
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: add ArrayID documentation v2
2013-02-16 Roland Scheideggergallivm/tgsi: fix src modifier fetching with non-float...
2013-02-12 Roland Scheideggergallium/docs: fix typos in sample opcode descriptions
2013-02-12 Roland Scheideggergallium: fix tgsi SAMPLE_L opcode to use separate sourc...
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-02-04 Brian Paulgallium: add SQRT shader opcode
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
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: Add resource write-back support.
2012-05-11 Francisco Jerezgallium/tgsi: Add support for raw resources.
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-04-06 Brian Paulgallium/docs: fix typos
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-07 Bryan Caingallium: add an IABS opcode to TGSI
2011-12-19 Dave Airlietgsi: update documents with some info on texture lookup
2011-09-10 Bryan Caingallium: add TGSI opcodes UARL and UCMP
2011-09-02 Dave Airlietgsi: add support for texture offsets to the TGSI IR...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-26 Dave Airlietgsi: update tgsi.rst for TXQ
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-25 Zack Rusingallium/tgsi: update the docs for the new opcodes a bit
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-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-23 Dave Airliegallium: add fragment shader property for color writes...
2010-12-14 Brian Paultgsi: document texture opcodes
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/format: add support for X24S8 and S8X24 formats.
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-21 Tilman Sauerbeckgallium/docs: The RET opcode may appear anywhere in...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-19 Tilman Sauerbeckgallium/docs: Fixed a typo in the SCS opcode description.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian Paulgallium/docs: updated remaining semantic label docs
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-23 Brian Paulgallium/docs: document TGSI_SEMANTIC_EDGEFLAG
2010-06-23 Brian Paulgallium/docs: fix definitions of TGSI_SEMANTIC_POSITION...
2010-06-17 Corbin Simpsongallium/docs: Explain DFRACEXP/DLDEXP.
2010-06-17 Corbin Simpsongallium/docs: Remove unneeded "doubles", add double...
2010-06-17 Corbin Simpsongallium/docs: Label opcodes by capability bits.
2010-06-17 Corbin Simpsongallium/docs: R and RG texture swizzles.
next