aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/MorphologyBench.cpp
Commit message (Expand)AuthorAge
* Update SkMorphology ImageFilters to sk_spGravatar robertphillips2016-04-05
* Revert "Revert of factories should return baseclass, allowing the impl to spe...Gravatar reed2015-10-06
* Revert of factories should return baseclass, allowing the impl to specialize ...Gravatar schenney2015-10-06
* factories should return baseclass, allowing the impl to specializeGravatar reed2015-10-06
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Factory methods for heap-allocated SkImageFilter objects.Gravatar commit-bot@chromium.org2014-03-10
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Remove uses of unnamed namespace in bench/ directory.Gravatar commit-bot@chromium.org2013-09-26
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* Disable morphology benchmarks on fixed point builds.Gravatar tomhudson@google.com2012-06-11
* Dilate & Erode benchmarks. Unlike the blur benchmarks (which testGravatar tomhudson@google.com2012-06-11