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
/
citra_qt
/
debugger
/
graphics_breakpoints.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-04
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Jannik Vogel
1
-1
/
+1
2016-04-24
Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations.
Henrik Rydgard
1
-2
/
+2
2015-09-11
citra_qt: Reorganize headers
Lioncash
1
-4
/
+4
2015-07-24
Qt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.
Subv
1
-65
/
+38
2015-07-23
Qt/GPU Breakpoints: Added three more breakpoint types:
Subv
1
-3
/
+6
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-0
/
+2
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-1
/
+1
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
1
-2
/
+2
2015-01-01
Make letter cases consistent in menus and widgets
Daniel Lundqvist
1
-1
/
+1
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-20
Pica/DebugUtils: Add an event triggered after loading a vertex.
Tony Wasserka
1
-0
/
+1
2014-12-20
citra-qt: static-constify a map.
Tony Wasserka
1
-6
/
+7
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-1
/
+1
2014-12-09
More cleanups.
Tony Wasserka
1
-2
/
+9
2014-12-09
More coding style fixes.
Tony Wasserka
1
-1
/
+1
2014-12-09
Some code cleanup.
Tony Wasserka
1
-1
/
+2
2014-12-09
Add GUI widget for controlling pica breakpoints.
Tony Wasserka
1
-0
/
+253