aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/gpu_debugger.h
AgeCommit message (Collapse)Author
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
License change
2014-12-20License changepurpasmart96
2014-12-19Properly erase/remove an observerchinhodado
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code ↵Tony Wasserka
with something more sophisticated.
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
- Various other cleanups.
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Tony Wasserka
rather than a u32. Anonymous structs are not standard C++, hence don't use them.
2014-07-22GPU debugger: Don't keep track of debugging data if no debugger views are ↵Tony Wasserka
active.
2014-06-12GPU debugger: Const correctness and build fix.Tony Wasserka
2014-06-12Further refine GPU command list debugging.Tony Wasserka
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka
2014-06-12citra-qt: Add command list view.Tony Wasserka
2014-06-12GPU debugger: Add functionality to inspect command lists.Tony Wasserka
2014-06-12Add initial graphics debugger interface.Tony Wasserka