summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/tgsi.rst
AgeCommit message (Expand)AuthorFilesLines
2017-08-23gallium/docs: Fix the math formula of U2I64Gwan-gyeong Mun1-2/+2
2017-08-23gallium/docs: Add missing word "Not"Gwan-gyeong Mun1-1/+1
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-13/+0
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák1-15/+1
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák1-13/+1
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák1-10/+1
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák1-13/+0
2017-08-22gallium: remove TGSI_OPCODE_CALLNZMarek Olšák1-13/+0
2017-08-22gallium: remove TGSI FENCE opcodesMarek Olšák1-30/+0
2017-08-22gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák1-50/+0
2017-08-03gallium/docs: add more info about TXF and MSAA texturesBrian Paul1-1/+3
2017-08-03gallium/docs: document automatic per-sample FS executionBrian Paul1-0/+6
2017-07-21gallium/docs: add precise instruction modifierKarol Herbst1-1/+10
2017-06-30gallium/docs: document that TXF is used with PIPE_BUFFER resourcesBrian Paul1-1/+2
2017-06-16gallium/docs: improve docs for SAMPLE_POS, SAMPLE_INFO, TXQS, MSAA semanticsBrian Paul1-11/+47
2017-06-13gallium/docs: clarify TGSI_SEMANTIC_SAMPLEMASK, againBrian Paul1-4/+11
2017-06-09tgsi: clarify TGSI_SEMANTIC_SAMPLEMASK documentationBrian Paul1-2/+3
2017-06-02gallium: Add TGSI shader token for ARB_post_depth_coverageLyude1-0/+7
2017-04-14tgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX}Nicolai Hähnle1-0/+10
2017-04-14gallium/docs: small correction about register files for atomicsRob Clark1-2/+4
2017-04-07gallium: fix some math formulas to display betterIlia Mirkin1-16/+16
2017-04-05tgsi: add SUBGROUP_* semanticsIlia Mirkin1-0/+51
2017-04-05tgsi: add BALLOT/READ_* opcodesIlia Mirkin1-11/+57
2017-03-31tgsi: add CLOCK opcodeIlia Mirkin1-0/+14
2017-03-15gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...Francisco Jerez1-3/+5
2017-03-15gallium: add TGSI opcodes TEX_LZ and TXF_LZMarek Olšák1-1/+32
2017-02-22gallium/docs: fix section title formattingEric Engestrom1-2/+2
2017-02-22gallium/docs: add missing newlinesEric Engestrom1-0/+33
2017-02-22gallium/docs: add missing math formattingEric Engestrom1-0/+4
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-13/+0
2017-02-18gallium/docs: remove documentation of non-existent instructionsMarek Olšák1-26/+0
2017-01-23gallium: add TGSI_PROPERTY_MUL_ZERO_WINSIlia Mirkin1-2/+15
2017-01-16gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin1-0/+13
2017-01-16tgsi: add DDIV instructionNicolai Hähnle1-0/+9
2016-11-02tgsi: align the definition of BFI & [UI]BFE with GLSLNicolai Hähnle1-20/+15
2016-09-21gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie1-0/+240
2016-09-12tgsi: document semantics for compute shadersSamuel Pitoiset1-0/+28
2016-07-02tgsi: Add WORK_DIM System ValueHans de Goede1-0/+8
2016-06-06gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_voteIlia Mirkin1-0/+17
2016-05-23tgsi: remove culldist semantic.Dave Airlie1-4/+18
2016-04-27nouveau: codegen: LOAD: Take src swizzle into accountHans de Goede1-0/+3
2016-04-11tgsi/doc: fix spelling errorOded Gabbay1-1/+1
2016-04-02gallium: add threads per block TGSI propertyBas Nieuwenhuizen1-0/+6
2016-03-29gallium/docs: s/gven/given/Brian Paul1-1/+1
2016-03-19gallium: add TGSI property NEXT_SHADERMarek Olšák1-0/+8
2016-03-14tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCILNicolai Hähnle1-0/+6
2016-01-29tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsicsIlia Mirkin1-0/+17
2016-01-08gallium: add a RESQ opcode to query info about a resourceIlia Mirkin1-0/+12
2016-01-08tgsi: update atomic op docsIlia Mirkin1-46/+47
2016-01-08gallium: add caps for POSITION and FACE system valuesMarek Olšák1-6/+13