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
*
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
*
gallium: add TGSI_PROPERTY_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
1
-1
/
+2
*
gallium: add FBFETCH opcode to retrieve the current sample value
Ilia Mirkin
2017-01-16
1
-1
/
+1
*
tgsi: add DDIV instruction
Nicolai Hähnle
2017-01-16
1
-0
/
+2
*
gallium/tgsi: fix overflow in parse property
Li Qiang
2017-01-11
1
-3
/
+6
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
8
-34
/
+36
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
4
-7
/
+1
*
st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI
Nicolai Hähnle
2016-12-12
2
-1
/
+21
*
tgsi/scan: collect information about output usagemasks
Nicolai Hähnle
2016-12-12
2
-0
/
+2
*
tgsi/scan: collect information about output vertex streams
Nicolai Hähnle
2016-12-12
2
-0
/
+19
*
tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic
Nicolai Hähnle
2016-12-12
3
-2
/
+77
*
tgsi: fix the src type of TGSI_OPCODE_MEMBAR
Marek Olšák
2016-12-07
1
-0
/
+1
*
tgsi: store writes_primid when scanning tgsi
Tim Rowley
2016-12-01
2
-0
/
+4
*
tgsi/scan: record if a shader writes the position output
Marek Olšák
2016-11-21
2
-0
/
+3
*
tgsi/scan: use a big switch for scanning outputs
Marek Olšák
2016-11-21
1
-40
/
+28
*
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
Marek Olšák
2016-11-15
1
-0
/
+1
*
tgsi/scan: turn a huge if-else-if.. chain into a switch statement
Marek Olšák
2016-11-08
1
-14
/
+30
*
tgsi/scan: fix images_buffers regression
Marek Olšák
2016-11-08
1
-3
/
+2
*
tgsi: trivial build fix for MSVC
Brian Paul
2016-10-24
1
-1
/
+1
*
tgsi/scan: scan texture offset operands
Marek Olšák
2016-10-24
1
-0
/
+16
*
tgsi/scan: move src operand processing into a separate function
Marek Olšák
2016-10-24
1
-171
/
+183
*
tgsi/scan: get information about shader buffer usage
Marek Olšák
2016-10-24
2
-0
/
+23
*
tgsi/scan: handle indirect image indexing correctly
Marek Olšák
2016-10-24
2
-8
/
+17
[next]