| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation | 2016-05-04 | 1 | -1/+1 | |
| | | |||||
| * | Replace std::map with std::array for graphics event breakpoints, and allow ↵ | 2016-04-24 | 1 | -2/+2 | |
| | | | | | the compiler to inline. Saves 1%+ in vertex heavy situations. | ||||
| * | citra_qt: Reorganize headers | 2015-09-11 | 1 | -4/+4 | |
| | | |||||
| * | Merge pull request #981 from Subv/checkboxes | 2015-07-25 | 1 | -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 ↵ | 2015-07-23 | 1 | -65/+38 | |
| | | | | | | | | | click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name. | ||||
| * | | Qt/GPU Breakpoints: Added three more breakpoint types: | 2015-07-23 | 1 | -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.h | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Asserts: break/crash program, fit to style guide; log.h->assert.h | 2015-02-10 | 1 | -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 .h | 2015-01-06 | 1 | -2/+2 | |
| | | |||||
| * | Make letter cases consistent in menus and widgets | 2015-01-01 | 1 | -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/license | 2014-12-21 | 1 | -1/+1 | |
| |\ | | | | | License change | ||||
| | * | License change | 2014-12-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Pica/DebugUtils: Add an event triggered after loading a vertex. | 2014-12-20 | 1 | -0/+1 | |
| | | | |||||
| * | | citra-qt: static-constify a map. | 2014-12-20 | 1 | -6/+7 | |
| |/ | |||||
| * | Convert old logging calls to new logging macros | 2014-12-13 | 1 | -1/+1 | |
| | | |||||
| * | More cleanups. | 2014-12-09 | 1 | -2/+9 | |
| | | |||||
| * | More coding style fixes. | 2014-12-09 | 1 | -1/+1 | |
| | | |||||
| * | Some code cleanup. | 2014-12-09 | 1 | -1/+2 | |
| | | |||||
| * | Add GUI widget for controlling pica breakpoints. | 2014-12-09 | 1 | -0/+253 | |