summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/tgsi.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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