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
/
auxiliary
/
tgsi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tgsi: remove post_indent from some 64-bit opcodes
Nicolai Hähnle
2017-08-23
1
-6
/
+6
*
tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bit
Nicolai Hähnle
2017-08-23
1
-2
/
+2
*
tgsi/scan: fix uses_double
Marek Olšák
2017-08-22
1
-2
/
+8
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
6
-113
/
+1
*
gallium: remove TGSI opcode BREAKC
Marek Olšák
2017-08-22
3
-23
/
+2
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
5
-121
/
+1
*
gallium: remove TGSI opcode DPH
Marek Olšák
2017-08-22
6
-73
/
+6
*
gallium: remove TGSI opcode DP2A
Marek Olšák
2017-08-22
6
-65
/
+2
*
gallium: remove TGSI_OPCODE_CALLNZ
Marek Olšák
2017-08-22
2
-2
/
+1
*
gallium: remove TGSI FENCE opcodes
Marek Olšák
2017-08-22
1
-3
/
+3
*
gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
Marek Olšák
2017-08-22
5
-25
/
+4
*
tgsi/text: parse _PRECISE modifier
Karol Herbst
2017-07-21
1
-3
/
+14
*
tgsi: populate precise
Karol Herbst
2017-07-21
3
-2
/
+23
*
tgsi/dump: print _PRECISE modifier on Instructions
Karol Herbst
2017-07-21
1
-0
/
+4
*
tgsi: add precise flag to tgsi_instruction
Karol Herbst
2017-07-21
1
-0
/
+1
*
tgsi_from_mesa: add tgsi_get_gl_frag_result_semantic
Nicolai Hähnle
2017-07-05
2
-0
/
+40
*
tgsi_from_mesa: add pipe_shader_type_from_mesa
Nicolai Hähnle
2017-07-05
1
-0
/
+23
*
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
Nicolai Hähnle
2017-07-05
2
-0
/
+193
*
tgsi/scan: add missing 'static' to tgsi_is_bindless_image_file()
Samuel Pitoiset
2017-06-14
1
-1
/
+1
*
tgsi/scan: record bindless samplers/images usage
Samuel Pitoiset
2017-06-14
2
-0
/
+49
*
tgsi/ureg: accept TGSI_FILE_{CONSTANT,INPUT} for dst registers
Samuel Pitoiset
2017-06-14
1
-2
/
+0
*
gallium: fixed modulo zero crashes in tgsi interpreter (v2)
Marius Gräfe
2017-06-10
1
-20
/
+20
*
gallium/ureg: add TEX/TXF_LZ opcodes to ureg
Marek Olšák
2017-06-07
1
-0
/
+2
*
tgsi/scan: fix scanning fragment shaders with PrimID and Position/Face
Marek Olšák
2017-06-05
1
-7
/
+10
*
gallium: Add TGSI shader token for ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
tgsi: remove unused tgsi_is_passthrough_shader()
Samuel Pitoiset
2017-05-24
2
-79
/
+0
*
tgsi: store the sampler view type directly in the instruction
Samuel Pitoiset
2017-05-18
3
-6
/
+18
*
tgsi: remove some unused OPCODE macros
Samuel Pitoiset
2017-05-18
2
-200
/
+0
*
tgsi/scan: record compute shader system value usage
Marek Olšák
2017-04-28
2
-0
/
+37
*
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
2017-04-26
1
-0
/
+1
*
tgsi: add SUBGROUP_* semantics
Ilia Mirkin
2017-04-05
1
-0
/
+7
*
tgsi: add BALLOT/READ_* opcodes
Ilia Mirkin
2017-04-05
1
-3
/
+3
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
12
-432
/
+4
*
tgsi: fix printing of 64-bit integer immediates
Nicolai Hähnle
2017-03-31
3
-5
/
+11
*
tgsi: add CLOCK opcode
Ilia Mirkin
2017-03-31
1
-1
/
+1
*
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
2017-03-15
1
-13
/
+41
*
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
2
-2
/
+5
*
tgsi: add missing compute shader entry in tgsi_get_processor_name()
Samuel Pitoiset
2017-03-15
1
-0
/
+2
*
tgsi/scan: record load/store/atomic image usage
Marek Olšák
2017-03-03
2
-10
/
+13
*
tgsi/ureg: return correct token count in ureg_get_tokens
Grazvydas Ignotas
2017-03-03
1
-1
/
+1
*
tgsi/scan: add basic info about tessellation OUT and IN uses
Marek Olšák
2017-02-21
2
-0
/
+34
*
gallium: do not #include foo.h within extern C {}
Emil Velikov
2017-02-21
1
-2
/
+2
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
4
-19
/
+1
*
tgsi/lowering: stop using TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-4
/
+13
*
tgsi: fix memory leak in tgsi sanity check
Dave Airlie
2017-02-14
1
-3
/
+5
*
tgsi-dump: dump label if instruction has one
Marc-André Lureau
2017-02-10
1
-11
/
+13
*
tgsi: remove ureg_label_insn
Marc-André Lureau
2017-02-10
2
-38
/
+0
*
gallium/tgsi: fix oob access in parse instruction
Li Qiang
2017-02-07
1
-1
/
+1
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-1
/
+0
*
tgsi: implement ddiv opcode
Roland Scheidegger
2017-01-24
1
-0
/
+14
[prev]
[next]