summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_processor.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-4/+0
* GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv2018-02-121-0/+43
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-131-41/+0
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-3/+3
* Core: Cleanup hw includes.Emmanuel Gil Peyrot2015-06-281-2/+2
* License changepurpasmart962014-12-211-1/+1
* Pica/CommandProcessor: Implement parameter masking.Tony Wasserka2014-08-251-1/+12
* Pica: Add command processor.Tony Wasserka2014-08-121-0/+31