aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger/graphics_cmdlists.cpp
Commit message (Collapse)AuthorAge
* Pica/citra-qt: Replace command list view and command list debugging code ↵Gravatar Tony Wasserka2014-08-25
| | | | with something more sophisticated.
* Pica: Add command processor.Gravatar Tony Wasserka2014-08-12
|
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Gravatar Tony Wasserka2014-08-12
| | | | | 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.Gravatar Tony Wasserka2014-06-12
|
* Refine command list debugging functionality and its qt interface.Gravatar Tony Wasserka2014-06-12
|
* citra-qt: Add command list view.Gravatar Tony Wasserka2014-06-12