summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add all services to the Service namespaceLioncash2016-12-111-8/+8
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | 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-34/+27
|
* GSP: Implement command 0x05, used for flushing cachesYuri Kunde Schlesner2015-09-141-2/+2
| | | | | | May fix additional texture caching issues. (Though mostly in homebrew, I haven't seen any commercial software use this to flush anything but command lists.)
* citra_qt: Reorganize headersLioncash2015-09-111-3/+1
|
* citra-qt: Add helper function to get a monospace QFontYuri Kunde Schlesner2015-08-251-1/+3
|
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-1/+1
|
* Set object name for the graphics debuggerDaniel Lundqvist2015-01-011-1/+1
| | | | | | Setting an object name for GPUCommandStreamWidget allows for saving the graphics debugger's state (if it's show, position, etc). This state is then restored when restarting the application.
* License changepurpasmart962014-12-211-1/+1
|
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei2014-08-061-8/+8
| | | | - Various other cleanups.
* GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.Tony Wasserka2014-07-231-16/+18
| | | | Anonymous structs are not standard C++, hence don't use them.
* citra-qt: Add GX command history viewer.Tony Wasserka2014-06-121-0/+83