aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/MathBench.cpp
Commit message (Expand)AuthorAge
* remove SkTCastGravatar Mike Klein2018-06-18
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* use unsigned to avoid runtime overflow detectionGravatar Mike Reed2017-08-09
* handle overflows in float->intGravatar Mike Reed2017-08-09
* clean up useage of SkFloatBitsGravatar Mike Reed2017-08-07
* *SkTCast<int*>(float*) -> memcpyGravatar Mike Klein2016-09-29
* SkLeanWindows.h: #include "Windows.h" fewer placesGravatar halcanary2016-06-07
* Clean up SkFloatBitsGravatar mtklein2016-05-27
* Reverse dependency between SkScalar.h and SkFixed.h.Gravatar benjaminwagner2016-04-07
* spin off remaining integer overflow fixesGravatar mtklein2015-12-08
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Revert of replace SkFixedDiv impl with native 64bit math (patchset #2 id:2000...Gravatar reed2015-03-19
* replace SkFixedDiv impl with native 64bit mathGravatar reed2015-03-18
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* Add sk_float_rsqrt with SSE + NEON fast paths.Gravatar commit-bot@chromium.org2013-11-08
* Fix asan build. Duh, don't return a stack address...Gravatar mtklein@google.com2013-09-27
* Add SkDivMod with a special case for ARM.Gravatar commit-bot@chromium.org2013-09-26
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* 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 of r10671 (Experiments on calculating reciprocal of square root) due t...Gravatar robertphillips@google.com2013-08-12
* Experiments on calculating reciprocal of square rootGravatar commit-bot@chromium.org2013-08-12
* Add bench to test float to fixed conversionGravatar djsollen@google.com2013-07-18
* Remove unused NormalizeBench::fUsePortable field.Gravatar commit-bot@chromium.org2013-06-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-04
* add bench for SkPoint::normalize()Gravatar reed@google.com2013-05-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-30
* up the inner-loop for clz bench, to get more stable resultsGravatar reed@google.com2013-04-29
* add bench for SkCLZGravatar reed@google.com2013-04-29
* use DEF_BENCH macroGravatar reed@google.com2013-04-29
* Bench : Unused parameters cleanupGravatar sugoi@google.com2013-03-05
* Suppress some warnings on linux.Gravatar bsalomon@google.com2012-09-26
* Let SkBenchmark classes specify that they do no rendering.Gravatar tomhudson@google.com2012-09-13
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in benchGravatar caryclark@google.com2012-06-06
* apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as wellGravatar reed@google.com2012-05-30
* add bench for floor variantsGravatar reed@google.com2012-05-30
* Addressed more Windows compiler complaint issuesGravatar robertphillips@google.com2012-04-16
* rename sk_float_isNaN to sk_float_isnan to match related functionsGravatar reed@google.com2011-12-06
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* add bench for computing isfinite of 4 values (targeted for SkRect)Gravatar reed@google.com2011-12-05
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,Gravatar tomhudson@google.com2011-10-28