aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/filterfastbounds.cpp
Commit message (Expand)AuthorAge
* move files out of private, and fix up callers to IWYUGravatar Mike Reed2017-05-16
* GM: some header cleanupGravatar Mike Klein2017-03-22
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* Update TileImageFilter to sk_spGravatar robertphillips2016-04-15
* Update DropShadowImageFilter to sk_spGravatar robertphillips2016-04-06
* Update SkMatrixImageFilter to sk_spGravatar robertphillips2016-04-05
* Update SkBlurImageFilter to sk_spGravatar robertphillips2016-04-04
* Update SkImageSource to sk_spGravatar robertphillips2016-04-01
* Update SkOffsetImageFilter to sk_spGravatar robertphillips2016-03-31
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Swap SkPictureImageFilter's factories over to smart pointersGravatar robertphillips2016-03-28
* switch surface to sk_spGravatar reed2016-03-23
* return pictures as sk_spGravatar reed2016-03-18
* update callsites for Make image factoriesGravatar reed2016-03-17
* Add SkTileImageFilter sample to filterfastbounds GM.Gravatar senorblanco2015-12-07
* Revert "Revert of factories should return baseclass, allowing the impl to spe...Gravatar reed2015-10-06
* Revert of factories should return baseclass, allowing the impl to specialize ...Gravatar schenney2015-10-06
* factories should return baseclass, allowing the impl to specializeGravatar reed2015-10-06
* Remove SkBitmapSourceGravatar fmalita2015-09-25
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Revert of Revert of make gm background colors 565 compatible (patchset #1 id:...Gravatar caryclark2015-06-15
* Revert of make gm background colors 565 compatible (patchset #2 id:20001 of h...Gravatar caryclark2015-06-15
* make gm background colors 565 compatibleGravatar caryclark2015-06-15
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Move SkMatrixImageFilter into core, and add a factory fn for it.Gravatar senorblanco2015-03-20
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* remove unused GM flagsGravatar mtklein2015-01-23
* Update GM to permit correctness testing of MPD on the GMsGravatar robertphillips2014-12-11
* Add new GM (filterfastbounds)Gravatar robertphillips2014-12-08