index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
MathTest.cpp
Commit message (
Expand
)
Author
Age
*
Update fallback rsqrt implementation to use optimal constants.
jvanverth
2015-07-23
*
Let's find out what's up with the TSAN bot test failures.
mtklein
2015-03-18
*
Add float-to-half (binary16) conversion functions.
jvanverth
2014-11-26
*
remove unused SkIntToFloatCast_NoOverflowCheck
caryclark
2014-08-19
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Add REPORTF test macro.
halcanary@google.com
2014-01-10
*
Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64""
reed@google.com
2013-12-20
*
Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"
reed@google.com
2013-12-19
*
begin to remove SkLONGLONG and wean Skia off of Sk64
reed@google.com
2013-12-19
*
remove unused SkFixed and SkFract functions
reed@google.com
2013-12-19
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Clean up SkTypes.h.
bungeman@google.com
2013-10-11
*
Add SkDivMod with a special case for ARM.
commit-bot@chromium.org
2013-09-26
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Switch out random number generator for tests, benches, samples.
commit-bot@chromium.org
2013-09-06
*
Revert r10705 (ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG) due t...
robertphillips@google.com
2013-08-15
*
ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG
commit-bot@chromium.org
2013-08-14
*
add endian tests (reviewed by bungeman)
reed@google.com
2013-05-03
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-30
*
add wacky random shift so I can generate some zeros (without the optimizer kn...
reed@google.com
2013-04-29
*
reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker)
reed@google.com
2013-04-29
*
add unittest for SkCLZ
reed@google.com
2013-04-29
*
fix asserts in SkMulDiv255Round, and add test
reed@google.com
2013-04-22
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
Suppress some warnings on linux.
bsalomon@google.com
2012-09-26
*
disable experiemental hack to try to speedup floor
reed@google.com
2012-09-21
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
*
Privatization:
reed@google.com
2012-08-07
*
remove SK_CAN_USE_FLOAT (deprecated)
reed@google.com
2012-06-11
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
*
Added cast to get MathTest working on Windows
robertphillips@google.com
2012-05-30
*
use (float)(1 << 23) instead of 1.0p+23 since the latter isn't supported in VS
reed@google.com
2012-05-30
*
win can't eat 1.0p+23 syntax for floats :(
reed@google.com
2012-05-30
*
remove debugf
reed@google.com
2012-05-30
*
Debug Windows compiler complaint fixes
robertphillips@google.com
2012-05-14
*
Fix miscellaneous compiler warnings from Visual Studio 2010.
tomhudson@google.com
2012-04-10
*
add experimental test for blending math (disabled for now)
reed@google.com
2011-11-09
*
fix scalar=fixed for the new tests
reed@google.com
2011-10-06
*
add SkAlphaBlend255
reed@google.com
2011-10-06
*
Make SkMath.h less visible in public header files.
tomhudson@google.com
2011-09-27
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
fix windows compile errors in "tests"
epoger@google.com
2011-06-08
*
add code to test different premul techniques (disabled right now)
reed@google.com
2011-03-30
*
update to work correctly for scalar == fixed or float
reed@android.com
2011-02-09
*
add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...
reed@google.com
2011-02-08
[next]