| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-03 | Common: Move Matrix classes out of MathUtil into their own files and make ↵ | Jordan Woyak | |
| their interface more friendly. | |||
| 2018-05-07 | Common: Move floating-point utility functions to FloatUtils.h/.cpp | Lioncash | |
| Keeps all of the floating-point utility functions in their own file to keep them all together. This also provides a place for other general-purpose floating-point functions to be added in the future, which will be necessary when improving the flag-setting within the interpreter. | |||
| 2017-04-12 | MathUtil: References can be const | MerryMage | |
| 2017-04-11 | Jit64AsmCommon: Make frsqrte and fres PIE-compliant | MerryMage | |
| 2017-01-05 | specify custom brace style to fix unions | BhaaL | |
| BreakBeforeBraces: Allman apparently includes all styles, except for AfterUnion (which is false) when using clang-format -dump-config | |||
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2016-01-21 | Correct ampersands as well | mathieui | |
| 2016-01-21 | More asterisks | mathieui | |
| 2015-12-22 | Work around Google's trash NDK | Ryan Houdek | |
| 2015-06-26 | Interpreter: simplify fres | Tillmann Karras | |
| 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-11-23 | VertexShaderManager: Compute stereoscopy projection matrices. | Jules Blok | |
| 2014-09-19 | Fix build failing when disabling precompiled headers. | Rohit Nirmal | |
| 2014-09-03 | JIT: implement fres | Fiora | |
| Mostly a straightforward translation of the interpreter code, with a few tricksy optimizations and fallbacks for rare paths. | |||
| 2014-09-03 | JIT: implement frsqrte | Fiora | |
| Mostly a straightforward translation of the interpreter code, with a few tricksy optimizations and fallbacks for rare paths. | |||
| 2014-03-24 | MathUtil: add constructors to IntFloat/IntDouble | Tillmann Karras | |
| 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-02-22 | Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
