summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_debugger.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core/video_core: Use in-place construction where possibleLioncash2015-02-171-2/+2
|
* Build: Fixed some warningsSubv2015-02-121-1/+1
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-2/+0
| | | | | | | 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.
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\ | | | | License change
| * License changepurpasmart962014-12-211-1/+1
| |
* | Properly erase/remove an observerchinhodado2014-12-191-1/+1
|/
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-1/+1
|
* Renamed souce files of services to match port namesGareth Poole2014-10-291-1/+1
|
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-251-63/+0
|
* Pica: Add command processor.Tony Wasserka2014-08-121-3/+5
|
* 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