summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_debugger.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei2014-08-061-6/+6
| | | | - 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-3/+2
| | | | Anonymous structs are not standard C++, hence don't use them.
* GPU debugger: Don't keep track of debugging data if no debugger views are active.Tony Wasserka2014-07-221-0/+6
|
* GPU debugger: Const correctness and build fix.Tony Wasserka2014-06-121-3/+3
|
* Further refine GPU command list debugging.Tony Wasserka2014-06-121-0/+1
|
* Refine command list debugging functionality and its qt interface.Tony Wasserka2014-06-121-8/+15
|
* citra-qt: Add command list view.Tony Wasserka2014-06-121-2/+2
|
* GPU debugger: Add functionality to inspect command lists.Tony Wasserka2014-06-121-1/+53
|
* Add initial graphics debugger interface.Tony Wasserka2014-06-121-0/+97