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/gfx9: ELEMENT_SIZE change
Marek Olšák
2017-03-30
1
-6
/
+10
*
si_compute: check NULL return from u_upload_alloc
Julien Isorce
2017-03-28
1
-3
/
+11
*
radeonsi: don't crash on compute shader compile failure
Marek Olšák
2017-03-24
1
-1
/
+5
*
radeonsi: check the IR type before waiting for a compute compilation fence
Marek Olšák
2017-03-20
1
-1
/
+3
*
radeonsi: compile all TGSI compute shaders asynchronously
Marek Olšák
2017-03-17
1
-44
/
+81
*
radeon/ac: switch from radeon_elf_read() to ac_elf_read()
Timothy Arceri
2017-02-28
1
-2
/
+1
*
radeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it's desirable
Marek Olšák
2017-02-18
1
-2
/
+4
*
radeonsi: upload constants into VRAM instead of GTT
Marek Olšák
2017-02-18
1
-2
/
+2
*
gallium/radeon: use TCC line size as alignment in other places
Marek Olšák
2017-02-18
1
-1
/
+2
*
gallium/radeon: remove the internal u_upload_mgr pointer
Marek Olšák
2017-02-14
1
-4
/
+4
*
radeonsi: also prefetch compute shaders
Marek Olšák
2017-01-30
1
-0
/
+12
*
radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUG
Marek Olšák
2017-01-09
1
-1
/
+1
*
radeonsi: Bugfix needed for hashcat
Christian Inci
2016-12-22
1
-5
/
+7
*
radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chips
Marek Olšák
2016-12-01
1
-0
/
+1
*
radeonsi: simplify checking for monolithic compilation
Marek Olšák
2016-11-21
1
-0
/
+1
*
radeonsi: Add missing error-checking to si_create_compute_state (v2)
Mun Gwan-gyeong
2016-11-21
1
-1
/
+5
*
radeonsi: store group_size_variable in struct si_compute
Nicolai Hähnle
2016-11-21
1
-5
/
+8
*
radeonsi: remove si_resource_create_custom
Marek Olšák
2016-10-26
1
-3
/
+3
*
radeonsi: use TC write-back instead of full cache invalidation
Marek Olšák
2016-10-12
1
-1
/
+1
*
radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it
Marek Olšák
2016-10-11
1
-1
/
+6
*
radeonsi: support ARB_compute_variable_group_size
Nicolai Hähnle
2016-10-10
1
-1
/
+9
*
radeonsi: fix texture border colors for compute shaders
Marek Olšák
2016-10-05
1
-0
/
+12
*
radeonsi: remove unnecessary #includes
Marek Olšák
2016-10-04
1
-2
/
+0
*
radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3
Tom Stellard
2016-09-16
1
-17
/
+222
*
radeonsi/compute: Add some more debug printfs
Tom Stellard
2016-09-16
1
-0
/
+3
*
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
[next]