summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/tgsi.rst
Commit message (Expand)AuthorAgeFilesLines
* tgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX}Nicolai Hähnle2017-04-141-0/+10
* gallium/docs: small correction about register files for atomicsRob Clark2017-04-141-2/+4
* gallium: fix some math formulas to display betterIlia Mirkin2017-04-071-16/+16
* tgsi: add SUBGROUP_* semanticsIlia Mirkin2017-04-051-0/+51
* tgsi: add BALLOT/READ_* opcodesIlia Mirkin2017-04-051-11/+57
* tgsi: add CLOCK opcodeIlia Mirkin2017-03-311-0/+14
* gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...Francisco Jerez2017-03-151-3/+5
* gallium: add TGSI opcodes TEX_LZ and TXF_LZMarek Olšák2017-03-151-1/+32
* gallium/docs: fix section title formattingEric Engestrom2017-02-221-2/+2
* gallium/docs: add missing newlinesEric Engestrom2017-02-221-0/+33
* gallium/docs: add missing math formattingEric Engestrom2017-02-221-0/+4
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-13/+0
* gallium/docs: remove documentation of non-existent instructionsMarek Olšák2017-02-181-26/+0
* gallium: add TGSI_PROPERTY_MUL_ZERO_WINSIlia Mirkin2017-01-231-2/+15
* gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin2017-01-161-0/+13
* tgsi: add DDIV instructionNicolai Hähnle2017-01-161-0/+9
* tgsi: align the definition of BFI & [UI]BFE with GLSLNicolai Hähnle2016-11-021-20/+15
* 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