summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics/graphics_breakpoints.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-12Massive removal of unused modulesGravatar James Rowe1-213/+0
2016-12-21citra-qt: Move graphics debugging code into its own folderGravatar Lioncash1-2/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-3/+1
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner1-3/+3
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-65/+39
2016-05-04Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationGravatar Jannik Vogel1-1/+1
2016-04-24Replace std::map with std::array for graphics event breakpoints, and allow th...Gravatar Henrik Rydgard1-2/+2
2015-09-11citra_qt: Reorganize headersGravatar Lioncash1-4/+4
2015-07-23Qt/GPU Breakpoints: Changed the widget so that we don't have to select and cl...Gravatar Subv1-65/+38
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv1-3/+6
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-0/+2
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift1-1/+1
2015-01-06citra-qt: Renamed all .hxx headers to .hGravatar chrisvj1-2/+2
2015-01-01Make letter cases consistent in menus and widgetsGravatar Daniel Lundqvist1-1/+1
2014-12-20License changeGravatar purpasmart961-1/+1
2014-12-20Pica/DebugUtils: Add an event triggered after loading a vertex.Gravatar Tony Wasserka1-0/+1
2014-12-20citra-qt: static-constify a map.Gravatar Tony Wasserka1-6/+7
2014-12-13Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner1-1/+1
2014-12-09More cleanups.Gravatar Tony Wasserka1-2/+9
2014-12-09More coding style fixes.Gravatar Tony Wasserka1-1/+1
2014-12-09Some code cleanup.Gravatar Tony Wasserka1-1/+2
2014-12-09Add GUI widget for controlling pica breakpoints.Gravatar Tony Wasserka1-0/+253