Create GLSLUniformHandler class for gpu backend
[platform/upstream/libSkiaSharp.git] / bench / StrokeBench.cpp
2015-10-01 mtkleinRemove const from `const int loops`.
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-07-13 mtkleinFix up -Winconsistent-missing-override
2015-06-01 caryclarkadd res to stroke bench
2015-05-29 reedadd bench for building strokes
2014-06-19 tfarinaRemove Sk prefix from some bench classes.
2013-12-03 commit-bot@chromiu... Simplify benchmark internal API.
2013-09-13 mtklein@google.comRefactoring: get rid of the SkBenchmark void* parameter.
2013-09-10 mtklein@google.comMajor bench refactoring.
2013-02-05 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-02-04 reed@google.comadd benchmark for stroked drawRect/drawOval/drawRRect...