aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/MathTest.cpp
Commit message (Expand)AuthorAge
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Add REPORTF test macro.Gravatar halcanary@google.com2014-01-10
* Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64""Gravatar reed@google.com2013-12-20
* Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"Gravatar reed@google.com2013-12-19
* begin to remove SkLONGLONG and wean Skia off of Sk64Gravatar reed@google.com2013-12-19
* remove unused SkFixed and SkFract functionsGravatar reed@google.com2013-12-19
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Clean up SkTypes.h.Gravatar bungeman@google.com2013-10-11
* Add SkDivMod with a special case for ARM.Gravatar commit-bot@chromium.org2013-09-26
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Revert r10705 (ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG) due t...Gravatar robertphillips@google.com2013-08-15
* ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONGGravatar commit-bot@chromium.org2013-08-14
* add endian tests (reviewed by bungeman)Gravatar reed@google.com2013-05-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-30
* add wacky random shift so I can generate some zeros (without the optimizer kn...Gravatar reed@google.com2013-04-29
* reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker)Gravatar reed@google.com2013-04-29
* add unittest for SkCLZGravatar reed@google.com2013-04-29
* fix asserts in SkMulDiv255Round, and add testGravatar reed@google.com2013-04-22
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Suppress some warnings on linux.Gravatar bsalomon@google.com2012-09-26
* disable experiemental hack to try to speedup floorGravatar reed@google.com2012-09-21
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* Privatization:Gravatar reed@google.com2012-08-07
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* fix warnings on Mac in testsGravatar caryclark@google.com2012-06-06
* Added cast to get MathTest working on WindowsGravatar robertphillips@google.com2012-05-30
* use (float)(1 << 23) instead of 1.0p+23 since the latter isn't supported in VSGravatar reed@google.com2012-05-30
* win can't eat 1.0p+23 syntax for floats :(Gravatar reed@google.com2012-05-30
* remove debugfGravatar reed@google.com2012-05-30
* Debug Windows compiler complaint fixesGravatar robertphillips@google.com2012-05-14
* Fix miscellaneous compiler warnings from Visual Studio 2010.Gravatar tomhudson@google.com2012-04-10
* add experimental test for blending math (disabled for now)Gravatar reed@google.com2011-11-09
* fix scalar=fixed for the new testsGravatar reed@google.com2011-10-06
* add SkAlphaBlend255Gravatar reed@google.com2011-10-06
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* fix windows compile errors in "tests"Gravatar epoger@google.com2011-06-08
* add code to test different premul techniques (disabled right now)Gravatar reed@google.com2011-03-30
* update to work correctly for scalar == fixed or floatGravatar reed@android.com2011-02-09
* add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...Gravatar reed@google.com2011-02-08
* Upstream mulDiv255Ceil() from WebKit to the skia repository.Gravatar senorblanco@chromium.org2010-12-07
* fix build for SK_SCALAR_IS_FIXEDGravatar reed@android.com2010-04-13
* add unittest for copysignGravatar reed@android.com2010-02-09
* add onSendClickToChildren to views, so a view can capture all clicks.Gravatar reed@android.com2009-11-16