summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #473 from archshift/pp3portsbunnei2015-01-141-0/+2
|\ | | | | Pica/Rasterizer: Add ETC1 texture decompression support.
| * Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka2015-01-131-0/+2
| |
* | Qt Callstack: Clear the callstack every time it's updatedarchshift2015-01-122-0/+14
|/ | | | This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
* Merge pull request #437 from Kingcom/DebugModeTony Wasserka2015-01-116-6/+24
|\ | | | | Replace OnCpuStepped signal
| * citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-116-6/+24
| |
* | citra-qt: Add explicit casts to prevent some warnings.Subv2015-01-101-2/+2
| |
* | citra-qt: Fixed some Qt errors on initializationSubv2015-01-102-4/+4
| |
* | Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-0/+1
| |
* | citra-qt: Add check for valid address to call stackKingcom2015-01-071-0/+3
|/
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-0617-13/+13
|
* Merge pull request #272 from rohit-n/sign-comparebunnei2015-01-063-12/+12
|\ | | | | Silence some -Wsign-compare warnings.
| * Silence some -Wsign-compare warnings.Rohit Nirmal2015-01-013-12/+12
| |
* | citra-qt: Added license headers to files.chrisvj2015-01-048-0/+32
| |
* | Merge pull request #377 from Yllodra/misc-changesTony Wasserka2015-01-024-6/+6
|\ \ | | | | | | Qt: Letter cases and single window mode
| * | Make letter cases consistent in menus and widgetsDaniel Lundqvist2015-01-014-6/+6
| | | | | | | | | | | | | | | | | | | | | In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one.
* | | Merge pull request #358 from neobrain/pica_progress2bunnei2015-01-021-5/+7
|\ \ \ | |_|/ |/| | pica_progress followups
| * | Pica: Cleanup color conversion.Tony Wasserka2014-12-311-8/+5
| | |
| * | citra-qt: Fix displaying RGBA5551 framebuffers.Tony Wasserka2014-12-311-0/+4
| | | | | | | | | | | | (not that it matters at the moment, because this code is not used yet)
| * | citra-qt: Always show pica framebuffers as RGBA8.Tony Wasserka2014-12-311-1/+2
| |/ | | | | | | We actually don't really know yet how the format is encoded. Hence just use what works.
* / Set object name for the graphics debuggerDaniel Lundqvist2015-01-011-1/+1
|/ | | | | | Setting an object name for GPUCommandStreamWidget allows for saving the graphics debugger's state (if it's show, position, etc). This state is then restored when restarting the application.
* Qt: we don't need to check if model is valid.xdec2014-12-281-1/+1
|
* Fix crash when the disassembler pause button is pressed while no game is running.xdec2014-12-281-1/+3
|
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-219-9/+9
|\ | | | | License change
| * License changepurpasmart962014-12-219-9/+9
| |
* | Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka2014-12-201-0/+1
| |
* | Add support for a ridiculous number of texture formats.Tony Wasserka2014-12-201-1/+8
| |
* | Pica: Unify ugly address translation hacks.Tony Wasserka2014-12-202-8/+8
| |
* | Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka2014-12-201-1/+1
| | | | | | | | This effectively adds support for a lot texture formats in the rasterizer.
* | citra-qt: Fix invalid memory read upon program startup.Tony Wasserka2014-12-201-1/+2
| | | | | | | | This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not.
* | Pica: Initial support for multitexturing.Tony Wasserka2014-12-201-7/+32
| |
* | citra-qt: static-constify a map.Tony Wasserka2014-12-201-6/+7
| |
* | Clean up some warningsChin2014-12-202-8/+8
|/
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-1/+1
|
* More cleanups.Tony Wasserka2014-12-092-6/+13
|
* citra-qt: Rename "Stop Tracing" to "Finish Tracing".Tony Wasserka2014-12-091-1/+1
| | | | This better reflects that no commands are supposed to show up until you hit the button a second time.
* More coding style fixes.Tony Wasserka2014-12-092-2/+2
|
* Some code cleanup.Tony Wasserka2014-12-095-64/+62
|
* citra-qt: Add pica framebuffer widget.Tony Wasserka2014-12-092-0/+374
|
* citra_qt: Add enhanced texture debugging widgets.Tony Wasserka2014-12-092-18/+179
| | | | Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area.
* citra-qt: Add texture viewer to Pica command list.Tony Wasserka2014-12-092-1/+71
| | | | The texture viewer is enabled when selecting a write command to one of the texture config registers.
* Add GUI widget for controlling pica breakpoints.Tony Wasserka2014-12-092-0/+331
|
* citra-qt: Polish the pica tracing widget.Tony Wasserka2014-12-092-1/+26
| | | | | Changed start/stop button to reflect current tracing status. Properly labeled column headers.
* Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot2014-11-192-18/+18
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-192-4/+4
|
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-1/+1
| | | | This was automated using `clang-modernize`.
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-1/+1
| | | | Removed s_ prefix
* core: Make the ARM disassembler use std::string internallyLioncash2014-09-062-6/+4
|
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-252-124/+62
|
* Pica: Add command processor.Tony Wasserka2014-08-121-1/+1
|
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka2014-08-121-1/+1
| | | | | While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures. Instead, we now use a more conventional approach which is a lot more clean to use.
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei2014-08-061-8/+8
| | | | - Various other cleanups.
* Merge pull request #27 from neobrain/disassembly_view_rewritebunnei2014-07-232-60/+204
|\ | | | | citra-qt: Rewrite disassembly view.
| * citra-qt: Show function names in disassembler based on bunnei's suggestion.Tony Wasserka2014-07-231-5/+21
| |
| * Disassembler: Chose slightly lower value for chunk size.Tony Wasserka2014-07-231-1/+3
| |
| * citra-qt: Rewrite disassembly view.Tony Wasserka2014-07-022-60/+186
| |
* | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.Tony Wasserka2014-07-231-16/+18
|/ | | | Anonymous structs are not standard C++, hence don't use them.
* citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei2014-06-223-3/+3
|
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-1/+1
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
| * qt: updated disassembler to show 2X as many instructionsbunnei2014-06-051-1/+1
| |
* | Further refine GPU command list debugging.Tony Wasserka2014-06-121-4/+10
| |
* | Refine command list debugging functionality and its qt interface.Tony Wasserka2014-06-122-19/+107
| |
* | citra-qt: Add command list view.Tony Wasserka2014-06-122-0/+109
| |
* | citra-qt: Add GX command history viewer.Tony Wasserka2014-06-122-0/+126
|/
* Remove unused QTableViewMathieu Vaillancourt2014-04-192-29/+2
|
* UI/debugger changesMathieu Vaillancourt2014-04-1911-0/+565