summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_tracing.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-21citra-qt: Move graphics debugging code into its own folderLioncash1-178/+0
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-9/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-16/+26
2016-05-12Move default_attributes into Pica stateJannik Vogel1-1/+1
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-0/+4
2016-03-03Add immediate mode vertex submissionDwayne Slater1-1/+1
2015-09-11citra_qt: Reorganize headersLioncash1-6/+5
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot1-2/+4
2015-07-13CiTrace: Clean up initialization method.Tony Wasserka1-9/+15
2015-07-13CiTrace: Record LCD registers. Cleanup recording code.Tony Wasserka1-7/+11
2015-07-13CiTrace: Record default vertex attributes.Tony Wasserka1-0/+8
2015-07-13citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation.Tony Wasserka1-2/+31
2015-07-13Add CiTrace recording support.Tony Wasserka1-0/+123