summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_debugger.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-29fix some xcode 7.0 warningsMartin Lindhe1-1/+0
2015-09-11video_core: Remove unnecessary includes from headersLioncash1-3/+0
2015-02-17core/video_core: Use in-place construction where possibleLioncash1-2/+2
2015-02-12Build: Fixed some warningsSubv1-1/+1
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-2/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-19Properly erase/remove an observerchinhodado1-1/+1
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-10-29Renamed souce files of services to match port namesGareth Poole1-1/+1
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka1-63/+0
2014-08-12Pica: Add command processor.Tony Wasserka1-3/+5
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