summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_cmdlists.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-83/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka1-0/+24
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 Wasserka1-0/+8
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 Wasserka1-0/+5
Changed start/stop button to reflect current tracing status. Properly labeled column headers.
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
This was automated using `clang-modernize`.
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka1-30/+12
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka1-4/+24
2014-06-12citra-qt: Add command list view.Tony Wasserka1-0/+44