summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger
AgeCommit message (Collapse)Author
2015-01-05Merge pull request #272 from rohit-n/sign-comparebunnei
Silence some -Wsign-compare warnings.
2015-01-04citra-qt: Added license headers to files.chrisvj
2015-01-02Merge pull request #377 from Yllodra/misc-changesTony Wasserka
Qt: Letter cases and single window mode
2015-01-01Merge pull request #358 from neobrain/pica_progress2bunnei
pica_progress followups
2015-01-01Silence some -Wsign-compare warnings.Rohit Nirmal
2015-01-01Make letter cases consistent in menus and widgetsDaniel Lundqvist
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.
2015-01-01Set object name for the graphics debuggerDaniel Lundqvist
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.
2014-12-31Pica: Cleanup color conversion.Tony Wasserka
2014-12-31citra-qt: Fix displaying RGBA5551 framebuffers.Tony Wasserka
(not that it matters at the moment, because this code is not used yet)
2014-12-31citra-qt: Always show pica framebuffers as RGBA8.Tony Wasserka
We actually don't really know yet how the format is encoded. Hence just use what works.
2014-12-28Qt: we don't need to check if model is valid.xdec
2014-12-28Fix crash when the disassembler pause button is pressed while no game is ↵xdec
running.
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
License change
2014-12-20License changepurpasmart96
2014-12-20Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka
2014-12-20Add support for a ridiculous number of texture formats.Tony Wasserka
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka
2014-12-20Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka
This effectively adds support for a lot texture formats in the rasterizer.
2014-12-20citra-qt: Fix invalid memory read upon program startup.Tony Wasserka
This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not.
2014-12-20Pica: Initial support for multitexturing.Tony Wasserka
2014-12-20citra-qt: static-constify a map.Tony Wasserka
2014-12-20Clean up some warningsChin
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-09More cleanups.Tony Wasserka
2014-12-09citra-qt: Rename "Stop Tracing" to "Finish Tracing".Tony Wasserka
This better reflects that no commands are supposed to show up until you hit the button a second time.
2014-12-09More coding style fixes.Tony Wasserka
2014-12-09Some code cleanup.Tony Wasserka
2014-12-09citra-qt: Add pica framebuffer widget.Tony Wasserka
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka
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.
2014-12-09citra-qt: Add texture viewer to Pica command list.Tony Wasserka
The texture viewer is enabled when selecting a write command to one of the texture config registers.
2014-12-09Add GUI widget for controlling pica breakpoints.Tony Wasserka
2014-12-09citra-qt: Polish the pica tracing widget.Tony Wasserka
Changed start/stop button to reflect current tracing status. Properly labeled column headers.
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Emmanuel Gil Peyrot
or generated
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
This was automated using `clang-modernize`.
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common ↵bunnei
area. Removed s_ prefix
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code ↵Tony Wasserka
with something more sophisticated.
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
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.
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
- Various other cleanups.
2014-07-23Merge pull request #27 from neobrain/disassembly_view_rewritebunnei
citra-qt: Rewrite disassembly view.
2014-07-23citra-qt: Show function names in disassembler based on bunnei's suggestion.Tony Wasserka
2014-07-23Disassembler: Chose slightly lower value for chunk size.Tony Wasserka
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Tony Wasserka
rather than a u32. Anonymous structs are not standard C++, hence don't use them.
2014-07-02citra-qt: Rewrite disassembly view.Tony Wasserka
2014-06-22citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
2014-06-12Further refine GPU command list debugging.Tony Wasserka
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka