summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/tgsi.rst
Commit message (Expand)AuthorAgeFilesLines
* gallium: add INTERP_* opcodes to support interpolateAt*Ilia Mirkin2014-07-091-0/+23
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-0/+5
* gallium: add vertex stream argument to EMIT/ENDPRIMIlia Mirkin2014-07-011-4/+4
* gallium: implement ARB_texture_query_levelsMarek Olšák2014-06-191-1/+5
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+9
* gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin2014-04-281-0/+75
* gallium: add GS_INVOCATIONS propertyIlia Mirkin2014-04-261-0/+8
* gallium: add INVOCATIONID semanticIlia Mirkin2014-04-261-0/+6
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+20
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+12
* gallium/docs: fix silent math failures due to ~ and &Ilia Mirkin2014-04-011-60/+60
* gallium/docs: line up some of the equationsIlia Mirkin2014-04-011-28/+16
* gallium/docs: fix incorrect/missing referencesIlia Mirkin2014-04-011-1/+1
* gallium/docs: fix use of _ in math sectionsIlia Mirkin2014-04-011-10/+10
* gallium/docs: fix a lot of bad formattingIlia Mirkin2014-04-011-242/+262
* gallium/docs: update SLT, SGE, SFL, STR opcode docsBrian Paul2014-03-181-10/+10
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+36
* gallium/tgsi: correct typo propagated from NV_vertex_program1_1Erik Faye-Lund2014-02-071-1/+1
* gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2013-11-211-7/+4
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-091-0/+30
* gallium: add new float comparison instructions returning integer masksRoland Scheidegger2013-08-131-16/+76
* gallium: clarify SVIEWINFO opcodeRoland Scheidegger2013-08-081-1/+9
* gallium: clarify shift behavior with shift count >= 32Roland Scheidegger2013-08-021-12/+18
* gallivm: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger2013-07-271-0/+2
* gallium: fixup definitions of the rsq and sqrtZack Rusin2013-07-111-3/+3
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+4
* tgsi: fix-up KILP commentsBrian Paul2013-07-121-5/+5
* gallium/draw: add limits to the clip and cull distancesZack Rusin2013-06-131-0/+23
* gallium: add a cull distance semanticZack Rusin2013-06-101-0/+11
* gallium: add support for layered renderingRoland Scheidegger2013-06-011-2/+20
* gallium: more tgsi documentation updatesRoland Scheidegger2013-05-071-131/+250
* gallium: tgsi documentation updates and clarification for integer opcodes.Roland Scheidegger2013-05-031-73/+289
* tgsi: allow negation of all integer typesZack Rusin2013-05-021-5/+2
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+1
* gallium: document breakc and switch/case/default/endswitchRoland Scheidegger2013-04-201-6/+51
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-4/+17
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-5/+0
* 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