summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_cmdlists.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-83/+0
|
* License changepurpasmart962014-12-211-1/+1
|
* citra_qt: Add enhanced texture debugging widgets.Tony Wasserka2014-12-091-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.
* citra-qt: Add texture viewer to Pica command list.Tony Wasserka2014-12-091-0/+8
| | | | The texture viewer is enabled when selecting a write command to one of the texture config registers.
* citra-qt: Polish the pica tracing widget.Tony Wasserka2014-12-091-0/+5
| | | | | Changed start/stop button to reflect current tracing status. Properly labeled column headers.
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-1/+1
| | | | This was automated using `clang-modernize`.
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-251-30/+12
|
* Refine command list debugging functionality and its qt interface.Tony Wasserka2014-06-121-4/+24
|
* citra-qt: Add command list view.Tony Wasserka2014-06-121-0/+44