aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger
Commit message (Collapse)AuthorAge
...
* 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.
| * citra-qt: Show function names in disassembler based on bunnei's suggestion.Gravatar Tony Wasserka2014-07-23
| |
| * Disassembler: Chose slightly lower value for chunk size.Gravatar Tony Wasserka2014-07-23
| |
* | GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Gravatar Tony Wasserka2014-07-23
| | | | | | | | | | | | rather than a u32. Anonymous structs are not standard C++, hence don't use them.
| * citra-qt: Rewrite disassembly view.Gravatar Tony Wasserka2014-07-02
|/
* citra_qt: Removed autogenerated files from repo and fixed build issues.Gravatar bunnei2014-06-22
|
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
* | Further refine GPU command list debugging.Gravatar Tony Wasserka2014-06-12
| |
* | Refine command list debugging functionality and its qt interface.Gravatar Tony Wasserka2014-06-12
| |
* | citra-qt: Add command list view.Gravatar Tony Wasserka2014-06-12
| |
* | citra-qt: Add GX command history viewer.Gravatar Tony Wasserka2014-06-12
| |
| * qt: updated disassembler to show 2X as many instructionsGravatar bunnei2014-06-05
|/
* Remove unused QTableViewGravatar Mathieu Vaillancourt2014-04-18
|
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-18