| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: disable SDMA clears and copies for sparse buffers | Nicolai Hähnle | 2017-04-05 | 1 | -2/+5 |
* | gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.* | Marek Olšák | 2017-03-30 | 1 | -21/+21 |
* | radeonsi: implement SDMA-based buffer clearing for SI | Marek Olšák | 2017-01-05 | 1 | -0/+40 |
* | radeonsi: do all math in bytes in SI DMA code | Marek Olšák | 2017-01-05 | 1 | -17/+17 |
* | gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_space | Marek Olšák | 2017-01-05 | 1 | -2/+0 |
* | radeonsi: fix/silence unused variable warnings in optimized builds | Nicolai Hähnle | 2016-11-10 | 1 | -2/+1 |
* | gallium/radeon: remove radeon_surf_level::pitch_bytes | Marek Olšák | 2016-11-01 | 1 | -2/+2 |
* | gallium/radeon: remove unnecessary fields from radeon_surf_level | Marek Olšák | 2016-10-26 | 1 | -4/+4 |
* | radeonsi: remove unnecessary #includes | Marek Olšák | 2016-10-04 | 1 | -1/+0 |
* | gallium/radeon: use radeon_emit | Nicolai Hähnle | 2016-05-17 | 1 | -16/+16 |
* | radeonsi: consolidate radeon_add_to_buffer_list calls for DMA | Marek Olšák | 2016-05-10 | 1 | -10/+0 |
* | gallium/radeon: flush if DMA IB memory usage is too high | Marek Olšák | 2016-05-10 | 1 | -2/+2 |
* | gallium/radeon: fix (S)DMA read-after-write hazards | Marek Olšák | 2016-05-10 | 1 | -0/+2 |
* | radeonsi: only expose *_init_*dma_functions from (S)DMA files | Marek Olšák | 2016-05-10 | 1 | -7/+12 |
* | gallium/radeon: use a common function for DMA blit preparation | Marek Olšák | 2016-05-10 | 1 | -10/+3 |
* | radeonsi: just read tile mode arrays in SI DMA setup | Marek Olšák | 2016-05-02 | 1 | -33/+21 |
* | gallium/radeon: drop support for LINEAR_GENERAL layout | Marek Olšák | 2016-04-28 | 1 | -7/+1 |
* | radeonsi: allocate DCC in the same backing buffer as the texture | Marek Olšák | 2016-03-09 | 1 | -1/+1 |
* | gallium/radeon: inline the r600_rings structure | Marek Olšák | 2015-11-13 | 1 | -7/+7 |
* | radeonsi: properly check if DCC is enabled and allocated | Marek Olšák | 2015-10-27 | 1 | -1/+1 |
* | radeonsi: Disable operations that do not work with DCC. | Bas Nieuwenhuizen | 2015-10-24 | 1 | -1/+2 |
* | gallium/radeon: add separate stencil level dirty flags | Marek Olšák | 2015-10-03 | 1 | -2/+2 |
* | gallium/radeon: tell the winsys the exact resource binding types | Marek Olšák | 2015-10-03 | 1 | -4/+4 |
* | gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_list | Marek Olšák | 2015-09-01 | 1 | -4/+4 |
* | radeonsi: remove no-op 32-bit masking | Marek Olšák | 2015-08-29 | 1 | -2/+2 |
* | radeonsi: Add CIK SDMA support | Michel Dänzer | 2015-06-08 | 1 | -20/+0 |
* | radeonsi: Disable asynchronous DMA except for PIPE_BUFFER | Michel Dänzer | 2014-11-17 | 1 | -0/+15 |
* | radeonsi: Pass the slice size to si_dma_copy_buffer | Michel Dänzer | 2014-09-30 | 1 | -4/+4 |
* | radeonsi: Catch more cases that can't be handled by si_dma_copy_buffer/tile | Michel Dänzer | 2014-09-30 | 1 | -3/+11 |
* | radeonsi: Fix si_dma_copy(_tile) for compressed formats | Michel Dänzer | 2014-09-30 | 1 | -2/+2 |
* | radeonsi: Fix tiling mode index for stencil resources | Michel Dänzer | 2014-09-30 | 1 | -2/+3 |
* | r600g,radeonsi: add debug option which forces DMA for copy_region and blit | Marek Olšák | 2014-09-12 | 1 | -2/+2 |
* | radeonsi: Simplify si_dma_copy_tile function | Michel Dänzer | 2014-09-11 | 1 | -62/+41 |
* | gallium/radeon: cleanup header inclusion | Emil Velikov | 2014-08-28 | 1 | -1/+1 |
* | radeonsi: simplify si_num_banks function | Marek Olšák | 2014-08-19 | 1 | -4/+2 |
* | radeonsi: use gpu_address from r600_resource | Marek Olšák | 2014-08-09 | 1 | -6/+6 |
* | radeonsi: fix order of r600_need_dma_space and r600_context_bo_reloc | Christian König | 2014-07-09 | 1 | -1/+2 |
* | radeonsi: Fix calculation of number of banks for SI | Michel Dänzer | 2014-04-22 | 1 | -2/+4 |
* | radeonsi: fix num banks selection on SI for dma setup (v2) | Alex Deucher | 2014-04-18 | 1 | -16/+2 |
* | radeonsi: Implement DMA blit | Niels Ole Salscheider | 2014-03-20 | 1 | -0/+349 |