index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
gpu_debugger.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add all services to the Service namespace
Lioncash
2016-12-11
1
-5
/
+6
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-25
/
+16
*
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-29
1
-1
/
+0
*
video_core: Remove unnecessary includes from headers
Lioncash
2015-09-11
1
-3
/
+0
*
core/video_core: Use in-place construction where possible
Lioncash
2015-02-17
1
-2
/
+2
*
Build: Fixed some warnings
Subv
2015-02-12
1
-1
/
+1
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-2
/
+0
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
Properly erase/remove an observer
chinhodado
2014-12-19
1
-1
/
+1
|
/
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-1
/
+1
*
Renamed souce files of services to match port names
Gareth Poole
2014-10-29
1
-1
/
+1
*
Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
Tony Wasserka
2014-08-25
1
-63
/
+0
*
Pica: Add command processor.
Tony Wasserka
2014-08-12
1
-3
/
+5
*
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-06
1
-6
/
+6
*
GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Tony Wasserka
2014-07-23
1
-3
/
+2
*
GPU debugger: Don't keep track of debugging data if no debugger views are active.
Tony Wasserka
2014-07-22
1
-0
/
+6
*
GPU debugger: Const correctness and build fix.
Tony Wasserka
2014-06-12
1
-3
/
+3
*
Further refine GPU command list debugging.
Tony Wasserka
2014-06-12
1
-0
/
+1
*
Refine command list debugging functionality and its qt interface.
Tony Wasserka
2014-06-12
1
-8
/
+15
*
citra-qt: Add command list view.
Tony Wasserka
2014-06-12
1
-2
/
+2
*
GPU debugger: Add functionality to inspect command lists.
Tony Wasserka
2014-06-12
1
-1
/
+53
*
Add initial graphics debugger interface.
Tony Wasserka
2014-06-12
1
-0
/
+97