aboutsummaryrefslogtreecommitdiffstats
path: root/bench/TileBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* hide lockpixels api behind flagMike Reed2017-04-171-1/+0
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of http...reed2016-03-141-2/+1
* Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https...reed2016-03-141-1/+2
* Finish conversion to sk_sp<SkShader>reed2016-03-141-2/+1
* Remove const from `const int loops`.mtklein2015-10-011-1/+1
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-2/+2
* Disable bogus _scaled benches until we can figure out why they're bogus.mtklein2014-06-241-6/+9
* Remove Sk prefix from some bench classes.tfarina2014-06-191-3/+3
* hide SkBitmap::setConfigreed2014-06-091-3/+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-1/+2
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com2013-10-311-2/+1
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com2013-10-311-1/+2
* store SkAlphaType inside SkBitmap, on road to support unpremulreed@google.com2013-10-211-3/+2
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-16/+14
* Major bench refactoring.mtklein@google.com2013-09-101-2/+1
* Fix bug in 1xN SkBitmapProcShader optimizationrobertphillips@google.com2013-01-221-16/+22
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-181-2/+2
* Added new bench to test out 1xN BitmapProcShadersrobertphillips@google.com2013-01-171-0/+130