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/tgsi: start adding hw atomics (v3.2)
Dave Airlie
2017-11-10
3
-0
/
+89
*
gallium: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
1
-0
/
+2
*
gallium: add more exceptions to tgsi_util_get_inst_usage_mask
Tim Rowley
2017-10-19
1
-0
/
+12
*
tgsi: fix tgsi_util_get_inst_usage_mask
Roland Scheidegger
2017-10-19
1
-6
/
+6
*
tgsi/ureg: allow any register file in address operands
Marek Olšák
2017-10-06
1
-6
/
+0
*
tgsi/scan: scan address operands (v2)
Marek Olšák
2017-10-06
1
-1
/
+42
*
tgsi/scan: set correct usage mask for tex offsets in scan_src_operand
Marek Olšák
2017-10-06
1
-4
/
+4
*
tgsi/scan: take advantage of already swizzled usage mask in scan_src_operand
Marek Olšák
2017-10-06
1
-30
/
+17
*
tgsi/scan: set non-valid src_index for tex offsets in scan_src_operand
Marek Olšák
2017-10-06
1
-1
/
+1
*
tgsi: implement tgsi_util_get_inst_usage_mask properly
Marek Olšák
2017-10-06
2
-113
/
+206
*
gallium: add new LOD opcode
Roland Scheidegger
2017-09-30
2
-4
/
+45
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
4
-2
/
+19
*
tgsi: infer that dst[1] of DFRACEXP is an integer
Nicolai Hähnle
2017-09-29
2
-2
/
+5
*
gallivm: add support for TGSI instructions with two outputs
Nicolai Hähnle
2017-09-29
1
-0
/
+9
*
tgsi: clarify the semantics of DFRACEXP
Nicolai Hähnle
2017-09-29
2
-10
/
+8
*
tgsi: infer that DLDEXP's second source has an integer type
Nicolai Hähnle
2017-09-29
2
-2
/
+5
*
gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
Jan Vesely
2017-09-21
1
-0
/
+1
*
gallium: Add PIPE_SHADER_CAP_FP16
Jan Vesely
2017-09-18
1
-0
/
+2
*
gallium: add CONSTBUF type to tgsi_file_type
Timothy Arceri
2017-09-15
1
-0
/
+1
*
radeonsi: optimize TCS epilog when invocation 0 writes tess factors
Marek Olšák
2017-09-11
1
-2
/
+0
*
tgsi/scan: add a new pass that analyzes tess factor writes (v2)
Marek Olšák
2017-09-11
2
-0
/
+235
*
llvmpipe, tgsi: hook up dx10 gather4 opcode
Roland Scheidegger
2017-09-07
1
-1
/
+4
*
tgsi/build: always generate two-dimensional constant file accesses
Nicolai Hähnle
2017-09-04
2
-31
/
+45
*
tgsi/ureg: always emit constants (and their decls) as 2D
Nicolai Hähnle
2017-09-04
1
-15
/
+7
*
tgsi: store opcode mnemonics in a separate table
Nicolai Hähnle
2017-08-23
2
-6
/
+16
*
gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonic
Nicolai Hähnle
2017-08-23
3
-5
/
+8
*
tgsi: macro-ify the opcodes table
Nicolai Hähnle
2017-08-23
2
-251
/
+262
*
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
[next]