aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_processor.h
AgeCommit message (Expand)Author
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei
2018-09-10video_core: Move command buffer loop.Markus Wick
2018-08-09video_core: Use variable template variants of type_traits interfaces where ap...Lioncash
2018-03-16GPU: Process command mode 5 (IncreaseOnce) differently from other commands.Subv
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv
2018-02-11GPU: Added a command processor to decode the GPU pushbuffers and forward the ...Subv
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot
2014-12-20License changepurpasmart96
2014-08-25Pica/CommandProcessor: Implement parameter masking.Tony Wasserka
2014-08-12Pica: Add command processor.Tony Wasserka