summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
|
* GPU: Directly copy the pixels when performing a same-layout DMA.Subv2018-07-021-1/+5
|
* GPU: Partially implemented the Maxwell DMA engine.Subv2018-06-121-0/+69
Only tiled->linear and linear->tiled copies that aren't offsetted are supported for now. Queries are not supported. Swizzled copies are not supported.