C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / bench / MatrixBench.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-23 reedremove meaningless matrix benches, add mapPts() and...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-06-19 tfarinaRemove Sk prefix from some bench classes.
2014-06-03 mtkleinClean up another silly race in benches when run concurr...
2013-12-03 commit-bot@chromiu... Simplify benchmark internal API.
2013-11-25 commit-bot@chromiu... remove SkFloatToScalar macro
2013-11-21 commit-bot@chromiu... Implement a benchmark for GrResourceCache
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-09-03 commit-bot@chromiu... Revise SVD code to remove arctangents.
2013-04-05 tfarina@chromium.orgFix more clang errors.
2013-03-05 sugoi@google.comBench : Unused parameters cleanup
2013-01-04 reed@google.comadd matrixbench for invert_translate
2013-01-04 reed@google.comuse DEF_BENCH to simplify registration
2012-09-17 robertphillips@goo... Fixed valgrind complaint in MatrixBench
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-07-12 junov@chromium.orgFixing type mask computation in SkMatrix to make it...
2011-11-10 bsalomon@google.comFixes int to scalar warnings. This checkin changes...
2011-10-28 tomhudson@google.comIn debug builds, only run each benchmark 1 time (test...
2011-10-24 bsalomon@google.comFix some warnings on VS2010
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-06-24 tomhudson@google.comFix bad merge which broke compiles.
2011-06-24 tomhudson@google.comNew benchmark for SkMatrix::computeType().
2011-06-08 bungeman@google.comFix scale metric bench.
2011-06-07 tomhudson@google.comNew benchmarks to determine performance of matrix-point...
2011-06-06 reed@google.comadd internal multiplier for loopcount, to reduce varian...
2011-06-06 reed@google.commake concat_float distinguishable using -match
2011-06-03 tomhudson@google.comRemove warnings, improve benchmark quality, complicate...
2011-06-03 tomhudson@google.com<body onunload="M_unloadPage();">
2011-06-01 reed@google.comspeed-up SkMatrix::preScale by 3x, by special-casing...