summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core: Use nested namespaces where applicableLioncash2018-07-211-4/+2
| | | | Compresses a few namespace specifiers to be more compact.
* 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.