summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MathUtil.cpp
AgeCommit message (Collapse)Author
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-11-23VertexShaderManager: Compute stereoscopy projection matrices.Jules Blok
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-03JIT: implement fresFiora
Mostly a straightforward translation of the interpreter code, with a few tricksy optimizations and fallbacks for rare paths.
2014-09-03JIT: implement frsqrteFiora
Mostly a straightforward translation of the interpreter code, with a few tricksy optimizations and fallbacks for rare paths.
2014-03-24MathUtil: add constructors to IntFloat/IntDoubleTillmann Karras
2014-03-11Fixes 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-22Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵Pierre Bourdon
detected by this change).
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre