summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_breakpoints.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-3/+3
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-65/+39
|
* Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationJannik Vogel2016-05-041-1/+1
|
* Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations.Henrik Rydgard2016-04-241-2/+2
|
* citra_qt: Reorganize headersLioncash2015-09-111-4/+4
|
* Merge pull request #981 from Subv/checkboxesYuri Kunde Schlesner2015-07-251-65/+38
|\ | | | | Qt/GPU Breakpoints: Changed the widget to have a checkbox next to each bp type
| * Qt/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.Subv2015-07-241-65/+38
| |
* | Qt/GPU Breakpoints: Added three more breakpoint types:Subv2015-07-231-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
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-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.
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-2/+2
|
* Make letter cases consistent in menus and widgetsDaniel Lundqvist2015-01-011-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.
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\ | | | | License change
| * License changepurpasmart962014-12-211-1/+1
| |
* | Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka2014-12-201-0/+1
| |
* | citra-qt: static-constify a map.Tony Wasserka2014-12-201-6/+7
|/
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-1/+1
|
* More cleanups.Tony Wasserka2014-12-091-2/+9
|
* More coding style fixes.Tony Wasserka2014-12-091-1/+1
|
* Some code cleanup.Tony Wasserka2014-12-091-1/+2
|
* Add GUI widget for controlling pica breakpoints.Tony Wasserka2014-12-091-0/+253