| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-08 | Remove Frameskip | anthony | |
| 2016-09-24 | Software: Clean out unnecessary includes/fwd decls | Lioncash | |
| 2016-09-22 | DebugUtils: const correctness | Lioncash | |
| 2016-09-21 | EfbInterface: Change out parameters on getters to return by value | Lioncash | |
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2016-01-25 | Fifo: Make g_bSkipCurrentFrame a TU-local variable | Lioncash | |
| This is only ever queried, making it a global isn't necessary. | |||
| 2016-01-12 | Fifo: Create a "Fifo" namespace. | degasus | |
| 2016-01-06 | VideoSW: Use more VideoCommon | degasus | |
| Now we require lots of empty functions, but this removes by far more duplicated code. | |||
| 2015-09-17 | VideoSW: Drop HwRasterizer | degasus | |
| I don't remember it being working, and nobody cares about performance of videosw. | |||
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2014-10-12 | Move bDumpFrames to SConfig (and it's references) | Fog | |
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-08-10 | Software: Fix function casing in SWRenderer | Lioncash | |
| 2014-08-10 | Software: Make an enum into a static constant in DebugUtil.cpp | Lioncash | |
| 2014-07-17 | Fixed Frame dumping in VideoSoftware. | Scott Mansell | |
| Old code dumped the efb, which was no-longer relevant since the backend gained xfb support. New code dumps the colour texture which is about to be rendered to the screen so correctly reflects the bypassXFB option. | |||
| 2014-07-11 | avoid the extern keyword in .cpp files | degasus | |
| 2014-07-11 | mark all local functions as static | degasus | |
| 2014-04-19 | Fix "warning: unused variable 'skipFrames'" | Tillmann Karras | |
| 2014-04-12 | VideoSoftware: remove const memory usage of DebugUtil | degasus | |
| 2014-03-29 | Remove all trailing whitespaces from our codebase. | Pierre Bourdon | |
| 2014-03-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-28 | Various changes suggested by cppcheck | Tillmann Karras | |
| - remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL | |||
| 2014-02-20 | Fix more header sorting issues in VideoBackends/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
