summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics/graphics_cmdlists.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-2/+2
|
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+1
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* Pica/Regs: Use binary search to look up reg namesYuri Kunde Schlesner2017-02-091-1/+1
| | | | | | This gets rid of the static unordered_map. Also changes the return type const char*, avoiding unnecessary allocations (the result was only used by calling .c_str() on it.)
* VideoCore: Move Regs to its own fileYuri Kunde Schlesner2017-02-041-1/+1
|
* VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner2017-02-041-10/+12
|
* VideoCore: Move LookupTexture out of debug_utils.hYuri Kunde Schlesner2017-02-041-4/+6
|
* Fix some warnings (#2399)Jonathan Hao2017-01-041-5/+0
|
* citra-qt: Move graphics debugging code into its own folderLioncash2016-12-211-0/+259
Keeps all graphics debugging stuff from cluttering up the root debugger folder