From daf2ef8f1c4eba1117e3ce0c49f59f934f26ae88 Mon Sep 17 00:00:00 2001 From: Fernando Sahmkow Date: Sun, 6 Nov 2022 12:50:54 +0100 Subject: MaxwellDMA: Implement BlockLinear to BlockLinear copies. --- src/video_core/engines/maxwell_dma.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/video_core/engines/maxwell_dma.h') diff --git a/src/video_core/engines/maxwell_dma.h b/src/video_core/engines/maxwell_dma.h index 953e34adc..d40d3d302 100644 --- a/src/video_core/engines/maxwell_dma.h +++ b/src/video_core/engines/maxwell_dma.h @@ -223,6 +223,8 @@ private: void CopyPitchToBlockLinear(); + void CopyBlockLinearToBlockLinear(); + void FastCopyBlockLinearToPitch(); void ReleaseSemaphore(); @@ -234,6 +236,7 @@ private: std::vector read_buffer; std::vector write_buffer; + std::vector intermediate_buffer; static constexpr std::size_t NUM_REGS = 0x800; struct Regs { -- cgit v1.2.3