aboutsummaryrefslogtreecommitdiff
path: root/bench/VertBench.cpp
AgeCommit message (Expand)Author
2017-04-03move vertex-mode enum into SkVerticesMike Reed
2016-10-28remove xfermode from public apiMike Reed
2015-10-01Remove const from `const int loops`.mtklein
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2014-06-19Remove Sk prefix from some bench classes.tfarina
2013-12-03Simplify benchmark internal API.commit-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-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-04-05Fix more clang errors.tfarina@chromium.org
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2011-10-28Fix pure virtual call from destructor and turn VertBench back onbsalomon@google.com
2011-10-28disable for now (brian is fixing)reed@google.com
2011-10-28add initial bench for drawVerticesreed@google.com