summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-07Common: Remove common.hYuri Kunde Schlesner4-3/+5
2015-05-02Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei4-8/+8
2015-05-02Qt: Clear registers widget on shutdown.bunnei2-8/+29
2015-05-02Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei2-41/+49
2015-05-02Qt: Restructured to remove unnecessary shutdown event and various cleanups.bunnei1-5/+5
2015-05-02Qt: Move EmuThread ownership from render window to main window.bunnei2-11/+13
2015-04-14Headers: Add some forgotten overrides, thanks clang!Emmanuel Gil Peyrot2-2/+2
2015-04-10Silence some -Wsign-compare warnings.Rohit Nirmal1-2/+2
2015-03-30disassembler: Get rid of a const_castLioncash1-4/+1
2015-03-30callstack: Remove unnecessary disassembler instantiationLioncash1-2/+1
2015-03-10GPU: Added the stencil test structure to the Pica Regs struct.Subv2-6/+6
2015-03-10Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferSubv2-5/+66
2015-03-08Update nihstro submodule to the initial release version.archshift1-20/+21
2015-03-04GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei3-59/+33
2015-03-02Add profiling infrastructure and widgetYuri Kunde Schlesner3-0/+221
2015-02-27GPU: Implemented bits 3 and 1 from the display transfer flags.Subv1-6/+16
2015-02-11citra-qt: Add a vertex shader debugger.Tony Wasserka2-0/+349
2015-02-11Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Tony Wasserka4-50/+66
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2-2/+2
2015-02-03citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint.Tony Wasserka1-57/+60
2015-02-03citra-qt: Fix a crash when double-clicking a disassembler list item.Tony Wasserka2-12/+6
2015-01-30Silence a few warnings.Rohit Nirmal1-2/+2
2015-01-13Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka1-0/+2
2015-01-12Qt Callstack: Clear the callstack every time it's updatedarchshift2-0/+14
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom6-6/+24
2015-01-10citra-qt: Add explicit casts to prevent some warnings.Subv1-2/+2
2015-01-10citra-qt: Fixed some Qt errors on initializationSubv2-4/+4
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner1-0/+1
2015-01-07citra-qt: Add check for valid address to call stackKingcom1-0/+3
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj17-13/+13
2015-01-04citra-qt: Added license headers to files.chrisvj8-0/+32
2015-01-01Silence some -Wsign-compare warnings.Rohit Nirmal3-12/+12
2015-01-01Make letter cases consistent in menus and widgetsDaniel Lundqvist4-6/+6
2015-01-01Set object name for the graphics debuggerDaniel Lundqvist1-1/+1
2014-12-31Pica: Cleanup color conversion.Tony Wasserka1-8/+5
2014-12-31citra-qt: Fix displaying RGBA5551 framebuffers.Tony Wasserka1-0/+4
2014-12-31citra-qt: Always show pica framebuffers as RGBA8.Tony Wasserka1-1/+2
2014-12-28Qt: we don't need to check if model is valid.xdec1-1/+1
2014-12-28Fix crash when the disassembler pause button is pressed while no game is running.xdec1-1/+3
2014-12-21License changepurpasmart969-9/+9
2014-12-20Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka1-0/+1
2014-12-20Add support for a ridiculous number of texture formats.Tony Wasserka1-1/+8
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka2-8/+8
2014-12-20Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka1-1/+1
2014-12-20citra-qt: Fix invalid memory read upon program startup.Tony Wasserka1-1/+2
2014-12-20Pica: Initial support for multitexturing.Tony Wasserka1-7/+32
2014-12-20citra-qt: static-constify a map.Tony Wasserka1-6/+7
2014-12-20Clean up some warningsChin2-8/+8
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-12-09More cleanups.Tony Wasserka2-6/+13
2014-12-09citra-qt: Rename "Stop Tracing" to "Finish Tracing".Tony Wasserka1-1/+1
2014-12-09More coding style fixes.Tony Wasserka2-2/+2
2014-12-09Some code cleanup.Tony Wasserka5-64/+62
2014-12-09citra-qt: Add pica framebuffer widget.Tony Wasserka2-0/+374
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka2-18/+179
2014-12-09citra-qt: Add texture viewer to Pica command list.Tony Wasserka2-1/+71
2014-12-09Add GUI widget for controlling pica breakpoints.Tony Wasserka2-0/+331
2014-12-09citra-qt: Polish the pica tracing widget.Tony Wasserka2-1/+26
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot2-18/+18
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2-4/+4
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-1/+1
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash2-6/+4
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2-124/+62
2014-08-12Pica: Add command processor.Tony Wasserka1-1/+1
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka1-1/+1
2014-08-06GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei1-8/+8
2014-07-23citra-qt: Show function names in disassembler based on bunnei's suggestion.Tony Wasserka1-5/+21
2014-07-23Disassembler: Chose slightly lower value for chunk size.Tony Wasserka1-1/+3
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.Tony Wasserka1-16/+18
2014-07-02citra-qt: Rewrite disassembly view.Tony Wasserka2-60/+186
2014-06-22citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei3-3/+3
2014-06-12Further refine GPU command list debugging.Tony Wasserka1-4/+10
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka2-19/+107
2014-06-12citra-qt: Add command list view.Tony Wasserka2-0/+109
2014-06-12citra-qt: Add GX command history viewer.Tony Wasserka2-0/+126
2014-06-05qt: updated disassembler to show 2X as many instructionsbunnei1-1/+1
2014-04-19Remove unused QTableViewMathieu Vaillancourt2-29/+2
2014-04-19UI/debugger changesMathieu Vaillancourt11-0/+565