summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GPU: Partially implemented the Maxwell DMA engine.Subv2018-06-121-0/+155
Only tiled->linear and linear->tiled copies that aren't offsetted are supported for now. Queries are not supported. Swizzled copies are not supported.