aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/VertBench.cpp
Commit message (Expand)AuthorAge
* move vertex-mode enum into SkVerticesGravatar Mike Reed2017-04-03
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* 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
* 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
* Fix more clang errors.Gravatar tfarina@chromium.org2013-04-05
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fix pure virtual call from destructor and turn VertBench back onGravatar bsalomon@google.com2011-10-28
* disable for now (brian is fixing)Gravatar reed@google.com2011-10-28
* add initial bench for drawVerticesGravatar reed@google.com2011-10-28