aboutsummaryrefslogtreecommitdiffstats
path: root/gm/shadermaskfilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* use font in SkTextUtilsMike Reed2018-12-241-4/+3
* tests: do not crash with missing resources.Hal Canary2018-11-261-0/+3
* hide the SkPaint::Align enum entirelyMike Reed2018-10-301-1/+1
* use utils for deprecated TextAlignMike Reed2018-10-261-2/+3
* Revert "makeSurface defaults to raster"Cary Clark2018-09-051-2/+3
* makeSurface defaults to rasterCary Clark2018-09-051-3/+2
* Reland "Fix handling of MaskFilter matrices"Florin Malita2018-04-111-0/+90
* Revert "Fix handling of MaskFilter matrices"Robert Phillips2018-04-111-90/+0
* Fix handling of MaskFilter matricesFlorin Malita2018-04-111-0/+90
* hide SkBlurMaskFilter and SkBlurQualityMike Reed2018-03-141-4/+4
* fix some clangtidy warningsMike Reed2018-02-081-2/+2
* extend savelayer_maskfilter to also have an imagefilterMike Reed2018-02-071-12/+36
* add maskfilter+localmatrix to fix savelayerMike Reed2018-02-061-0/+33
* gpu impl for compose and combine maskfiltersMike Reed2018-02-051-17/+35
* add gpu impl for shadermaskfilterMike Reed2018-02-011-0/+2
* use coverage modes instead of blend modesMike Reed2018-01-261-50/+49
* compose and combine maskfiltersMike Reed2018-01-251-2/+91
* add shadermaskfilterMike Reed2018-01-181-0/+57