aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines
AgeCommit message (Collapse)Author
2018-02-13maxwell_3d: Make constructor explicitLioncash
2018-02-12GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine.Subv
Only QueryMode::Write is supported at the moment.
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv
Also moved the GPU MemoryManager class to video_core since it makes more sense for it to be there.
2018-02-11GPU: Added a command processor to decode the GPU pushbuffers and forward the ↵Subv
commands to their respective engines.