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: enable primitive binning by default
Marek Olšák
2019-07-09
1
-5
/
+7
*
radeonsi/gfx10: implement primitive binning
Marek Olšák
2019-07-09
1
-5
/
+0
*
radeonsi: simplify primitive binning enablement
Marek Olšák
2019-07-09
1
-4
/
+4
*
radeonsi: fix and clean up shader_type passing
Marek Olšák
2019-07-09
1
-1
/
+1
*
radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangs
Marek Olšák
2019-07-09
1
-3
/
+1
*
ac: destroy passes in ac_destroy_llvm_compiler
Marek Olšák
2019-07-04
1
-2
/
+0
*
radeonsi/gfx10: disable clear state
Nicolai Hähnle
2019-07-03
1
-4
/
+5
*
radeonsi/gfx10: disable DPBB
Nicolai Hähnle
2019-07-03
1
-0
/
+5
*
radeonsi/gfx10: disable SDMA
Nicolai Hähnle
2019-07-03
1
-0
/
+2
*
radeonsi/gfx10: set the DCC constant encoding flag
Marek Olšák
2019-07-03
1
-1
/
+2
*
radeonsi/gfx10: implement streamout-related queries
Nicolai Hähnle
2019-07-03
1
-0
/
+7
*
radeonsi/gfx10: double the number of tessellation offchip buffers per SE
Nicolai Hähnle
2019-07-03
1
-2
/
+4
*
radeonsi/gfx10: set llvm_has_working_vgpr_indexing
Nicolai Hähnle
2019-07-03
1
-3
/
+2
*
radeonsi/gfx10: keep track of whether NGG is used
Nicolai Hähnle
2019-07-03
1
-0
/
+3
*
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
[next]