index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
gpu_debugger.h
Age
Commit message (
Expand
)
Author
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2016-12-11
Add all services to the Service namespace
Lioncash
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-09-29
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-11
video_core: Remove unnecessary includes from headers
Lioncash
2015-02-17
core/video_core: Use in-place construction where possible
Lioncash
2015-02-12
Build: Fixed some warnings
Subv
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-20
License change
purpasmart96
2014-12-19
Properly erase/remove an observer
chinhodado
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-10-29
Renamed souce files of services to match port names
Gareth Poole
2014-08-25
Pica/citra-qt: Replace command list view and command list debugging code with...
Tony Wasserka
2014-08-12
Pica: Add command processor.
Tony Wasserka
2014-08-05
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-07-23
GSP: Clean up GX command processing a lot and treat command id as a u8 rather...
Tony Wasserka
2014-07-22
GPU debugger: Don't keep track of debugging data if no debugger views are act...
Tony Wasserka
2014-06-12
GPU debugger: Const correctness and build fix.
Tony Wasserka
2014-06-12
Further refine GPU command list debugging.
Tony Wasserka
2014-06-12
Refine command list debugging functionality and its qt interface.
Tony Wasserka
2014-06-12
citra-qt: Add command list view.
Tony Wasserka
2014-06-12
GPU debugger: Add functionality to inspect command lists.
Tony Wasserka
2014-06-12
Add initial graphics debugger interface.
Tony Wasserka