index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
docs
/
source
/
tgsi.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: remove culldist semantic from docs
Timothy Arceri
2019-01-26
1
-18
/
+0
*
tgsi: add ATOMFADD operation
Ilia Mirkin
2018-12-26
1
-0
/
+15
*
gallium: add new SAMP2HND and IMG2HND opcodes
Rhys Perry
2018-08-01
1
-0
/
+25
*
gallium/tgsi: start adding hw atomics (v3.2)
Dave Airlie
2017-11-10
1
-3
/
+30
*
tgsi: add docs for some existing pack opcodes
Marek Olšák
2017-10-06
1
-3
/
+21
*
gallium: add new LOD opcode
Roland Scheidegger
2017-09-30
1
-0
/
+12
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
1
-0
/
+12
*
tgsi: clarify the semantics of DFRACEXP
Nicolai Hähnle
2017-09-29
1
-6
/
+4
*
tgsi: fix the documentation of DLDEXP
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASK
Gwan-gyeong Mun
2017-08-28
1
-1
/
+1
*
gallium/docs: Fix the math formula of U2I64
Gwan-gyeong Mun
2017-08-23
1
-2
/
+2
*
gallium/docs: Add missing word "Not"
Gwan-gyeong Mun
2017-08-23
1
-1
/
+1
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
1
-13
/
+0
*
gallium: remove TGSI opcode BREAKC
Marek Olšák
2017-08-22
1
-15
/
+1
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
1
-13
/
+1
*
gallium: remove TGSI opcode DPH
Marek Olšák
2017-08-22
1
-10
/
+1
*
gallium: remove TGSI opcode DP2A
Marek Olšák
2017-08-22
1
-13
/
+0
*
gallium: remove TGSI_OPCODE_CALLNZ
Marek Olšák
2017-08-22
1
-13
/
+0
*
gallium: remove TGSI FENCE opcodes
Marek Olšák
2017-08-22
1
-30
/
+0
*
gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
Marek Olšák
2017-08-22
1
-50
/
+0
*
gallium/docs: add more info about TXF and MSAA textures
Brian Paul
2017-08-03
1
-1
/
+3
*
gallium/docs: document automatic per-sample FS execution
Brian Paul
2017-08-03
1
-0
/
+6
*
gallium/docs: add precise instruction modifier
Karol Herbst
2017-07-21
1
-1
/
+10
*
gallium/docs: document that TXF is used with PIPE_BUFFER resources
Brian Paul
2017-06-30
1
-1
/
+2
*
gallium/docs: improve docs for SAMPLE_POS, SAMPLE_INFO, TXQS, MSAA semantics
Brian Paul
2017-06-16
1
-11
/
+47
*
gallium/docs: clarify TGSI_SEMANTIC_SAMPLEMASK, again
Brian Paul
2017-06-13
1
-4
/
+11
*
tgsi: clarify TGSI_SEMANTIC_SAMPLEMASK documentation
Brian Paul
2017-06-09
1
-2
/
+3
*
gallium: Add TGSI shader token for ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+7
*
tgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX}
Nicolai Hähnle
2017-04-14
1
-0
/
+10
*
gallium/docs: small correction about register files for atomics
Rob Clark
2017-04-14
1
-2
/
+4
*
gallium: fix some math formulas to display better
Ilia Mirkin
2017-04-07
1
-16
/
+16
*
tgsi: add SUBGROUP_* semantics
Ilia Mirkin
2017-04-05
1
-0
/
+51
*
tgsi: add BALLOT/READ_* opcodes
Ilia Mirkin
2017-04-05
1
-11
/
+57
*
tgsi: add CLOCK opcode
Ilia Mirkin
2017-03-31
1
-0
/
+14
*
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
2017-03-15
1
-3
/
+5
*
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
1
-1
/
+32
*
gallium/docs: fix section title formatting
Eric Engestrom
2017-02-22
1
-2
/
+2
*
gallium/docs: add missing newlines
Eric Engestrom
2017-02-22
1
-0
/
+33
*
gallium/docs: add missing math formatting
Eric Engestrom
2017-02-22
1
-0
/
+4
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-13
/
+0
*
gallium/docs: remove documentation of non-existent instructions
Marek Olšák
2017-02-18
1
-26
/
+0
*
gallium: add TGSI_PROPERTY_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
1
-2
/
+15
*
gallium: add FBFETCH opcode to retrieve the current sample value
Ilia Mirkin
2017-01-16
1
-0
/
+13
*
tgsi: add DDIV instruction
Nicolai Hähnle
2017-01-16
1
-0
/
+9
*
tgsi: align the definition of BFI & [UI]BFE with GLSL
Nicolai Hähnle
2016-11-02
1
-20
/
+15
*
gallium: add opcode and types for 64-bit integers. (v3)
Dave Airlie
2016-09-21
1
-0
/
+240
*
tgsi: document semantics for compute shaders
Samuel Pitoiset
2016-09-12
1
-0
/
+28
*
tgsi: Add WORK_DIM System Value
Hans de Goede
2016-07-02
1
-0
/
+8
*
gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
1
-0
/
+17
*
tgsi: remove culldist semantic.
Dave Airlie
2016-05-23
1
-4
/
+18
[next]