aboutsummaryrefslogtreecommitdiff
path: root/bench/MatrixBench.cpp
AgeCommit message (Expand)Author
2016-08-10Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2...halcanary
2016-08-10Change mapRectScaleTranslate to pass args/ret by valuereed
2016-07-10Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1...reed
2016-07-10change mapRectScaleTranslate to pass args/ret by valuereed
2016-06-30speed up maprect for scale+trans casereed
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-10-01Remove const from `const int loops`.mtklein
2015-09-30Fix for nexus 5 crashing in GL benchesjoshualitt
2015-07-13Fix up -Winconsistent-missing-overridemtklein
2015-03-29use Sk4f for matrix mathreed
2015-03-27use table of procs (and unrolling) to speed up mapPtsreed
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-03-23remove meaningless matrix benches, add mapPts() and add new benchesreed
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-06-02Clean up another silly race in benches when run concurrently.mtklein
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-09-03Revise SVD code to remove arctangents. commit-bot@chromium.org
2013-04-05Fix more clang errors.tfarina@chromium.org
2013-03-05Bench : Unused parameters cleanupsugoi@google.com
2013-01-04add matrixbench for invert_translatereed@google.com
2013-01-04use DEF_BENCH to simplify registrationreed@google.com
2012-09-17Fixed valgrind complaint in MatrixBenchrobertphillips@google.com
2012-09-13Let SkBenchmark classes specify that they do no rendering.tomhudson@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-07-12Fixing type mask computation in SkMatrix to make it faster and make it so tha...junov@chromium.org
2011-11-10Fixes int to scalar warnings. This checkin changes the range of random matrix...bsalomon@google.com
2011-10-28In debug builds, only run each benchmark 1 time (test for assertion-breakage,tomhudson@google.com
2011-10-24Fix some warnings on VS2010 bsalomon@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-06-24Fix bad merge which broke compiles.tomhudson@google.com
2011-06-24New benchmark for SkMatrix::computeType().tomhudson@google.com
2011-06-08Fix scale metric bench.bungeman@google.com
2011-06-07New benchmarks to determine performance of matrix-point multiplication for fl...tomhudson@google.com
2011-06-06add internal multiplier for loopcount, to reduce variance for simple/fast testsreed@google.com
2011-06-06make concat_float distinguishable using -matchreed@google.com
2011-06-03Remove warnings, improve benchmark quality, complicate benchmark results:tomhudson@google.com
2011-06-03<body onunload="M_unloadPage();">tomhudson@google.com
2011-06-01speed-up SkMatrix::preScale by 3x, by special-casing it instead of just callingreed@google.com