aboutsummaryrefslogtreecommitdiff
path: root/bench/BitmapRectBench.cpp
AgeCommit message (Expand)Author
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-06-09hide SkBitmap::setConfigreed
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-10-21store SkAlphaType inside SkBitmap, on road to support unpremulreed@google.com
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-08-01When skia run bench cases to test performance, it will run constructors for a...commit-bot@chromium.org
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-15add benches for drawBitmapRectToRect with slight scale/translatereed@google.com
2013-01-04Added a new function to directly generate a blurred rectangle analytically.humper@google.com
2012-12-03Fixed remaining clang compiler warningsrobertphillips@google.com
2012-10-16add DEF_BENCH marco to make it easy to register new benchesreed@google.com
2012-10-13Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-10-12add bench for drawBitmapRectToRectreed@google.com