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_pipe.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: remove dirty slot masks from scissor and viewport states
Marek Olšák
2019-04-25
1
-8
/
+1
*
radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)
Marek Olšák
2019-04-25
1
-1
/
+2
*
radeonsi: add si_debug_options for convenient adding/removing of options
Nicolai Hähnle
2019-04-25
1
-2
/
+5
*
radeonsi: delay adding BOs at the beginning of IBs until the first draw
Marek Olšák
2019-04-23
1
-0
/
+3
*
radeonsi: add helper si_get_minimum_num_gfx_cs_dwords
Marek Olšák
2019-04-23
1
-0
/
+11
*
radeonsi: add si_cp_copy_data
Marek Olšák
2019-04-23
1
-0
/
+3
*
radeonsi: use CP DMA for the null const buffer clear on CIK
Marek Olšák
2019-04-22
1
-1
/
+2
*
radeonsi: add support for displayable DCC for multi-RB chips
Marek Olšák
2019-04-04
1
-1
/
+14
*
radeonsi: add ability to bind images as image buffers
Marek Olšák
2019-04-04
1
-0
/
+2
*
radeonsi/gfx9: add support for PIPE_ALIGNED=0
Marek Olšák
2019-04-04
1
-2
/
+4
*
gallium: add pipe_grid_info::last_block
Marek Olšák
2019-03-15
1
-22
/
+0
*
radeonsi: always use compute rings for clover on CI and newer (v2)
Marek Olšák
2019-02-26
1
-1
/
+2
*
radeonsi: use SDMA for uploading data through const_uploader
Marek Olšák
2019-02-20
1
-0
/
+17
*
radeonsi: clear allocator_zeroed_memory with SDMA
Marek Olšák
2019-02-06
1
-1
/
+1
*
radeonsi: initialize textures using DCC to black when possible
Marek Olšák
2019-02-06
1
-0
/
+10
*
radeonsi: handle render_condition_enable in si_compute_clear_render_target
Marek Olšák
2019-02-04
1
-1
/
+2
*
radeonsi: use compute for clear_render_target when possible
Sonny Jiang
2019-02-04
1
-0
/
+9
*
radeonsi: rename rbo, rbuffer to buf or buffer
Marek Olšák
2019-01-22
1
-7
/
+7
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-29
/
+29
*
radeonsi: remove r600 from comments
Marek Olšák
2019-01-22
1
-1
/
+1
*
radeonsi: use compute for resource_copy_region when possible
Sonny Jiang
2019-01-22
1
-0
/
+11
*
radeonsi: add compute_last_block to configure the partial block fields
Jiang, Sonny
2019-01-22
1
-0
/
+22
*
radeonsi: move PKT3_WRITE_DATA generation into a helper function
Marek Olšák
2019-01-22
1
-0
/
+3
*
radeonsi: make si_cp_wait_mem more configurable
Marek Olšák
2019-01-02
1
-1
/
+1
*
radeonsi: don't emit redundant PKT3_NUM_INSTANCES packets
Marek Olšák
2019-01-02
1
-0
/
+3
*
radeonsi: move remaining perfcounter code into si_perfcounter.c
Nicolai Hähnle
2018-12-19
1
-3
/
+1
*
radeonsi: rename SI_RESOURCE_FLAG_FORCE_TILING to clarify its purpose
Nicolai Hähnle
2018-12-19
1
-1
/
+1
*
radeonsi: add memory management stress tests for GDS
Marek Olšák
2018-11-28
1
-0
/
+2
*
radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IB
Marek Olšák
2018-11-28
1
-4
/
+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/gfx9: set optimal OVERWRITE_COMBINER_WATERMARK
Marek Olšák
2018-10-30
1
-0
/
+1
*
radeonsi: clamp point size to the limit
Marek Olšák
2018-10-18
1
-0
/
+1
*
radeonsi: track context rolls better for the Vega scissor bug workaround
Marek Olšák
2018-10-16
1
-0
/
+1
*
radeonsi: use compute shaders for clear_buffer & copy_buffer
Marek Olšák
2018-10-16
1
-19
/
+32
*
radeonsi: use higher subpixel precision (QUANT_MODE) for smaller viewports
Marek Olšák
2018-10-16
1
-0
/
+8
*
radeonsi: don't re-upload the sample position constant buffer repeatedly
Marek Olšák
2018-10-16
1
-5
/
+8
*
radeonsi: save raster config in screen, add se_tile_repeat
Marek Olšák
2018-10-16
1
-0
/
+3
*
radeonsi: add GDS support to CP DMA
Marek Olšák
2018-10-16
1
-0
/
+2
*
radeonsi: rename si_gfx_* functions to si_cp_*
Marek Olšák
2018-10-16
1
-8
/
+8
*
radeonsi: make si_gfx_write_event_eop more configurable
Marek Olšák
2018-10-16
1
-1
/
+1
*
radeonsi: split si_copy_buffer
Marek Olšák
2018-09-10
1
-2
/
+6
*
radeonsi: merge SI and CI dma_clear_buffer and remove the callback
Marek Olšák
2018-09-10
1
-3
/
+2
*
radeonsi: add a thorough clear/copy_buffer benchmark
Marek Olšák
2018-08-29
1
-4
/
+7
*
radeonsi: let internal compute dispatches tune WAVES_PER_SH
Marek Olšák
2018-08-29
1
-0
/
+1
*
radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI
Marek Olšák
2018-08-29
1
-0
/
+1
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performance
Marek Olšák
2018-08-29
1
-0
/
+2
*
radeonsi: add flag L2_STREAM for minimal cache usage
Marek Olšák
2018-08-29
1
-0
/
+1
*
radeonsi: use radeon_info::name
Marek Olšák
2018-08-14
1
-1
/
+0
*
radeonsi: split si_clear_buffer to remove enum si_method
Marek Olšák
2018-08-14
1
-6
/
+5
*
radeonsi: replace CP_DMA_USE_L2 with enum si_cache_policy
Marek Olšák
2018-08-14
1
-0
/
+5
[next]