C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / bench / MathBench.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-19 reedRevert of replace SkFixedDiv impl with native 64bit...
2015-03-19 reedreplace SkFixedDiv impl with native 64bit math
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-06-19 tfarinaRemove Sk prefix from some bench classes.
2013-12-03 commit-bot@chromiu... Simplify benchmark internal API.
2013-11-21 commit-bot@chromiu... Implement a benchmark for GrResourceCache
2013-11-08 commit-bot@chromiu... Add sk_float_rsqrt with SSE + NEON fast paths.
2013-09-27 mtklein@google.comFix asan build. Duh, don't return a stack address...
2013-09-26 commit-bot@chromiu... Add SkDivMod with a special case for ARM.
2013-09-13 mtklein@google.comRefactoring: get rid of the SkBenchmark void* parameter.
2013-09-10 mtklein@google.comMajor bench refactoring.
2013-09-09 commit-bot@chromiu... Change old PRG to be SkLCGRandom; change new one to...
2013-09-06 commit-bot@chromiu... Switch out random number generator for tests, benches...
2013-08-12 robertphillips@goo... Revert of r10671 (Experiments on calculating reciprocal...
2013-08-12 commit-bot@chromiu... Experiments on calculating reciprocal of square root
2013-07-18 djsollen@google.comAdd bench to test float to fixed conversion
2013-06-19 commit-bot@chromiu... Remove unused NormalizeBench::fUsePortable field.
2013-05-04 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-05-03 reed@google.comadd bench for SkPoint::normalize()
2013-04-30 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-29 reed@google.comup the inner-loop for clz bench, to get more stable...
2013-04-29 reed@google.comadd bench for SkCLZ
2013-04-29 reed@google.comuse DEF_BENCH macro
2013-03-05 sugoi@google.comBench : Unused parameters cleanup
2012-09-26 bsalomon@google.comSuppress some warnings on linux.
2012-09-13 tomhudson@google.comLet SkBenchmark classes specify that they do no rendering.
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-06-06 caryclark@google.comfix warnings on Mac in bench
2012-05-30 reed@google.comapply 10.p+32 -> (float)(1 << 23) fix from MathTest...
2012-05-30 reed@google.comadd bench for floor variants
2012-04-16 robertphillips@goo... Addressed more Windows compiler complaint issues
2011-12-06 reed@google.comrename sk_float_isNaN to sk_float_isnan to match relate...
2011-12-06 reed@google.comrename hasValidCoordinates to isFinite (on SkRect)...
2011-12-05 reed@google.comadd bench for computing isfinite of 4 values (targeted...
2011-10-28 tomhudson@google.comIn debug builds, only run each benchmark 1 time (test...
2011-10-10 reed@google.comexplicitly set opt level for mac-release
2011-08-31 bungeman@google.comChange no-op math bench to noOp.
2011-08-29 reed@google.comadd