aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/gpu_debugger.h
AgeCommit message (Collapse)Author
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2016-12-11Add all services to the Service namespaceLioncash
Previously there was a split where some of the services were in the Service namespace and others were not.
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-09-29fix some xcode 7.0 warningsMartin Lindhe
2015-09-11video_core: Remove unnecessary includes from headersLioncash
2015-02-17core/video_core: Use in-place construction where possibleLioncash
2015-02-12Build: Fixed some warningsSubv
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
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