summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GSP: Implement command 0x05, used for flushing cachesGravatar Yuri 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 headersGravatar Lioncash2015-09-111-3/+1
|
* citra-qt: Add helper function to get a monospace QFontGravatar Yuri Kunde Schlesner2015-08-241-1/+3
|
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-061-1/+1
|
* Set object name for the graphics debuggerGravatar Daniel 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 changeGravatar purpasmart962014-12-201-1/+1
|
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.Gravatar bunnei2014-08-051-8/+8
| | | | - Various other cleanups.
* GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Gravatar Tony Wasserka2014-07-231-16/+18
| | | | | | rather than a u32. Anonymous structs are not standard C++, hence don't use them.
* citra-qt: Add GX command history viewer.Gravatar Tony Wasserka2014-06-121-0/+83