summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-126-18/+24
| | | | Also moved the GPU MemoryManager class to video_core since it makes more sense for it to be there.
* GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv2018-02-126-0/+99