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_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi/gfx10: implement gfx10_emit_cache_flush
Nicolai Hähnle
2019-07-03
1
-1
/
+5
*
radeonsi/gfx10: add si_context::emit_cache_flush
Nicolai Hähnle
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: require LLVM 9
Nicolai Hähnle
2019-07-03
1
-0
/
+6
*
radeonsi: rename and re-document cache flush flags
Marek Olšák
2019-06-24
1
-4
/
+4
*
ac: add radeon_info::is_amdgpu instead of checking drm_major == 3
Marek Olšák
2019-06-14
1
-2
/
+2
*
radeonsi: use the new run-time linker for shaders
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: init sctx->dma_copy before using it
Pierre-Eric Pelloux-Prayer
2019-06-03
1
-3
/
+3
*
radeonsi: clean up winsys creation
Marek Olšák
2019-05-27
1
-2
/
+25
*
radeonsi: allow query functions for compute-only contexts
Marek Olšák
2019-05-27
1
-1
/
+1
*
r600+radeonsi: use ctx_query_reset_status on radeon
Marek Olšák
2019-05-16
1
-25
/
+2
*
radeonsi: cull primitives with async compute for large draw calls
Marek Olšák
2019-05-16
1
-1
/
+11
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-23
/
+23
*
radeonsi: add an AMD_TEX_ANISO environment variable
Timothy Arceri
2019-05-08
1
-0
/
+4
*
radeonsi: set sampler state and view functions for compute-only contexts
Marek Olšák
2019-05-01
1
-1
/
+1
*
radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)
Marek Olšák
2019-04-25
1
-0
/
+2
*
radeonsi: add radeonsi_aux_debug option for aux context debug dumps
Nicolai Hähnle
2019-04-25
1
-1
/
+15
*
radeonsi: add si_debug_options for convenient adding/removing of options
Nicolai Hähnle
2019-04-25
1
-8
/
+14
*
st/mesa/radeonsi: fix race between destruction of types and shader compilation
Timothy Arceri
2019-04-24
1
-2
/
+6
*
radeonsi: use CP DMA for the null const buffer clear on CIK
Marek Olšák
2019-04-22
1
-2
/
+5
*
radeonsi: add support for displayable DCC for multi-RB chips
Marek Olšák
2019-04-04
1
-0
/
+2
*
radeonsi: implement ARB/KHR_parallel_shader_compile callbacks
Marek Olšák
2019-04-01
1
-0
/
+31
*
radeonsi: always use compute rings for clover on CI and newer (v2)
Marek Olšák
2019-02-26
1
-41
/
+54
*
radeonsi: use SDMA for uploading data through const_uploader
Marek Olšák
2019-02-20
1
-8
/
+15
*
radeonsi: add driconf option radeonsi_enable_nir
Marek Olšák
2019-02-19
1
-1
/
+2
*
radeonsi: add AMD_DEBUG env var as an alternative to R600_DEBUG
Marek Olšák
2019-02-12
1
-1
/
+3
*
radeonsi: make allocator_zeroed_memory unmappable and use bigger buffers
Marek Olšák
2019-02-06
1
-1
/
+2
*
radeonsi: clear allocator_zeroed_memory with SDMA
Marek Olšák
2019-02-06
1
-3
/
+3
*
radeonsi: use compute for clear_render_target when possible
Sonny Jiang
2019-02-04
1
-0
/
+4
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-9
/
+9
*
radeonsi: use compute for resource_copy_region when possible
Sonny Jiang
2019-01-22
1
-0
/
+4
*
radeonsi: move PKT3_WRITE_DATA generation into a helper function
Marek Olšák
2019-01-22
1
-11
/
+2
*
radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIK
Marek Olšák
2019-01-22
1
-1
/
+2
*
radeonsi: correct WRITE_DATA.DST_SEL definitions
Marek Olšák
2019-01-22
1
-1
/
+1
*
radeonsi: compile clear and copy buffer compute shaders on demand
Marek Olšák
2019-01-22
1
-8
/
+0
*
radeonsi: move remaining perfcounter code into si_perfcounter.c
Nicolai Hähnle
2018-12-19
1
-1
/
+1
*
radeonsi: add si_init_draw_functions and make some functions static
Nicolai Hähnle
2018-12-19
1
-2
/
+2
*
radeonsi: move SI_FORCE_FAMILY functionality to winsys
Nicolai Hähnle
2018-12-19
1
-34
/
+0
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
1
-1
/
+1
*
radeonsi: add memory management stress tests for GDS
Marek Olšák
2018-11-28
1
-0
/
+46
*
radeonsi: clean up primitive binning enablement
Marek Olšák
2018-11-28
1
-11
/
+16
*
radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only
Marek Olšák
2018-11-09
1
-3
/
+4
*
radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2
Marek Olšák
2018-11-09
1
-0
/
+1
*
radeonsi: add support for Raven2 (v2)
Marek Olšák
2018-10-30
1
-4
/
+6
*
util: Change remaining uint32 cache ids to sha1
David McFarland
2018-10-26
1
-32
/
+32
*
radeonsi: Disable clear_state with radeon kernel driver
Sonny Jiang
2018-10-19
1
-2
/
+4
*
radeonsi: fix a deadlock due to partially-initialized context on CI
Marek Olšák
2018-10-18
1
-6
/
+8
*
radeonsi: use compute shaders for clear_buffer & copy_buffer
Marek Olšák
2018-10-16
1
-4
/
+18
*
radeonsi: don't re-upload the sample position constant buffer repeatedly
Marek Olšák
2018-10-16
1
-0
/
+7
*
radeonsi: save raster config in screen, add se_tile_repeat
Marek Olšák
2018-10-16
1
-0
/
+9
*
radeonsi: add GDS support to CP DMA
Marek Olšák
2018-10-16
1
-0
/
+4
[next]