aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/AAClipBench.cpp
Commit message (Expand)AuthorAge
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-17
* Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co...Gravatar robertphillips@google.com2013-09-16
* Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ...Gravatar robertphillips@google.com2013-09-16
* Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview...Gravatar robertphillips@google.com2013-09-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-14
* 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
* Bench : Unused parameters cleanupGravatar sugoi@google.com2013-03-05
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in benchGravatar caryclark@google.com2012-06-06
* Dialed back complexity of nested clip bench to bring time down to a reasonabl...Gravatar robertphillips@google.com2012-05-09
* Added new bench test for nested clipsGravatar robertphillips@google.com2012-05-09
* First pass at accelerating gpu-based AA clippingGravatar robertphillips@google.com2012-05-07
* speedup AAClip::setRegion (n^2 to n)Gravatar reed@google.com2011-11-28
* add bench for building aaclipsGravatar reed@google.com2011-10-31