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: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-2
/
+0
*
tgsi/scan: add tgsi_shader_info::msaa_images_declared
Marek Olšák
2019-10-09
2
-0
/
+19
*
gallium/tgsi: add support for DEMOTE and READ_HELPER opcodes
Ilia Mirkin
2019-10-07
1
-2
/
+2
*
tgsi: Remove unused local
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+0
*
tgsi: Remove unused tgsi_check_soa_dependencies().
Eric Anholt
2019-08-20
2
-59
/
+0
*
tgsi: Drop the SSE2 constants setup that's been dead code since 2011.
Eric Anholt
2019-08-20
2
-53
/
+9
*
tgsi: drop a stale comment
Eric Anholt
2019-08-20
1
-3
/
+0
*
softpipe: Add support for ARB_derivative_control
Gert Wollny
2019-08-14
1
-0
/
+29
*
tgsi/scan: don't set GS_INVOCATIONS for all shader stages
Marek Olšák
2019-08-12
1
-1
/
+3
*
gallium: add AMD-specific compute TGSI enums
Marek Olšák
2019-08-12
1
-0
/
+2
*
gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nir
Marek Olšák
2019-08-12
1
-0
/
+1
*
tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcode
Pierre-Eric Pelloux-Prayer
2019-08-06
3
-1
/
+6
*
tgsi/scan: add uses_fbfetch
Marek Olšák
2019-07-23
2
-0
/
+4
*
tgsi: fix warning: ‘interp’ may be used uninitialized
Marek Olšák
2019-07-22
1
-0
/
+1
*
util: use standard name for vsnprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
tgsi: denote which load/store/atomic channels are unsigned
Dave Airlie
2019-07-07
1
-0
/
+12
*
gallium/u_blitter: implement copying from ZS to color and vice versa
Marek Olšák
2019-07-03
1
-0
/
+6
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
1
-1
/
+1
*
softpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
Gert Wollny
2019-05-01
1
-0
/
+42
*
softpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
Gert Wollny
2019-05-01
1
-0
/
+32
*
softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
Gert Wollny
2019-05-01
1
-1
/
+40
*
softpipe: Add an per-input array for interpolator correctors to machine
Gert Wollny
2019-05-01
2
-4
/
+79
*
softpipe: Factor out evaluation of the source indices
Gert Wollny
2019-05-01
1
-28
/
+41
*
tgsi/scan: add uses_drawid
Marek Olšák
2019-04-23
2
-0
/
+4
*
tgsi: Mark tgsi_strings_check() unused
Kristian H. Kristensen
2019-04-19
1
-1
/
+1
*
tgsi: add support for geometry shader streams.
Dave Airlie
2019-04-09
2
-15
/
+59
*
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
[next]