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
/
si_compute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: use simple_mtx_t instead of mtx_t
Marek Olšák
2019-10-07
1
-5
/
+5
*
rename pipe_llvm_program_header to pipe_binary_program_header
Karol Herbst
2019-09-21
1
-1
/
+1
*
gallium: add blob field to pipe_llvm_program_header
Karol Herbst
2019-09-21
1
-3
/
+1
*
radeonsi: fix scratch buffer WAVESIZE setting leading to corruption
Marek Olšák
2019-08-27
1
-1
/
+5
*
radeonsi: align scratch and ring buffer allocations for faster memory access
Marek Olšák
2019-08-27
1
-1
/
+2
*
radeonsi: move some global shader cache flags to per-binary flags
Marek Olšák
2019-08-27
1
-1
/
+1
*
radeonsi/gfx10: fix the legacy pipeline by storing as_ngg in the shader cache
Marek Olšák
2019-08-27
1
-1
/
+1
*
radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it
Marek Olšák
2019-08-19
1
-1
/
+1
*
radeonsi: allocate and resize global_buffers as needed
Marek Olšák
2019-08-19
1
-2
/
+21
*
radeonsi: remove the always_nir option
Marek Olšák
2019-08-12
1
-1
/
+1
*
gallium: add AMD-specific compute TGSI enums
Marek Olšák
2019-08-12
1
-1
/
+1
*
radeonsi: release NIR in the right place to fix crashes
Marek Olšák
2019-07-30
1
-1
/
+1
*
radeonsi/nir: add an option to convert TGSI to NIR
Marek Olšák
2019-07-30
1
-1
/
+6
*
radeonsi/gfx10: implement Wave32
Marek Olšák
2019-07-19
1
-5
/
+7
*
ac/rtld: add support for Wave32
Marek Olšák
2019-07-19
1
-0
/
+1
*
radeonsi: remove what appears to be legacy compute code
Marek Olšák
2019-07-19
1
-35
/
+6
*
radeonsi: remove si_program::use_code_object_v2
Marek Olšák
2019-07-19
1
-5
/
+3
*
radeonsi: add si_shader_selector into si_compute
Marek Olšák
2019-07-19
1
-57
/
+52
*
radeonsi: fix leaked compute shader NIR
Marek Olšák
2019-07-19
1
-0
/
+1
*
ac: import ac_get_compute_resource_limits() from RadeonSI
Samuel Pitoiset
2019-07-12
1
-33
/
+2
*
radeonsi/gfx10: launch 2 compute waves per CU before going onto the next CU
Marek Olšák
2019-07-09
1
-2
/
+9
*
radeonsi/gfx10: set HS/GS/CS.WGP_MODE
Marek Olšák
2019-07-09
1
-0
/
+1
*
radeonsi: fix and clean up shader_type passing
Marek Olšák
2019-07-09
1
-4
/
+3
*
radeonsi/gfx10: setup registers for OpenGL compute
Nicolai Hähnle
2019-07-03
1
-2
/
+11
*
radeonsi/gfx10: add si_context::emit_cache_flush
Nicolai Hähnle
2019-07-03
1
-1
/
+1
*
radeonsi: rename and re-document cache flush flags
Marek Olšák
2019-06-24
1
-1
/
+1
*
amd/rtld: layout and relocate LDS symbols
Nicolai Hähnle
2019-06-12
1
-3
/
+6
*
radeonsi: use the new run-time linker for shaders
Nicolai Hähnle
2019-06-12
1
-26
/
+37
*
radeonsi: return bool from si_shader_binary_upload
Nicolai Hähnle
2019-06-12
1
-3
/
+3
*
radeonsi: let si_shader_create return a boolean
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: use ac_shader_config
Nicolai Hähnle
2019-06-12
1
-7
/
+7
*
amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0
Nicolai Hähnle
2019-06-03
1
-5
/
+5
*
radeonsi: add a cs parameter into si_cp_copy_data
Marek Olšák
2019-05-16
1
-1
/
+1
*
radeonsi: add threadgroups_per_cu param into si_get_compute_resource_limits
Marek Olšák
2019-05-16
1
-3
/
+6
*
radeonsi: make si_initialize_compute reusable
Marek Olšák
2019-05-16
1
-7
/
+7
*
radeonsi: extract COMPUTE_RESOURCE_LIMITS code into a helper
Marek Olšák
2019-05-16
1
-12
/
+20
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-13
/
+13
*
radeonsi/nir: call radeonsi nir opts before the scan pass
Timothy Arceri
2019-05-01
1
-0
/
+1
*
radeonsi: add BOs after need_cs_space
Marek Olšák
2019-04-24
1
-3
/
+3
*
radeonsi: delay adding BOs at the beginning of IBs until the first draw
Marek Olšák
2019-04-23
1
-0
/
+3
*
radeonsi: add si_cp_copy_data
Marek Olšák
2019-04-23
1
-16
/
+5
*
radeonsi: Remove implicit const cast.
Bas Nieuwenhuizen
2019-03-17
1
-1
/
+1
*
gallium: add pipe_grid_info::last_block
Marek Olšák
2019-03-15
1
-1
/
+1
*
radeonsi: always use compute rings for clover on CI and newer (v2)
Marek Olšák
2019-02-26
1
-6
/
+9
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-15
/
+15
*
radeonsi: rename rscreen -> sscreen
Marek Olšák
2019-01-22
1
-2
/
+2
*
radeonsi: add compute_last_block to configure the partial block fields
Jiang, Sonny
2019-01-22
1
-5
/
+27
*
ac: correct PKT3_COPY_DATA definitions
Marek Olšák
2018-10-06
1
-1
/
+1
*
radeonsi: let internal compute dispatches tune WAVES_PER_SH
Marek Olšák
2018-08-29
1
-0
/
+8
*
radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI
Marek Olšák
2018-08-29
1
-3
/
+13
[next]