summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_debugger.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-06GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei1-6/+6
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.Tony Wasserka1-3/+2
2014-07-22GPU debugger: Don't keep track of debugging data if no debugger views are active.Tony Wasserka1-0/+6
2014-06-12GPU debugger: Const correctness and build fix.Tony Wasserka1-3/+3
2014-06-12Further refine GPU command list debugging.Tony Wasserka1-0/+1
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka1-8/+15
2014-06-12citra-qt: Add command list view.Tony Wasserka1-2/+2
2014-06-12GPU debugger: Add functionality to inspect command lists.Tony Wasserka1-1/+53
2014-06-12Add initial graphics debugger interface.Tony Wasserka1-0/+97