aboutsummaryrefslogtreecommitdiffstats
path: root/bench/BitmapRectBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "SkTypes: extract SkTo""Hal Canary2018-06-141-0/+2
* Revert "SkTypes: extract SkTo"Hal Canary2018-06-131-2/+0
* SkTypes: extract SkToHal Canary2018-06-121-0/+2
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* Remove const from `const int loops`.mtklein2015-10-011-1/+1
* Fix for nexus 5 crashing in GL benchesjoshualitt2015-09-301-1/+1
* flag to use const& instead of const* for src-rectreed2015-08-061-1/+1
* Revert[2] of guard to remove DrawBitmapRectFlagsreed2015-07-171-1/+2
* Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...scroggo2015-07-171-1/+1
* guard to remove DrawBitmapRectFlagsreed2015-07-161-1/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-11/+11
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-3/+3
* Remove Sk prefix from some bench classes.tfarina2014-06-191-4/+4
* hide SkBitmap::setConfigreed2014-06-091-1/+1
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-2/+2
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com2013-10-311-16/+19
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com2013-10-311-19/+16
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com2013-10-311-16/+19
* store SkAlphaType inside SkBitmap, on road to support unpremulreed@google.com2013-10-211-1/+1
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-7/+7
* Major bench refactoring.mtklein@google.com2013-09-101-2/+1
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-1/+1
* Switch out random number generator for tests, benches, samples.commit-bot@chromium.org2013-09-061-1/+1
* When skia run bench cases to test performance, it will run constructors for a...commit-bot@chromium.org2013-08-011-17/+20
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* add benches for drawBitmapRectToRect with slight scale/translatereed@google.com2013-01-151-6/+22
* Added a new function to directly generate a blurred rectangle analytically.humper@google.com2013-01-041-1/+0
* Fixed remaining clang compiler warningsrobertphillips@google.com2012-12-031-2/+2
* add DEF_BENCH marco to make it easy to register new benchesreed@google.com2012-10-161-6/+11
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2012-10-131-1/+1
* add bench for drawBitmapRectToRectreed@google.com2012-10-121-0/+89