Revert "replace SkXfermode obj with SkBlendMode enum in paints"
[platform/upstream/libSkiaSharp.git] / src / core / SkMatrixImageFilter.cpp
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-23 brianosmanChange SkSpecialImage::makeSurface and makeTightSurface...
2016-09-23 brianosmanRevert of Create special surfaces according to original...
2016-09-23 brianosmanChange SkSpecialImage::makeSurface and makeTightSurface...
2016-04-20 reedpost apply non-scale transforms after imagefilters...
2016-04-05 robertphillipsUpdate SkMatrixImageFilter to sk_sp
2016-04-03 reedchange flattenable factory to return sk_sp
2016-04-01 robertphillipsSwitch SkMatrixImageFilter over to new onFilterImage...
2016-03-30 robertphillipsUpdate SkMergeImageFilter to sk_sp
2016-03-21 senorblancoChange signatures of filter bounds methods to return...
2016-02-17 robertphillipsMark existing image filter entry points that will be...
2016-01-21 senorblancoRemove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS...
2015-12-09 senorblancoFix filter primitive bounds computations.
2015-10-15 senorblancoImage Filters: refactor all CPU input processing into...
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-05-15 reedRevert of antialias matrix-image-filter to get smooth...
2015-05-15 reedantialias matrix-image-filter to get smooth diagonals
2015-03-20 senorblancoMove SkMatrixImageFilter into core, and add a factory...