summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/tgsi.rst
Commit message (Expand)AuthorAgeFilesLines
* gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie2016-09-211-0/+240
* tgsi: document semantics for compute shadersSamuel Pitoiset2016-09-121-0/+28
* tgsi: Add WORK_DIM System ValueHans de Goede2016-07-021-0/+8
* gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_voteIlia Mirkin2016-06-061-0/+17
* tgsi: remove culldist semantic.Dave Airlie2016-05-231-4/+18
* nouveau: codegen: LOAD: Take src swizzle into accountHans de Goede2016-04-271-0/+3
* tgsi/doc: fix spelling errorOded Gabbay2016-04-111-1/+1
* gallium: add threads per block TGSI propertyBas Nieuwenhuizen2016-04-021-0/+6
* gallium/docs: s/gven/given/Brian Paul2016-03-291-1/+1
* gallium: add TGSI property NEXT_SHADERMarek Olšák2016-03-191-0/+8
* tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCILNicolai Hähnle2016-03-141-0/+6
* tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsicsIlia Mirkin2016-01-291-0/+17
* gallium: add a RESQ opcode to query info about a resourceIlia Mirkin2016-01-081-0/+12
* tgsi: update atomic op docsIlia Mirkin2016-01-081-46/+47
* gallium: add caps for POSITION and FACE system valuesMarek Olšák2016-01-081-6/+13
* gallium: document PK2H/UP2HIlia Mirkin2016-01-031-2/+14
* gallium: add baseinstance/drawid semanticsIlia Mirkin2015-12-301-0/+13
* gallium: add support for gl_HelperInvocation semanticIlia Mirkin2015-11-121-0/+8
* gallium: add new properties for clip and cull distance usageMarek Olšák2015-10-201-0/+10
* tgsi: add a TXQS opcode to retrieve the number of texture samplesIlia Mirkin2015-09-131-1/+11
* gallium/docs: s/treaded/treated/ typo in tgsi.rstBrian Paul2015-07-091-1/+1
* tgsi: update docs for ArrayID usageRob Clark2015-07-031-0/+1
* tgsi: update docs for SVIEW usage with TEX* instructionsRob Clark2015-06-211-0/+12
* gallium: add tessellation shader propertiesIlia Mirkin2015-05-161-0/+33
* gallium: add new semantics for tessellationIlia Mirkin2015-05-161-0/+37
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-0/+26
* gallium: add some more double opcodes to avoid unnecessary loweringIlia Mirkin2015-02-191-0/+39
* gallium: add double opcodes and TGSI execution (v4.2)Dave Airlie2015-02-201-13/+79
* gallium/docs: fix docs wrt ARL/ARR/FLRRoland Scheidegger2015-01-291-10/+8
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-5/+47
* gallium/docs: clarify fragment shader position input w component.Roland Scheidegger2014-12-101-2/+4
* gallium/docs: (trivial) remove STR opcode description.Roland Scheidegger2014-12-061-9/+0
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-13/+0
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-9/+0
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-241-13/+0
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-241-17/+0
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-16/+0
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-8/+0
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-11/+0
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-34/+0
* gallium/docs: fix NRM, NRM4 docsBrian Paul2014-11-011-12/+24
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-2/+10
* gallium/docs: Document TEX2/TXL2/TXB2 instructions and fix up other tex docRoland Scheidegger2014-08-051-25/+102
* gallium/docs: minor clarification for TXQ instructionBrian Paul2014-07-101-0/+4
* 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