summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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