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
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: clean left-shift undefined behavior
Nicolai Hähnle
2016-05-07
1
-2061
/
+2061
*
radeonsi: Compute correct LDS size for fragment shaders.
Bas Nieuwenhuizen
2016-05-06
1
-3
/
+6
*
radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4
Marek Olšák
2016-05-06
1
-1
/
+2
*
radeonsi: mark descriptor loads as using dynamically uniform indices
Nicolai Hähnle
2016-05-05
1
-5
/
+17
*
radeonsi: remove unused tile mode getters
Marek Olšák
2016-05-02
2
-157
/
+2
*
radeonsi: just read tile mode arrays in SDMA setup
Marek Olšák
2016-05-02
1
-51
/
+28
*
radeonsi: just read tile mode arrays in SI DMA setup
Marek Olšák
2016-05-02
1
-33
/
+21
*
radeonsi: just read tile mode arrays in DB setup
Marek Olšák
2016-05-02
1
-36
/
+19
*
radeonsi: when parsing dmesg, skip empty lines
Marek Olšák
2016-05-02
1
-0
/
+3
*
radeonsi: use the hw MSAA resolving if formats are compatible
Marek Olšák
2016-05-02
1
-1
/
+2
*
radeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handling
Nicolai Hähnle
2016-05-02
1
-8
/
+10
*
radeonsi: correct NULL-pointer check in si_upload_const_buffer
Nicolai Hähnle
2016-05-02
1
-1
/
+1
*
radeonsi: fix synchronization of shader images
Marek Olšák
2016-04-30
1
-7
/
+11
*
gallium/radeon: drop support for LINEAR_GENERAL layout
Marek Olšák
2016-04-28
3
-31
/
+7
*
radeonsi: rework clear_buffer flags
Marek Olšák
2016-04-28
4
-21
/
+28
*
radeonsi: remove needless cache flushes at the end of CP DMA operations
Marek Olšák
2016-04-28
1
-8
/
+0
*
radeonsi: remove flushes at the beginning and end of IBs done by the kernel
Marek Olšák
2016-04-28
1
-12
/
+12
*
radeonsi: check if value is negative
Jakob Sinclair
2016-04-28
1
-1
/
+4
*
gallium/radeon: remove use_reusable_pool parameter from r600_init_resource
Nicolai Hähnle
2016-04-27
1
-1
/
+1
*
radeon/video: always use the reusable buffer pool
Nicolai Hähnle
2016-04-27
1
-1
/
+1
*
radeonsi: work around an MSAA fast stencil clear problem
Nicolai Hähnle
2016-04-27
1
-3
/
+15
*
radeonsi: expclear must be disabled on first Z/S clear
Nicolai Hähnle
2016-04-27
1
-2
/
+2
*
radeonsi: move blend choice out of loop in si_blit_decompress_color
Nicolai Hähnle
2016-04-27
1
-9
/
+9
*
radeonsi: use level mask for early out in si_blit_decompress_color
Nicolai Hähnle
2016-04-27
1
-6
/
+8
*
radeonsi: si_blit_decompress_depth is only used for staging
Nicolai Hähnle
2016-04-27
1
-21
/
+5
*
radeonsi: only decompress the required ZS planes from si_blit
Nicolai Hähnle
2016-04-27
1
-6
/
+7
*
radeonsi: decompress Z & S planes in one pass
Nicolai Hähnle
2016-04-27
1
-28
/
+73
*
radeonsi: early out of si_blit_decompress_depth_in_place based on dirty mask
Nicolai Hähnle
2016-04-27
1
-6
/
+14
*
radeonsi: use MIN2 instead of expanded ?: operator
Nicolai Hähnle
2016-04-27
1
-3
/
+3
*
radeonsi: fix brace style
Nicolai Hähnle
2016-04-27
1
-2
/
+4
*
radeonsi: emit s_waitcnt for shader memory barriers and volatile
Nicolai Hähnle
2016-04-27
1
-13
/
+23
*
radeonsi: add RW_BUFFERS only once in si_ce_needed_cs_space
Marek Olšák
2016-04-26
1
-2
/
+2
*
radeonsi: Fix memory leak in error path.
Bas Nieuwenhuizen
2016-04-26
1
-0
/
+2
*
radeonsi: fix build error because of missing param
Oded Gabbay
2016-04-26
1
-1
/
+1
*
r600g/radeonsi: send endian info to format translation functions
Oded Gabbay
2016-04-26
1
-2
/
+2
*
radeonsi: fix missing include for Elements.
Dave Airlie
2016-04-26
1
-0
/
+1
*
radeonsi: Implement ddx/ddy on VI using ds_bpermute
Tom Stellard
2016-04-22
1
-12
/
+30
*
radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tid
Tom Stellard
2016-04-22
1
-1
/
+16
*
radeonsi: Set range metadata on calls to llvm.SI.tid
Tom Stellard
2016-04-22
1
-3
/
+26
*
radeonsi: Create a helper function for computing the thread id
Tom Stellard
2016-04-22
1
-6
/
+11
*
radeonsi: implement TGSI_SEMANTIC_HELPER_INVOCATION
Nicolai Hähnle
2016-04-21
1
-0
/
+11
*
gallium: remove helpers converting to/from TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-1
/
+1
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
2
-71
/
+71
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-11
/
+11
*
radeonsi: remove the shader parameter from si_set_ring_buffer
Marek Olšák
2016-04-22
3
-15
/
+11
*
radeonsi: decrease GS copy shader user SGPRs to 2
Marek Olšák
2016-04-22
2
-3
/
+3
*
radeonsi: shorten slot masks to 32 bits
Marek Olšák
2016-04-22
4
-63
/
+61
*
radeonsi: clean up shader resource limit definitions
Marek Olšák
2016-04-22
3
-23
/
+12
*
radeonsi: move default tess level constant buffer to RW buffers
Marek Olšák
2016-04-22
5
-10
/
+35
*
radeonsi: move sample positions constant buffer to RW buffers
Marek Olšák
2016-04-22
3
-4
/
+5
[next]