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
*
softpipe: add indirect store buffer/image unit
Dave Airlie
2019-03-28
1
-2
/
+34
*
softpipe: remove shadow_ref assert.
Dave Airlie
2019-03-22
1
-1
/
+0
*
softpipe: handle 32-bit bitfield inserts
Dave Airlie
2019-03-22
1
-3
/
+7
*
softpipe: fix 32-bit bitfield extract
Dave Airlie
2019-03-22
1
-2
/
+12
*
tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomics
Marek Olšák
2019-02-22
1
-1
/
+3
*
tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-29
/
+43
*
tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-1
/
+1
*
tgsi: add ATOMFADD operation
Ilia Mirkin
2018-12-26
4
-1
/
+7
*
tgsi/scan: add more information about bindless usage
Marek Olšák
2018-11-28
2
-2
/
+33
*
gallium/util: remove p_format.h from u_debug.h
Dylan Baker
2018-10-30
1
-0
/
+1
*
softpipe: dynamically allocate space for immediate constants
Gert Wollny
2018-10-18
2
-5
/
+15
*
gallium: add TGSI_MEMORY_STREAM_CACHE_POLICY
Marek Olšák
2018-08-29
2
-2
/
+3
*
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
[next]