summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics_breakpoints.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-21citra-qt: Move graphics debugging code into its own folderGravatar Lioncash1-213/+0
Keeps all graphics debugging stuff from cluttering up the root debugger folder
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
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
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 ↵Gravatar Henrik Rydgard1-2/+2
the compiler to inline. Saves 1%+ in vertex heavy situations.
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 ↵Gravatar Subv1-65/+38
click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv1-3/+6
* IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip
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
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
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
In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one.
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