aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BitmapScaleBench.cpp
Commit message (Expand)AuthorAge
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* hide SkBitmap::setConfigGravatar reed2014-06-09
* Adding this call simulates seeing a *different* bitmap every time we scale, w...Gravatar commit-bot@chromium.org2014-03-06
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* store SkAlphaType inside SkBitmap, on road to support unpremulGravatar reed@google.com2013-10-21
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* stop using bitmap-filter flags outside of paint itself, as a step towards rea...Gravatar reed@google.com2013-07-22
* reenable the scale benchmark, and only bench actual canvas draw commandsGravatar humper@google.com2013-07-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-10
* New bitmap filter checkin; this time with less build breakageGravatar humper@google.com2013-07-09
* Revert "More general image filter interface; tested implementation of standal...Gravatar humper@google.com2013-07-09
* More general image filter interface; tested implementation of standaloneGravatar humper@google.com2013-07-09