aboutsummaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics_cmdlists.hxx
AgeCommit message (Collapse)Author
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj
2014-12-20License changepurpasmart96
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-09citra-qt: Polish the pica tracing widget.Tony Wasserka
Changed start/stop button to reflect current tracing status. Properly labeled column headers.
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
This was automated using `clang-modernize`.
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code ↵Tony Wasserka
with something more sophisticated.
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka
2014-06-12citra-qt: Add command list view.Tony Wasserka