aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/AAClipBench.cpp
Commit message (Expand)AuthorAge
* change SkClipOp to a class enumGravatar Mike Reed2016-12-12
* Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Gravatar Mike Reed2016-12-09
* Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Gravatar Mike Reed2016-12-09
* remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSGravatar Mike Reed2016-12-08
* abstract name of clipping ops, to transtion to a more restricted setGravatar reed2016-09-20
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* 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