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/ureg: don't call tgsi_sanity when it's too slow
Marek Olšák
2018-08-23
1
-1
/
+12
*
Gallium/tgsi: Correct signdness of return value of bit operations
Gert Wollny
2018-08-11
1
-3
/
+4
*
gallium: add new SAMP2HND and IMG2HND opcodes
Rhys Perry
2018-08-01
3
-2
/
+7
*
tgsi: whitespace fixes in tgsi_ureg.c
Brian Paul
2018-07-27
1
-23
/
+22
*
gallium: initialize ureg_dst::Invariant bit
Erik Faye-Lund
2018-07-26
1
-0
/
+3
*
gallium: plumb invariant output attrib thru TGSI
Joe M. Kniss
2018-06-29
5
-13
/
+39
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
1
-0
/
+2
*
gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...
Gert Wollny
2018-06-20
1
-2
/
+1
*
gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-3
/
+4
*
gallium/aux/tgsi_ureg.c: Fix various warnings
Gert Wollny
2018-06-20
1
-3
/
+3
*
gallium/aux/tgsi_text.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
2
-5
/
+5
*
gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-6
/
+7
*
gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-3
/
+3
*
gallium/aux/tgsi_build.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-2
/
+4
*
gallium/aux/tgsi_build.c: Remove now unused variable
Gert Wollny
2018-06-20
1
-7
/
+1
*
gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...
Gert Wollny
2018-06-20
1
-8
/
+0
*
gallium/aux/tgsi_exec.c: Fix various -Wsign-compare
Gert Wollny
2018-06-20
1
-4
/
+4
*
gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_d
Gert Wollny
2018-06-20
1
-5
/
+4
*
gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstret
Gert Wollny
2018-06-20
1
-9
/
+5
*
gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channel
Gert Wollny
2018-06-20
1
-10
/
+3
*
gallium/aux/tgsi_exec.c: Remove paramater inst from exec_kill
Gert Wollny
2018-06-20
1
-3
/
+2
*
gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-2
/
+2
*
gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-2
/
+2
*
gallium/aux/tgsi/tgsi_parse.c: Fix two warnings
Gert Wollny
2018-06-20
1
-3
/
+7
*
gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-1
/
+1
*
virgl: add ARB_tessellation_shader support. (v2)
Dave Airlie
2018-06-14
1
-4
/
+0
*
tgsi/scan: add hw atomic to the list of memory accessing files
Dave Airlie
2018-05-23
1
-1
/
+2
*
tgsi: fix incorrect tgsi_shader_info::num_tokens computation
Brian Paul
2018-05-17
1
-2
/
+1
*
tgsi: use enums instead of unsigned in ureg code
Brian Paul
2018-04-30
2
-12
/
+12
*
tgsi,softpipe: use enum tgsi_opcode
Brian Paul
2018-03-23
1
-2
/
+2
*
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
[prev]
[next]