aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger
Commit message (Collapse)AuthorAge
...
* citra-qt: Add a vertex shader debugger.Gravatar Tony Wasserka2015-02-11
|
* Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Gravatar Tony Wasserka2015-02-11
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* citra-qt: Fix horrible scrolling responsiveness in disassembler by giving ↵Gravatar Tony Wasserka2015-02-03
| | | | the uniformRowHeight hint.
* citra-qt: Fix a crash when double-clicking a disassembler list item.Gravatar Tony Wasserka2015-02-03
|
* Silence a few warnings.Gravatar Rohit Nirmal2015-01-30
|
* Merge pull request #473 from archshift/pp3portsGravatar bunnei2015-01-13
|\ | | | | Pica/Rasterizer: Add ETC1 texture decompression support.
| * Pica/Rasterizer: Add ETC1 texture decompression support.Gravatar Tony Wasserka2015-01-13
| |
* | 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