index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
MatrixBench.cpp
Commit message (
Expand
)
Author
Age
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
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
*
Revise SVD code to remove arctangents.
commit-bot@chromium.org
2013-09-03
*
Fix more clang errors.
tfarina@chromium.org
2013-04-05
*
Bench : Unused parameters cleanup
sugoi@google.com
2013-03-05
*
add matrixbench for invert_translate
reed@google.com
2013-01-04
*
use DEF_BENCH to simplify registration
reed@google.com
2013-01-04
*
Fixed valgrind complaint in MatrixBench
robertphillips@google.com
2012-09-17
*
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
*
Fixing type mask computation in SkMatrix to make it faster and make it so tha...
junov@chromium.org
2012-07-12
*
Fixes int to scalar warnings. This checkin changes the range of random matrix...
bsalomon@google.com
2011-11-10
*
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
tomhudson@google.com
2011-10-28
*
Fix some warnings on VS2010
bsalomon@google.com
2011-10-24
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Fix bad merge which broke compiles.
tomhudson@google.com
2011-06-24
*
New benchmark for SkMatrix::computeType().
tomhudson@google.com
2011-06-24
*
Fix scale metric bench.
bungeman@google.com
2011-06-08
*
New benchmarks to determine performance of matrix-point multiplication for fl...
tomhudson@google.com
2011-06-07
*
add internal multiplier for loopcount, to reduce variance for simple/fast tests
reed@google.com
2011-06-06
*
make concat_float distinguishable using -match
reed@google.com
2011-06-06
*
Remove warnings, improve benchmark quality, complicate benchmark results:
tomhudson@google.com
2011-06-03
*
<body onunload="M_unloadPage();">
tomhudson@google.com
2011-06-03
*
speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling
reed@google.com
2011-06-01