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: 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
*
radeonsi: split input upload off from si_launch_grid
Bas Nieuwenhuizen
2016-04-19
1
-41
/
+52
*
radeonsi: implement TGSI compute shader creation
Bas Nieuwenhuizen
2016-04-19
1
-18
/
+58
*
radeonsi: update shader count for compute shaders
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+2
*
radeonsi: set maximum work group size based on block size
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+12
*
radeonsi: implement shared atomics
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+76
*
radeonsi: implement shared memory load/store
Bas Nieuwenhuizen
2016-04-19
1
-2
/
+82
*
radeonsi: add shared memory
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+30
*
radeonsi: lower compute shader arguments
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+50
*
radeonsi: Use CE for all descriptors.
Bas Nieuwenhuizen
2016-04-19
1
-10
/
+64
*
radeonsi: Replace list_dirty with a mask.
Bas Nieuwenhuizen
2016-04-19
2
-17
/
+29
*
radeonsi: Add CE uploader.
Bas Nieuwenhuizen
2016-04-19
3
-0
/
+37
*
radeonsi: Allocate chunks of CE ram.
Bas Nieuwenhuizen
2016-04-19
2
-9
/
+27
*
radeonsi: Add CE synchronization.
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+27
*
radeonsi: Add CE packet definitions.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+6
*
radeonsi: Create CE IB.
Bas Nieuwenhuizen
2016-04-19
3
-1
/
+52
*
radeonsi: use enums in si_shader.h
Marek Olšák
2016-04-18
1
-93
/
+119
*
radeonsi: always use PFP_SYNC_ME when doing flushes and waits
Marek Olšák
2016-04-18
2
-1
/
+10
*
radeonsi: don't do VS/PS partial flushes if SURFACE_SYNC waits too
Marek Olšák
2016-04-18
1
-11
/
+14
*
radeonsi: add safety assertions for meta cache flushes
Marek Olšák
2016-04-18
1
-0
/
+4
*
radeonsi: don't use ACQUIRE_MEM on the graphics ring
Marek Olšák
2016-04-18
1
-18
/
+8
*
radeonsi: remove TODO and correct a comment in si_emit_cache_flush
Marek Olšák
2016-04-18
1
-2
/
+1
*
radeonsi: don't flush CB/DB caches for performance counters
Marek Olšák
2016-04-18
1
-3
/
+6
*
radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CS
Nicolai Hähnle
2016-04-14
1
-0
/
+2
*
radeonsi: don't overwrite the scratch offset in shader prologs
Marek Olšák
2016-04-14
1
-3
/
+4
*
radeonsi: fold num_user_sgprs where it is possible
Marek Olšák
2016-04-14
1
-16
/
+4
*
radeonsi: fix SGPRS calculation once more
Marek Olšák
2016-04-14
2
-55
/
+23
*
radeonsi: disable hw ETC2 on Polaris
Marek Olšák
2016-04-14
1
-1
/
+1
*
radeonsi: gate PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by LLVM version
Nicolai Hähnle
2016-04-13
1
-1
/
+2
*
gallium/radeon: add an env variable to force a level of aniso filtering
Marek Olšák
2016-04-13
1
-3
/
+7
*
radeonsi: enable GLSL 4.20 and therefore OpenGL 4.2
Nicolai Hähnle
2016-04-12
1
-1
/
+2
*
radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was added
Marek Olšák
2016-04-13
2
-9
/
+2
*
radeonsi: fix bounds check in si_create_vertex_elements
Nicolai Hähnle
2016-04-12
1
-1
/
+1
*
radeonsi: enable shader buffer pipe caps
Nicolai Hähnle
2016-04-12
1
-2
/
+2
*
radeonsi: add shader buffer support to TGSI_OPCODE_RESQ
Nicolai Hähnle
2016-04-12
1
-6
/
+11
*
radeonsi: add shader buffer support to TGSI_OPCODE_STORE
Nicolai Hähnle
2016-04-12
1
-18
/
+111
*
radeonsi: add shader buffer support to TGSI_OPCODE_LOAD
Nicolai Hähnle
2016-04-12
1
-19
/
+70
*
radeonsi: add shader buffer support to TGSI_OPCODE_ATOM*
Nicolai Hähnle
2016-04-12
1
-15
/
+46
*
radeonsi: add offset parameter to buffer_append_args
Nicolai Hähnle
2016-04-12
1
-5
/
+10
*
radeonsi: adjust buffer_append_args to take a 128 bit resource
Nicolai Hähnle
2016-04-12
1
-7
/
+23
*
radeonsi: preload shader buffers in shaders
Nicolai Hähnle
2016-04-12
1
-0
/
+17
*
radeonsi: implement set_shader_buffers
Nicolai Hähnle
2016-04-12
5
-58
/
+125
[next]