index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
MathBench.cpp
Commit message (
Expand
)
Author
Age
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
use unsigned to avoid runtime overflow detection
Mike Reed
2017-08-09
*
handle overflows in float->int
Mike Reed
2017-08-09
*
clean up useage of SkFloatBits
Mike Reed
2017-08-07
*
*SkTCast<int*>(float*) -> memcpy
Mike Klein
2016-09-29
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
Clean up SkFloatBits
mtklein
2016-05-27
*
Reverse dependency between SkScalar.h and SkFixed.h.
benjaminwagner
2016-04-07
*
spin off remaining integer overflow fixes
mtklein
2015-12-08
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Fix up -Winconsistent-missing-override
mtklein
2015-07-13
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Revert of replace SkFixedDiv impl with native 64bit math (patchset #2 id:2000...
reed
2015-03-19
*
replace SkFixedDiv impl with native 64bit math
reed
2015-03-18
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
Add sk_float_rsqrt with SSE + NEON fast paths.
commit-bot@chromium.org
2013-11-08
*
Fix asan build. Duh, don't return a stack address...
mtklein@google.com
2013-09-27
*
Add SkDivMod with a special case for ARM.
commit-bot@chromium.org
2013-09-26
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
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 of r10671 (Experiments on calculating reciprocal of square root) due t...
robertphillips@google.com
2013-08-12
*
Experiments on calculating reciprocal of square root
commit-bot@chromium.org
2013-08-12
*
Add bench to test float to fixed conversion
djsollen@google.com
2013-07-18
*
Remove unused NormalizeBench::fUsePortable field.
commit-bot@chromium.org
2013-06-19
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-04
*
add bench for SkPoint::normalize()
reed@google.com
2013-05-03
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-30
*
up the inner-loop for clz bench, to get more stable results
reed@google.com
2013-04-29
*
add bench for SkCLZ
reed@google.com
2013-04-29
*
use DEF_BENCH macro
reed@google.com
2013-04-29
*
Bench : Unused parameters cleanup
sugoi@google.com
2013-03-05
*
Suppress some warnings on linux.
bsalomon@google.com
2012-09-26
*
Let SkBenchmark classes specify that they do no rendering.
tomhudson@google.com
2012-09-13
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
fix warnings on Mac in bench
caryclark@google.com
2012-06-06
*
apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as well
reed@google.com
2012-05-30
*
add bench for floor variants
reed@google.com
2012-05-30
*
Addressed more Windows compiler complaint issues
robertphillips@google.com
2012-04-16
*
rename sk_float_isNaN to sk_float_isnan to match related functions
reed@google.com
2011-12-06
*
rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed
reed@google.com
2011-12-06
*
add bench for computing isfinite of 4 values (targeted for SkRect)
reed@google.com
2011-12-05
*
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
tomhudson@google.com
2011-10-28
*
explicitly set opt level for mac-release
reed@google.com
2011-10-10
[next]