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
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
radeonsi: move clip plane constant buffer to RW buffers
Marek Olšák
2016-04-22
4
-14
/
+12
*
radeonsi: rework polygon stippling to use constant buffer instead of texture
Marek Olšák
2016-04-22
6
-101
/
+55
*
radeonsi: generalize si_set_constant_buffer
Marek Olšák
2016-04-22
1
-10
/
+17
*
radeonsi: make RW buffer descriptor array global, not per shader stage
Marek Olšák
2016-04-22
2
-51
/
+43
*
radeonsi: rename and rearrange RW buffer slots
Marek Olšák
2016-04-22
4
-30
/
+39
*
radeonsi: Add config parameter to si_shader_apply_scratch_relocs.
Bas Nieuwenhuizen
2016-04-21
4
-3
/
+5
*
radeonsi: Enable loading into CE RAM.
Bas Nieuwenhuizen
2016-04-21
3
-0
/
+14
*
radeonsi: Use defines for CONTEXT_CONTROL instead of magic values.
Bas Nieuwenhuizen
2016-04-21
2
-2
/
+5
*
radeonsi: enable TGSI support cap for compute shaders
Bas Nieuwenhuizen
2016-04-19
1
-2
/
+14
*
radeonsi: Consider input SGPR count for compute shader SGPR count.
Bas Nieuwenhuizen
2016-04-19
2
-6
/
+13
*
radeonsi: Add CE synchronization for compute dispatches.
Bas Nieuwenhuizen
2016-04-19
3
-2
/
+8
*
radeonsi: clean up compute flush
Bas Nieuwenhuizen
2016-04-19
2
-18
/
+8
*
radeonsi: do not do two full flushes on every compute dispatch
Bas Nieuwenhuizen
2016-04-19
5
-22
/
+17
*
radeonsi: split setting graphics and compute descriptors
Bas Nieuwenhuizen
2016-04-19
4
-14
/
+59
*
radeonsi: split texture decompression for compute shaders
Bas Nieuwenhuizen
2016-04-19
4
-4
/
+16
*
radeonsi: update predicate condition for compute dispatches
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+15
*
radeonsi: implement TGSI compute dispatch
Bas Nieuwenhuizen
2016-04-19
1
-27
/
+77
*
radeonsi: only emit compute shader state when switching shaders
Bas Nieuwenhuizen
2016-04-19
2
-59
/
+88
*
radeonsi: rework compute scratch buffer
Bas Nieuwenhuizen
2016-04-19
3
-93
/
+47
*
radeonsi: do per cs setup for compute shaders once per cs
Bas Nieuwenhuizen
2016-04-19
3
-32
/
+48
*
radeonsi: don't pass scratch buffer to user SGPRs
Bas Nieuwenhuizen
2016-04-19
1
-8
/
+0
[prev]
[next]