aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger
Commit message (Collapse)AuthorAge
...
| * callstack: Remove unnecessary disassembler instantiationGravatar Lioncash2015-03-30
|/ | | | Decode is a static function. There's no need to allocate a disassembler instance.
* Merge pull request #643 from Subv/dem_feelsGravatar bunnei2015-03-09
|\ | | | | GPU: Implemented more depth buffer formats.
| * GPU: Added the stencil test structure to the Pica Regs struct.Gravatar Subv2015-03-09
| |
| * Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferGravatar Subv2015-03-09
| |
* | Update nihstro submodule to the initial release version.Gravatar archshift2015-03-08
|/ | | | Includes more opcodes to implement in the future.
* Merge pull request #538 from yuriks/perf-statGravatar Tony Wasserka2015-03-07
|\ | | | | Add profiling infrastructure and widget
* | GPU: Added RGB565/RGB8 framebuffer support and various cleanups.Gravatar bunnei2015-03-03
| | | | | | | | | | | | - Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
| * Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-01
|/
* GPU: Implemented bits 3 and 1 from the display transfer flags.Gravatar Subv2015-02-26
| | | | | Bit 3 is used to specify a raw copy, where no processing is done to the data, seems to behave exactly as a DMA. Bit 1 is used to specify whether to convert from a tiled format to a linear format or viceversa.
* 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.