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
/
auxiliary
/
tgsi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/mesa,tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
4
-29
/
+29
*
tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
5
-14
/
+14
*
tgsi: move tgsi_processor_to_shader_stage() to a header
Emil Velikov
2018-03-16
1
-0
/
+15
*
tgsi/scan: use wrap-around shift behavior explicitly for file_mask
Roland Scheidegger
2018-03-06
1
-2
/
+5
*
gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_info
Timothy Arceri
2018-02-26
2
-7
/
+0
*
tgsi: Recognize RET in main for tgsi_transform
Roland Scheidegger
2018-02-14
1
-7
/
+55
*
tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()
Brian Paul
2018-02-08
1
-1
/
+1
*
tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg code
Brian Paul
2018-02-08
1
-2
/
+5
*
tgsi: s/unsigned/enum pipe_shader_type/ in ureg code
Brian Paul
2018-02-08
2
-5
/
+9
*
tgsi: use tgsi_semantic enum type in ureg code
Brian Paul
2018-02-07
2
-23
/
+23
*
tgsi: use TGSI enum types in ureg code
Brian Paul
2018-02-07
2
-51
/
+55
*
tgsi: include struct definitions for tgsi_build declarations
Rob Herring
2018-01-10
1
-5
/
+1
*
gallium/tgsi: add patch support to tgsi_get_gl_varying_semantic()
Timothy Arceri
2018-01-05
1
-3
/
+8
*
tgsi: improve comment on tgsi_util_get_shadow_ref_src_index()
Brian Paul
2017-12-26
1
-2
/
+6
*
tgsi: s/uint/enum pipe_shader_type/
Brian Paul
2017-11-17
2
-2
/
+2
*
tgsi: bump tgsi_opcode_info::output_mode size to 4 bits
Brian Paul
2017-11-17
2
-1
/
+3
*
util/tgsi: use ASSERT_BITFIELD_SIZE() to check opcode field size
Brian Paul
2017-11-16
1
-0
/
+2
*
tgsi/exec: fix LDEXP in softpipe
Nicolai Hähnle
2017-11-16
1
-1
/
+1
*
tgsi: whitespace clean-ups in tgsi_util.[ch]
Brian Paul
2017-11-15
2
-40
/
+34
*
tgsi: s/unsigned/enum tgsi_texture_type/
Brian Paul
2017-11-15
2
-8
/
+8
*
gallium/tgsi: add tess output supoort to tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-0
/
+8
*
gallium/tgsi: add prim id to tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-0
/
+4
*
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
[prev]
[next]