index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
*
nouveau: codegen: LOAD: Take src swizzle into account
Hans de Goede
2016-04-27
1
-0
/
+3
*
tgsi/doc: fix spelling error
Oded Gabbay
2016-04-11
1
-1
/
+1
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+6
*
gallium/docs: s/gven/given/
Brian Paul
2016-03-29
1
-1
/
+1
*
gallium: add TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
1
-0
/
+8
*
tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
2016-03-14
1
-0
/
+6
*
tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsics
Ilia Mirkin
2016-01-29
1
-0
/
+17
*
gallium: add a RESQ opcode to query info about a resource
Ilia Mirkin
2016-01-08
1
-0
/
+12
*
tgsi: update atomic op docs
Ilia Mirkin
2016-01-08
1
-46
/
+47
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-6
/
+13
*
gallium: document PK2H/UP2H
Ilia Mirkin
2016-01-03
1
-2
/
+14
[next]