index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
docs
/
source
/
tgsi.rst
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-23
gallium/docs: Fix the math formula of U2I64
Gwan-gyeong Mun
1
-2
/
+2
2017-08-23
gallium/docs: Add missing word "Not"
Gwan-gyeong Mun
1
-1
/
+1
2017-08-22
gallium: remove TGSI opcode SCS
Marek Olšák
1
-13
/
+0
2017-08-22
gallium: remove TGSI opcode BREAKC
Marek Olšák
1
-15
/
+1
2017-08-22
gallium: remove TGSI opcode XPD
Marek Olšák
1
-13
/
+1
2017-08-22
gallium: remove TGSI opcode DPH
Marek Olšák
1
-10
/
+1
2017-08-22
gallium: remove TGSI opcode DP2A
Marek Olšák
1
-13
/
+0
2017-08-22
gallium: remove TGSI_OPCODE_CALLNZ
Marek Olšák
1
-13
/
+0
2017-08-22
gallium: remove TGSI FENCE opcodes
Marek Olšák
1
-30
/
+0
2017-08-22
gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
Marek Olšák
1
-50
/
+0
2017-08-03
gallium/docs: add more info about TXF and MSAA textures
Brian Paul
1
-1
/
+3
2017-08-03
gallium/docs: document automatic per-sample FS execution
Brian Paul
1
-0
/
+6
2017-07-21
gallium/docs: add precise instruction modifier
Karol Herbst
1
-1
/
+10
2017-06-30
gallium/docs: document that TXF is used with PIPE_BUFFER resources
Brian Paul
1
-1
/
+2
2017-06-16
gallium/docs: improve docs for SAMPLE_POS, SAMPLE_INFO, TXQS, MSAA semantics
Brian Paul
1
-11
/
+47
2017-06-13
gallium/docs: clarify TGSI_SEMANTIC_SAMPLEMASK, again
Brian Paul
1
-4
/
+11
2017-06-09
tgsi: clarify TGSI_SEMANTIC_SAMPLEMASK documentation
Brian Paul
1
-2
/
+3
2017-06-02
gallium: Add TGSI shader token for ARB_post_depth_coverage
Lyude
1
-0
/
+7
2017-04-14
tgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX}
Nicolai Hähnle
1
-0
/
+10
2017-04-14
gallium/docs: small correction about register files for atomics
Rob Clark
1
-2
/
+4
2017-04-07
gallium: fix some math formulas to display better
Ilia Mirkin
1
-16
/
+16
2017-04-05
tgsi: add SUBGROUP_* semantics
Ilia Mirkin
1
-0
/
+51
2017-04-05
tgsi: add BALLOT/READ_* opcodes
Ilia Mirkin
1
-11
/
+57
2017-03-31
tgsi: add CLOCK opcode
Ilia Mirkin
1
-0
/
+14
2017-03-15
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
1
-3
/
+5
2017-03-15
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
1
-1
/
+32
2017-02-22
gallium/docs: fix section title formatting
Eric Engestrom
1
-2
/
+2
2017-02-22
gallium/docs: add missing newlines
Eric Engestrom
1
-0
/
+33
2017-02-22
gallium/docs: add missing math formatting
Eric Engestrom
1
-0
/
+4
2017-02-18
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
1
-13
/
+0
2017-02-18
gallium/docs: remove documentation of non-existent instructions
Marek Olšák
1
-26
/
+0
2017-01-23
gallium: add TGSI_PROPERTY_MUL_ZERO_WINS
Ilia Mirkin
1
-2
/
+15
2017-01-16
gallium: add FBFETCH opcode to retrieve the current sample value
Ilia Mirkin
1
-0
/
+13
2017-01-16
tgsi: add DDIV instruction
Nicolai Hähnle
1
-0
/
+9
2016-11-02
tgsi: align the definition of BFI & [UI]BFE with GLSL
Nicolai Hähnle
1
-20
/
+15
2016-09-21
gallium: add opcode and types for 64-bit integers. (v3)
Dave Airlie
1
-0
/
+240
2016-09-12
tgsi: document semantics for compute shaders
Samuel Pitoiset
1
-0
/
+28
2016-07-02
tgsi: Add WORK_DIM System Value
Hans de Goede
1
-0
/
+8
2016-06-06
gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_vote
Ilia Mirkin
1
-0
/
+17
2016-05-23
tgsi: remove culldist semantic.
Dave Airlie
1
-4
/
+18
2016-04-27
nouveau: codegen: LOAD: Take src swizzle into account
Hans de Goede
1
-0
/
+3
2016-04-11
tgsi/doc: fix spelling error
Oded Gabbay
1
-1
/
+1
2016-04-02
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
1
-0
/
+6
2016-03-29
gallium/docs: s/gven/given/
Brian Paul
1
-1
/
+1
2016-03-19
gallium: add TGSI property NEXT_SHADER
Marek Olšák
1
-0
/
+8
2016-03-14
tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
1
-0
/
+6
2016-01-29
tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsics
Ilia Mirkin
1
-0
/
+17
2016-01-08
gallium: add a RESQ opcode to query info about a resource
Ilia Mirkin
1
-0
/
+12
2016-01-08
tgsi: update atomic op docs
Ilia Mirkin
1
-46
/
+47
2016-01-08
gallium: add caps for POSITION and FACE system values
Marek Olšák
1
-6
/
+13
[next]