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
/
si_compute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: flush TC L2 before using a compute indirect buffer
Marek Olšák
2016-09-09
1
-2
/
+10
*
radeonsi: remove the cache_flush atom
Marek Olšák
2016-09-09
1
-1
/
+1
*
radeonsi: don't emit CS_PARTIAL_FLUSH if compute is not used
Marek Olšák
2016-09-05
1
-0
/
+1
*
gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flags
Marek Olšák
2016-08-26
1
-1
/
+1
*
radeonsi: take compute shader and dispatch indirect memory usage into account
Marek Olšák
2016-08-06
1
-0
/
+6
*
radeonsi: set optimal settings in COMPUTE_RESOURCE_LIMITS
Marek Olšák
2016-07-19
1
-2
/
+6
*
gallium/radeon: remove unused code - radeon_llvm_util.*
Marek Olšák
2016-07-05
1
-1
/
+0
*
gallium/radeon: use r600_resource_reference
Marek Olšák
2016-06-25
1
-4
/
+2
*
radeonsi: fix a compute shader hang with big threadgroups on SI & CI
Marek Olšák
2016-06-24
1
-0
/
+18
*
gallium/radeon: add driver queries for compute/dma call stats and spills
Marek Olšák
2016-06-14
1
-0
/
+6
*
radeonsi: Fix memory leak in error path.
Bas Nieuwenhuizen
2016-04-26
1
-0
/
+2
*
radeonsi: Add config parameter to si_shader_apply_scratch_relocs.
Bas Nieuwenhuizen
2016-04-21
1
-1
/
+1
*
radeonsi: Consider input SGPR count for compute shader SGPR count.
Bas Nieuwenhuizen
2016-04-19
1
-5
/
+11
*
radeonsi: Add CE synchronization for compute dispatches.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+4
*
radeonsi: do not do two full flushes on every compute dispatch
Bas Nieuwenhuizen
2016-04-19
1
-15
/
+2
*
radeonsi: split setting graphics and compute descriptors
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+3
*
radeonsi: split texture decompression for compute shaders
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+2
*
radeonsi: update predicate condition for compute dispatches
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+6
*
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
1
-59
/
+86
*
radeonsi: rework compute scratch buffer
Bas Nieuwenhuizen
2016-04-19
1
-93
/
+44
*
radeonsi: do per cs setup for compute shaders once per cs
Bas Nieuwenhuizen
2016-04-19
1
-32
/
+45
*
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: allow dumping shader disassemblies to a file
Marek Olšák
2016-03-01
1
-1
/
+1
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
1
-16
/
+15
*
gallium/radeon: drop support for LLVM 3.5
Marek Olšák
2016-02-11
1
-57
/
+1
*
radeonsi: make LLVM IR dumping less messy
Marek Olšák
2016-02-09
1
-1
/
+2
*
r600,compute: Plug few memory leaks
Jan Vesely
2016-01-26
1
-3
/
+0
*
gallium/radeon: rename max_compute_units -> num_good_compute_units
Marek Olšák
2016-01-22
1
-2
/
+2
*
radeonsi: adjust the parameters of si_shader_dump
Marek Olšák
2016-01-07
1
-4
/
+2
*
radeonsi: move si_shader_dump call out of si_compile_llvm
Marek Olšák
2016-01-07
1
-0
/
+3
*
radeonsi: inline si_shader_binary_read
Marek Olšák
2016-01-07
1
-2
/
+2
*
radeonsi: move si_shader_dump call out of si_shader_binary_read
Marek Olšák
2016-01-07
1
-3
/
+5
*
radeonsi: don't pass si_shader to si_compile_llvm
Marek Olšák
2016-01-07
1
-1
/
+2
*
radeonsi: move si_shader_binary_upload out of si_compile_llvm
Marek Olšák
2016-01-07
1
-0
/
+1
*
radeonsi: don't pass si_shader to si_shader_binary_read
Marek Olšák
2016-01-07
1
-1
/
+2
*
radeonsi: don't pass si_shader to si_shader_binary_read_config
Marek Olšák
2016-01-07
1
-2
/
+3
*
radeonsi: add struct si_shader_config
Marek Olšák
2016-01-07
1
-12
/
+12
*
radeonsi: remove unused parameter from si_shader_binary_read_config
Marek Olšák
2016-01-03
1
-3
/
+2
*
radeonsi: move si_shader_binary_upload out of si_shader_binary_read
Marek Olšák
2016-01-03
1
-0
/
+1
*
radeonsi: pass TGSI processor type to si_shader_binary_read for dumping
Marek Olšák
2016-01-03
1
-1
/
+2
*
radeonsi: pass TGSI processor type to si_compile_llvm for dumping
Marek Olšák
2016-01-03
1
-1
/
+1
*
radeonsi: pass pipe_debug_callback down into si_shader_binary_read (v2)
Nicolai Hähnle
2016-01-02
1
-2
/
+2
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-1
/
+1
*
gallium/radeon*: Remove useless casts
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register values
Tom Stellard
2015-11-25
1
-31
/
+5
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
1
-6
/
+6
*
radeonsi: rename cache flushing flags once more
Marek Olšák
2015-11-13
1
-6
/
+6
[next]