aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger
Commit message (Collapse)AuthorAge
...
* | Qt Callstack: Clear the callstack every time it's updatedGravatar archshift2015-01-11
|/ | | | This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
* Merge pull request #437 from Kingcom/DebugModeGravatar Tony Wasserka2015-01-11
|\ | | | | Replace OnCpuStepped signal
| * citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Gravatar Kingcom2015-01-11
| | | | | | | | DebugModeLeft
* | citra-qt: Add explicit casts to prevent some warnings.Gravatar Subv2015-01-10
| |
* | citra-qt: Fixed some Qt errors on initializationGravatar Subv2015-01-10
| |
* | Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
| |
* | citra-qt: Add check for valid address to call stackGravatar Kingcom2015-01-07
|/
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
|
* Merge pull request #272 from rohit-n/sign-compareGravatar bunnei2015-01-05
|\ | | | | Silence some -Wsign-compare warnings.
* | citra-qt: Added license headers to files.Gravatar chrisvj2015-01-04
| |
* | Merge pull request #377 from Yllodra/misc-changesGravatar Tony Wasserka2015-01-02
|\ \ | | | | | | Qt: Letter cases and single window mode
* \ \ Merge pull request #358 from neobrain/pica_progress2Gravatar bunnei2015-01-01
|\ \ \ | | | | | | | | pica_progress followups
| | | * Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-01-01
| |_|/ |/| |
| | * Make letter cases consistent in menus and widgetsGravatar Daniel Lundqvist2015-01-01
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Set object name for the graphics debuggerGravatar Daniel Lundqvist2015-01-01
| |/ |/| | | | | | | | | 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.
| * Pica: Cleanup color conversion.Gravatar Tony Wasserka2014-12-31
| |
| * citra-qt: Fix displaying RGBA5551 framebuffers.Gravatar Tony Wasserka2014-12-31
| | | | | | | | (not that it matters at the moment, because this code is not used yet)
| * citra-qt: Always show pica framebuffers as RGBA8.Gravatar Tony Wasserka2014-12-31
|/ | | | We actually don't really know yet how the format is encoded. Hence just use what works.
* Qt: we don't need to check if model is valid.Gravatar xdec2014-12-28
|
* Fix crash when the disassembler pause button is pressed while no game is ↵Gravatar xdec2014-12-28
| | | | running.
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ | | | | License change
| * License changeGravatar purpasmart962014-12-20
| |
* | Pica/DebugUtils: Add an event triggered after loading a vertex.Gravatar Tony Wasserka2014-12-20
| |
* | Add support for a ridiculous number of texture formats.Gravatar Tony Wasserka2014-12-20
| |
* | Pica: Unify ugly address translation hacks.Gravatar Tony Wasserka2014-12-20
| |
* | Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Gravatar Tony Wasserka2014-12-20
| | | | | | | | This effectively adds support for a lot texture formats in the rasterizer.
* | citra-qt: Fix invalid memory read upon program startup.Gravatar Tony Wasserka2014-12-20
| | | | | | | | 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.Gravatar Tony Wasserka2014-12-20
| |
* | citra-qt: static-constify a map.Gravatar Tony Wasserka2014-12-20
| |
* | Clean up some warningsGravatar Chin2014-12-20
|/
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* More cleanups.Gravatar Tony Wasserka2014-12-09
|
* citra-qt: Rename "Stop Tracing" to "Finish Tracing".Gravatar Tony Wasserka2014-12-09
| | | | This better reflects that no commands are supposed to show up until you hit the button a second time.
* More coding style fixes.Gravatar Tony Wasserka2014-12-09
|
* Some code cleanup.Gravatar Tony Wasserka2014-12-09
|
* citra-qt: Add pica framebuffer widget.Gravatar Tony Wasserka2014-12-09
|
* citra_qt: Add enhanced texture debugging widgets.Gravatar Tony Wasserka2014-12-09
| | | | 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.Gravatar Tony Wasserka2014-12-09
| | | | The texture viewer is enabled when selecting a write command to one of the texture config registers.
* Add GUI widget for controlling pica breakpoints.Gravatar Tony Wasserka2014-12-09
|
* citra-qt: Polish the pica tracing widget.Gravatar Tony Wasserka2014-12-09
| | | | | 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 codeGravatar Emmanuel Gil Peyrot2014-11-19
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
| | | | This was automated using `clang-modernize`.
* ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei2014-10-25
| | | | | | area. Removed s_ prefix
* core: Make the ARM disassembler use std::string internallyGravatar Lioncash2014-09-06
|
* Pica/citra-qt: Replace command list view and command list debugging code ↵Gravatar Tony Wasserka2014-08-25
| | | | with something more sophisticated.
* Pica: Add command processor.Gravatar Tony Wasserka2014-08-12
|
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Gravatar Tony Wasserka2014-08-12
| | | | | 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.Gravatar bunnei2014-08-05
| | | | - Various other cleanups.
* Merge pull request #27 from neobrain/disassembly_view_rewriteGravatar bunnei2014-07-23
|\ | | | | citra-qt: Rewrite disassembly view.