summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_processor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* 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