aboutsummaryrefslogtreecommitdiff
path: root/bench/BitmapRectBench.cpp
AgeCommit message (Expand)Author
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-10-01Remove const from `const int loops`.mtklein
2015-09-30Fix for nexus 5 crashing in GL benchesjoshualitt
2015-08-06flag to use const& instead of const* for src-rectreed
2015-07-17Revert[2] of guard to remove DrawBitmapRectFlagsreed
2015-07-17Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...scroggo
2015-07-16guard to remove DrawBitmapRectFlagsreed
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-03-16SkPaint::FilterLevel -> SkFilterQualityreed
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
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