summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS271-0/+4
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-07-21video_core: Use nested namespaces where applicableLioncash1-4/+2
Compresses a few namespace specifiers to be more compact.
2018-06-12GPU: Partially implemented the Maxwell DMA engine.Subv1-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.