summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_cmdlists.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-251-94/+50
|
* Pica: Add command processor.Tony Wasserka2014-08-121-1/+1
|
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka2014-08-121-1/+1
| | | | | 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.
* Further refine GPU command list debugging.Tony Wasserka2014-06-121-4/+10
|
* Refine command list debugging functionality and its qt interface.Tony Wasserka2014-06-121-15/+83
|
* citra-qt: Add command list view.Tony Wasserka2014-06-121-0/+65