aboutsummaryrefslogtreecommitdiffstats
path: root/bench/MergeBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove unused mode parameter from SkMergeImageFilterMike Reed2017-06-191-1/+1
* add drawString helper to canvasCary Clark2017-04-281-1/+1
* remove xfermode from public apiMike Reed2016-10-281-1/+1
* Update SkImageSource to sk_sprobertphillips2016-04-011-3/+2
* Update SkMergeImageFilter to sk_sprobertphillips2016-03-301-42/+42
* switch surface to sk_spreed2016-03-231-2/+2
* update callsites for Make image factoriesreed2016-03-171-5/+5
* Remove const from `const int loops`.mtklein2015-10-011-1/+1
* Fix for nexus 5 crashing in GL benchesjoshualitt2015-09-301-1/+1
* Convert unit tests, GMs from SkBitmapSource to SkImagesourcefmalita2015-09-151-20/+21
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-3/+3
* remove unnecessary bitmapdevice referencesreed2014-06-271-1/+1
* Remove Sk prefix from some bench classes.tfarina2014-06-191-3/+3
* hide SkBitmap::setConfigreed2014-06-091-8/+4
* Factory methods for heap-allocated SkImageFilter objects.commit-bot@chromium.org2014-03-101-3/+3
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-2/+2
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-4/+3
* Major bench refactoring.mtklein@google.com2013-09-101-1/+3
* Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com2013-08-291-3/+3
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com2013-08-201-2/+2
* Split SkDevice out of SkBitmapDevicerobertphillips@google.com2013-08-201-2/+2
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-04-241-1/+0
* Build fixsugoi@google.com2013-04-231-1/+0
* Added a few bench for some image filterssugoi@google.com2013-04-231-0/+102