aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/gpu_debugger.h
Commit message (Collapse)AuthorAge
* core/video_core: Use in-place construction where possibleGravatar Lioncash2015-02-17
|
* Build: Fixed some warningsGravatar Subv2015-02-12
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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/licenseGravatar bunnei2014-12-21
|\ | | | | License change
| * License changeGravatar purpasmart962014-12-20
| |
* | Properly erase/remove an observerGravatar chinhodado2014-12-19
|/
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-29
|
* Pica/citra-qt: Replace command list view and command list debugging code ↵Gravatar Tony Wasserka2014-08-25
| | | | with something more sophisticated.
* Pica: Add command processor.Gravatar Tony Wasserka2014-08-12
|
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.Gravatar bunnei2014-08-05
| | | | - Various other cleanups.
* GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Gravatar Tony Wasserka2014-07-23
| | | | | | rather than a u32. 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 ↵Gravatar Tony Wasserka2014-07-22
| | | | active.
* GPU debugger: Const correctness and build fix.Gravatar Tony Wasserka2014-06-12
|
* Further refine GPU command list debugging.Gravatar Tony Wasserka2014-06-12
|
* Refine command list debugging functionality and its qt interface.Gravatar Tony Wasserka2014-06-12
|
* citra-qt: Add command list view.Gravatar Tony Wasserka2014-06-12
|
* GPU debugger: Add functionality to inspect command lists.Gravatar Tony Wasserka2014-06-12
|
* Add initial graphics debugger interface.Gravatar Tony Wasserka2014-06-12