summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_breakpoints.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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-3/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-3/+3
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-65/+39
2016-05-04Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationJannik Vogel1-1/+1
2016-04-24Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations.Henrik Rydgard1-2/+2
2015-09-11citra_qt: Reorganize headersLioncash1-4/+4
2015-07-24Qt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.Subv1-65/+38
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv1-3/+6
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+2
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-2/+2
2015-01-01Make letter cases consistent in menus and widgetsDaniel Lundqvist1-1/+1
2014-12-21License changepurpasmart961-1/+1
2014-12-20Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka1-0/+1
2014-12-20citra-qt: static-constify a map.Tony Wasserka1-6/+7
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-12-09More cleanups.Tony Wasserka1-2/+9
2014-12-09More coding style fixes.Tony Wasserka1-1/+1
2014-12-09Some code cleanup.Tony Wasserka1-1/+2
2014-12-09Add GUI widget for controlling pica breakpoints.Tony Wasserka1-0/+253