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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-02
Qt: Move EmuThread ownership from render window to main window.
bunnei
2
-11
/
+13
2015-04-14
Headers: Add some forgotten overrides, thanks clang!
Emmanuel Gil Peyrot
2
-2
/
+2
2015-04-10
Silence some -Wsign-compare warnings.
Rohit Nirmal
1
-2
/
+2
2015-03-30
disassembler: Get rid of a const_cast
Lioncash
1
-4
/
+1
2015-03-30
callstack: Remove unnecessary disassembler instantiation
Lioncash
1
-2
/
+1
2015-03-10
GPU: Added the stencil test structure to the Pica Regs struct.
Subv
2
-6
/
+6
2015-03-10
Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer
Subv
2
-5
/
+66
2015-03-08
Update nihstro submodule to the initial release version.
archshift
1
-20
/
+21
2015-03-04
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
bunnei
3
-59
/
+33
2015-03-02
Add profiling infrastructure and widget
Yuri Kunde Schlesner
3
-0
/
+221
2015-02-27
GPU: Implemented bits 3 and 1 from the display transfer flags.
Subv
1
-6
/
+16
2015-02-11
citra-qt: Add a vertex shader debugger.
Tony Wasserka
2
-0
/
+349
2015-02-11
Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.
Tony Wasserka
4
-50
/
+66
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2
-2
/
+2
2015-02-03
citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint.
Tony Wasserka
1
-57
/
+60
2015-02-03
citra-qt: Fix a crash when double-clicking a disassembler list item.
Tony Wasserka
2
-12
/
+6
2015-01-30
Silence a few warnings.
Rohit Nirmal
1
-2
/
+2
2015-01-13
Pica/Rasterizer: Add ETC1 texture decompression support.
Tony Wasserka
1
-0
/
+2
2015-01-12
Qt Callstack: Clear the callstack every time it's updated
archshift
2
-0
/
+14
2015-01-11
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
Kingcom
6
-6
/
+24
2015-01-10
citra-qt: Add explicit casts to prevent some warnings.
Subv
1
-2
/
+2
2015-01-10
citra-qt: Fixed some Qt errors on initialization
Subv
2
-4
/
+4
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
1
-0
/
+1
2015-01-07
citra-qt: Add check for valid address to call stack
Kingcom
1
-0
/
+3
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
17
-13
/
+13
2015-01-04
citra-qt: Added license headers to files.
chrisvj
8
-0
/
+32
2015-01-01
Silence some -Wsign-compare warnings.
Rohit Nirmal
3
-12
/
+12
2015-01-01
Make letter cases consistent in menus and widgets
Daniel Lundqvist
4
-6
/
+6
2015-01-01
Set object name for the graphics debugger
Daniel Lundqvist
1
-1
/
+1
2014-12-31
Pica: Cleanup color conversion.
Tony Wasserka
1
-8
/
+5
2014-12-31
citra-qt: Fix displaying RGBA5551 framebuffers.
Tony Wasserka
1
-0
/
+4
2014-12-31
citra-qt: Always show pica framebuffers as RGBA8.
Tony Wasserka
1
-1
/
+2
2014-12-28
Qt: we don't need to check if model is valid.
xdec
1
-1
/
+1
2014-12-28
Fix crash when the disassembler pause button is pressed while no game is running.
xdec
1
-1
/
+3
2014-12-21
License change
purpasmart96
9
-9
/
+9
2014-12-20
Pica/DebugUtils: Add an event triggered after loading a vertex.
Tony Wasserka
1
-0
/
+1
2014-12-20
Add support for a ridiculous number of texture formats.
Tony Wasserka
1
-1
/
+8
2014-12-20
Pica: Unify ugly address translation hacks.
Tony Wasserka
2
-8
/
+8
2014-12-20
Pica: Merge texture lookup logic for DebugUtils and Rasterizer.
Tony Wasserka
1
-1
/
+1
2014-12-20
citra-qt: Fix invalid memory read upon program startup.
Tony Wasserka
1
-1
/
+2
2014-12-20
Pica: Initial support for multitexturing.
Tony Wasserka
1
-7
/
+32
2014-12-20
citra-qt: static-constify a map.
Tony Wasserka
1
-6
/
+7
2014-12-20
Clean up some warnings
Chin
2
-8
/
+8
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-1
/
+1
2014-12-09
More cleanups.
Tony Wasserka
2
-6
/
+13
2014-12-09
citra-qt: Rename "Stop Tracing" to "Finish Tracing".
Tony Wasserka
1
-1
/
+1
2014-12-09
More coding style fixes.
Tony Wasserka
2
-2
/
+2
2014-12-09
Some code cleanup.
Tony Wasserka
5
-64
/
+62
2014-12-09
citra-qt: Add pica framebuffer widget.
Tony Wasserka
2
-0
/
+374
2014-12-09
citra_qt: Add enhanced texture debugging widgets.
Tony Wasserka
2
-18
/
+179
2014-12-09
citra-qt: Add texture viewer to Pica command list.
Tony Wasserka
2
-1
/
+71
2014-12-09
Add GUI widget for controlling pica breakpoints.
Tony Wasserka
2
-0
/
+331
2014-12-09
citra-qt: Polish the pica tracing widget.
Tony Wasserka
2
-1
/
+26
2014-11-19
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2
-18
/
+18
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2
-4
/
+4
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
1
-1
/
+1
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
1
-1
/
+1
2014-09-06
core: Make the ARM disassembler use std::string internally
Lioncash
2
-6
/
+4
2014-08-25
Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
Tony Wasserka
2
-124
/
+62
2014-08-12
Pica: Add command processor.
Tony Wasserka
1
-1
/
+1
2014-08-12
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
1
-1
/
+1
2014-08-06
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
1
-8
/
+8
2014-07-23
citra-qt: Show function names in disassembler based on bunnei's suggestion.
Tony Wasserka
1
-5
/
+21
2014-07-23
Disassembler: Chose slightly lower value for chunk size.
Tony Wasserka
1
-1
/
+3
2014-07-23
GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Tony Wasserka
1
-16
/
+18
2014-07-02
citra-qt: Rewrite disassembly view.
Tony Wasserka
2
-60
/
+186
2014-06-22
citra_qt: Removed autogenerated files from repo and fixed build issues.
bunnei
3
-3
/
+3
2014-06-12
Further refine GPU command list debugging.
Tony Wasserka
1
-4
/
+10
2014-06-12
Refine command list debugging functionality and its qt interface.
Tony Wasserka
2
-19
/
+107
2014-06-12
citra-qt: Add command list view.
Tony Wasserka
2
-0
/
+109
2014-06-12
citra-qt: Add GX command history viewer.
Tony Wasserka
2
-0
/
+126
2014-06-05
qt: updated disassembler to show 2X as many instructions
bunnei
1
-1
/
+1
2014-04-19
Remove unused QTableView
Mathieu Vaillancourt
2
-29
/
+2
2014-04-19
UI/debugger changes
Mathieu Vaillancourt
11
-0
/
+565