aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BlurBench.cpp
Commit message (Expand)AuthorAge
* 2D kernel initial wiring for GuassianGravatar joshualitt2014-08-11
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* move common blur types into central headerGravatar commit-bot@chromium.org2014-04-28
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar 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
* 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
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-07
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Push sigma-based blur interface into our GMs/benches/tests/samplecodeGravatar robertphillips@google.com2013-09-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Modify the blur bench to add tests for high-quality blurs, and large non-inte...Gravatar senorblanco@chromium.org2012-11-29
* use DEF_BENCH to simplify lots of registrationsGravatar reed@google.com2012-11-08
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Add fractional-radius blurs to blur benchmark.Gravatar tomhudson@google.com2011-11-22
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,Gravatar tomhudson@google.com2011-10-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* fix printf output for name when skscalar is fixedGravatar reed@google.com2011-07-14
* add bench for building blursGravatar reed@google.com2011-07-14