aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/tgsi.rst
Commit message (Expand)AuthorAgeFilesLines
* tgsi: remove culldist semantic from docsTimothy Arceri2019-01-261-18/+0
* tgsi: add ATOMFADD operationIlia Mirkin2018-12-261-0/+15
* gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry2018-08-011-0/+25
* gallium/tgsi: start adding hw atomics (v3.2)Dave Airlie2017-11-101-3/+30
* tgsi: add docs for some existing pack opcodesMarek Olšák2017-10-061-3/+21
* gallium: add new LOD opcodeRoland Scheidegger2017-09-301-0/+12
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-291-0/+12
* tgsi: clarify the semantics of DFRACEXPNicolai Hähnle2017-09-291-6/+4
* tgsi: fix the documentation of DLDEXPNicolai Hähnle2017-09-291-1/+1
* gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASKGwan-gyeong Mun2017-08-281-1/+1
* gallium/docs: Fix the math formula of U2I64Gwan-gyeong Mun2017-08-231-2/+2
* gallium/docs: Add missing word "Not"Gwan-gyeong Mun2017-08-231-1/+1
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-13/+0
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-15/+1
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-13/+1
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-10/+1
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-13/+0
* gallium: remove TGSI_OPCODE_CALLNZMarek Olšák2017-08-221-13/+0
* gallium: remove TGSI FENCE opcodesMarek Olšák2017-08-221-30/+0
* gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák2017-08-221-50/+0
* gallium/docs: add more info about TXF and MSAA texturesBrian Paul2017-08-031-1/+3
* gallium/docs: document automatic per-sample FS executionBrian Paul2017-08-031-0/+6
* gallium/docs: add precise instruction modifierKarol Herbst2017-07-211-1/+10
* gallium/docs: document that TXF is used with PIPE_BUFFER resourcesBrian Paul2017-06-301-1/+2
* gallium/docs: improve docs for SAMPLE_POS, SAMPLE_INFO, TXQS, MSAA semanticsBrian Paul2017-06-161-11/+47
* gallium/docs: clarify TGSI_SEMANTIC_SAMPLEMASK, againBrian Paul2017-06-131-4/+11
* tgsi: clarify TGSI_SEMANTIC_SAMPLEMASK documentationBrian Paul2017-06-091-2/+3
* gallium: Add TGSI shader token for ARB_post_depth_coverageLyude2017-06-021-0/+7
* 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