summaryrefslogtreecommitdiff
path: root/src/video_core/command_processor.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu: Rewrite GPU command list processing with DmaPusher class.Gravatar bunnei2018-11-261-53/+0
* video_core: Move command buffer loop.Gravatar Markus Wick2018-09-101-0/+17
* video_core: Use variable template variants of type_traits interfaces where ap...Gravatar Lioncash2018-08-091-2/+1
* GPU: Process command mode 5 (IncreaseOnce) differently from other commands.Gravatar Subv2018-03-161-2/+0
* Make a GPU class in VideoCore to contain the GPU state.Gravatar Subv2018-02-111-4/+0
* GPU: Added a command processor to decode the GPU pushbuffers and forward the ...Gravatar Subv2018-02-111-0/+43
* Remove references to PICA and rasterizers in video_coreGravatar James Rowe2018-01-121-41/+0
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-3/+3
* Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-281-2/+2
* License changeGravatar purpasmart962014-12-201-1/+1
* Pica/CommandProcessor: Implement parameter masking.Gravatar Tony Wasserka2014-08-251-1/+12
* Pica: Add command processor.Gravatar Tony Wasserka2014-08-121-0/+31