summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/tgsi.rst
AgeCommit message (Expand)Author
2011-01-24gallium/tgsi: update the docs for the new opcodes a bitZack Rusin
2011-01-24gallium: implement modern sampling schemeZack Rusin
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie
2010-12-14tgsi: document texture opcodesBrian Paul
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-09-21gallium/docs: The RET opcode may appear anywhere in a subroutine.Tilman Sauerbeck
2010-09-19gallium/docs: Fixed a typo in the SCS opcode description.Tilman Sauerbeck
2010-06-24gallium/docs: updated remaining semantic label docsBrian Paul
2010-06-23gallium/docs: document TGSI_SEMANTIC_EDGEFLAGBrian Paul
2010-06-23gallium/docs: fix definitions of TGSI_SEMANTIC_POSITION, COLORBrian Paul
2010-06-16gallium/docs: Explain DFRACEXP/DLDEXP.Corbin Simpson
2010-06-16gallium/docs: Remove unneeded "doubles", add double blurb.Corbin Simpson
2010-06-16gallium/docs: Label opcodes by capability bits.Corbin Simpson
2010-06-16gallium/docs: R and RG texture swizzles.Corbin Simpson
2010-06-01gallium/docs: Update FRAC -> FRC.José Fonseca
2010-04-27gallium/docs: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-09docs: Document TGSI Declaration token.Michal Krol
2010-02-03docs: clean up TGSI_SEMANTIC_PSIZE descriptionRoland Scheidegger
2010-02-02gallium/docs: Opcode refs.Corbin Simpson
2010-02-02gallium/docs: TGSI notes on replication to dst, and also cleanups.Corbin Simpson
2010-02-02gallium/docs: Start turning notes into docs.Corbin Simpson
2010-02-02gallium/docs: Add opcode formatting.Corbin Simpson
2010-02-02gallium/docs: default Z texture tuple is (z,z,z,1) for OpenGLBrian Paul
2010-02-02gallium/docs: s/convensions/conventions/Brian Paul
2010-02-02gallium/docs: Did somebody call for a table?Corbin Simpson
2010-02-02gallium/docs: table of texture formats and (x,y,z,w) tuples returned by TEXBrian Paul
2010-01-29tgsi: add properties for fragment coord conventions (v3)Luca Barbieri
2010-01-26docs: add documentation to double opcodesIgor Oliveira
2010-01-18docs: Use proper XOR symbol.Corbin Simpson
2010-01-18docs: Spacing in TGSI formulae.Corbin Simpson
2010-01-04docs: Explain TGSI_SEMANTIC_NORMAL.Michal Krol
2010-01-04docs: Fix indent.Michal Krol
2010-01-04docs: Clarify what truncate means.Michal Krol
2010-01-04docs: Replace bogus `\times' back with `*'.Michal Krol
2010-01-04docs: TGSI SIN and COS are scalar instructions.Michal Krol
2010-01-04docs: Clarify math description of TGSI LRP instruction operation.Michal Krol
2010-01-04docs: Correct TGSI acronym expansion.Michal Krol
2009-12-23docs: Add all semantics to TGSI doc, regen.Corbin Simpson
2009-12-21docs: Re-adjust headers for TGSI, regenerate.Corbin Simpson
2009-12-21docs: Moar cleanup.Corbin Simpson
2009-12-21docs: \times.Corbin Simpson
2009-12-21docs: abs, lg2, ceil.Corbin Simpson
2009-12-21docs: Pow, sqrt.Corbin Simpson
2009-12-21docs: Clean floor, sine, cosine.Corbin Simpson
2009-12-21docs: Start mathifying TGSI insts.Corbin Simpson
2009-12-21docs: remove some old opcodes and other cruft from tgsi docKeith Whitwell
2009-12-21docs: pull in tgsi-instruction-set.txt verbatimKeith Whitwell
2009-12-20Add Gallium docs.Corbin Simpson