aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/tgsi.rst
Commit message (Expand)AuthorAgeFilesLines
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+29
* tgsi: add ArrayID documentation v2Christian König2013-03-191-0/+18
* gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger2013-02-161-0/+15
* gallium/docs: fix typos in sample opcode descriptionsRoland Scheidegger2013-02-121-2/+3
* gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger2013-02-121-4/+3
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-081-1/+1
* gallium: add SQRT shader opcodeBrian Paul2013-02-041-0/+9
* gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-111-0/+6
* gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-111-0/+164
* gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-111-0/+49
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-111-1/+27
* gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-111-1/+14
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-9/+15
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-40/+81
* gallium/docs: fix typosBrian Paul2012-04-061-2/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+11
* gallium: add an IABS opcode to TGSIBryan Cain2012-01-071-0/+13
* tgsi: update documents with some info on texture lookupDave Airlie2011-12-191-0/+11
* gallium: add TGSI opcodes UARL and UCMPBryan Cain2011-09-101-0/+19
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-3/+10
* tgsi: update tgsi.rst for TXQDave Airlie2011-08-261-2/+14
* gallium/tgsi: update the docs for the new opcodes a bitZack Rusin2011-01-241-5/+52
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+123
* gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie2010-12-241-0/+5
* tgsi: document texture opcodesBrian Paul2010-12-141-6/+58
* gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie2010-10-131-0/+2
* gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-131-0/+6
* gallium/docs: The RET opcode may appear anywhere in a subroutine.Tilman Sauerbeck2010-09-211-2/+0
* gallium/docs: Fixed a typo in the SCS opcode description.Tilman Sauerbeck2010-09-191-1/+1
* gallium/docs: updated remaining semantic label docsBrian Paul2010-06-241-22/+33
* gallium/docs: document TGSI_SEMANTIC_EDGEFLAGBrian Paul2010-06-231-1/+9
* gallium/docs: fix definitions of TGSI_SEMANTIC_POSITION, COLORBrian Paul2010-06-231-18/+26
* gallium/docs: Explain DFRACEXP/DLDEXP.Corbin Simpson2010-06-161-5/+15
* gallium/docs: Remove unneeded "doubles", add double blurb.Corbin Simpson2010-06-161-13/+18
* gallium/docs: Label opcodes by capability bits.Corbin Simpson2010-06-161-9/+20
* gallium/docs: R and RG texture swizzles.Corbin Simpson2010-06-161-2/+2
* gallium/docs: Update FRAC -> FRC.José Fonseca2010-06-011-1/+1
* gallium/docs: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-51/+0
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-4/+2
|\
| * docs: clean up TGSI_SEMANTIC_PSIZE descriptionRoland Scheidegger2010-02-031-4/+2
* | docs: Document TGSI Declaration token.Michal Krol2010-02-091-0/+28
* | gallium/docs: Opcode refs.Corbin Simpson2010-02-021-4/+5
* | gallium/docs: TGSI notes on replication to dst, and also cleanups.Corbin Simpson2010-02-021-117/+104
* | gallium/docs: Start turning notes into docs.Corbin Simpson2010-02-021-12/+15
* | gallium/docs: Add opcode formatting.Corbin Simpson2010-02-021-118/+118
* | gallium/docs: default Z texture tuple is (z,z,z,1) for OpenGLBrian Paul2010-02-021-3/+3
* | gallium/docs: s/convensions/conventions/Brian Paul2010-02-021-1/+1
* | gallium/docs: Did somebody call for a table?Corbin Simpson2010-02-021-21/+31
* | gallium/docs: table of texture formats and (x,y,z,w) tuples returned by TEXBrian Paul2010-02-021-0/+29
* | tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-291-3/+44