aboutsummaryrefslogtreecommitdiff
path: root/bench/BlurBench.cpp
AgeCommit message (Expand)Author
2018-08-20Remove occluded rrect blur benchmarkRobert Phillips
2018-03-14hide SkBlurMaskFilter and SkBlurQualityMike Reed
2017-11-16Revert "Revert "Direct evaluation of gaussian""Herb Derby
2017-11-16Revert "Direct evaluation of gaussian"Brian Osman
2017-11-16Direct evaluation of gaussianHerbert Derby
2016-04-04switch maskfilters to sk_spreed
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-10-01Remove const from `const int loops`.mtklein
2014-08-112D kernel initial wiring for Guassianjoshualitt
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-04-28move common blur types into central headercommit-bot@chromium.org
2013-12-17deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...reed@google.com
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-25remove SkFloatToScalar macrocommit-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-07Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-09-06Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-11-29Modify the blur bench to add tests for high-quality blurs, and large non-inte...senorblanco@chromium.org
2012-11-08use DEF_BENCH to simplify lots of registrationsreed@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2011-11-22Add fractional-radius blurs to blur benchmark.tomhudson@google.com
2011-10-28In debug builds, only run each benchmark 1 time (test for assertion-breakage,tomhudson@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-07-14fix printf output for name when skscalar is fixedreed@google.com
2011-07-14add bench for building blursreed@google.com