index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
ScalarBench.cpp
Commit message (
Expand
)
Author
Age
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Use Sk4x to speed-up bounds of an array of points
reed
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: More override fixes - another round.
tfarina
2015-01-05
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
TSAN caught us racing in ScalarBench.cpp
mtklein
2014-06-02
*
Revert of TSAN caught us racing in ScalarBench.cpp (https://codereview.chromi...
commit-bot@chromium.org
2014-05-30
*
TSAN caught us racing in ScalarBench.cpp
commit-bot@chromium.org
2014-05-30
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
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
*
Made more benchs non-rendering
robertphillips@google.com
2012-09-17
*
fix bogus assert
reed@google.com
2012-06-13
*
Reverting r4239 & r4240
robertphillips@google.com
2012-06-12
*
pass -fArray[i] instead of fArray[i], to skip a compiler optimization where it
reed@google.com
2012-06-12
*
add bench for SkScalarIsFinite
reed@google.com
2012-06-12
*
add test for computing the bounds of an array of points (SkRect::set)
reed@google.com
2012-05-15
*
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
tomhudson@google.com
2011-10-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Make scalar benchmarks compile and run under SKIA_SCALAR=fixed as well as float.
tomhudson@google.com
2011-06-06
*
New scalar benchmark suite, comparing SkScalarAs2sCompliment vs native float ...
tomhudson@google.com
2011-06-06