aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkPictureImageFilter.cpp
Commit message (Expand)AuthorAge
* Avoid unneeded picture shader color space transformsGravatar Florin Malita2017-07-13
* Avoid unneeded SkPictureImageFilter color space transformsGravatar Florin Malita2017-07-10
* Bump min picture to 7+ months agoGravatar Mike Reed2017-06-08
* Ensure SkPictureImageFilter::onFilterImage doesn't double-convert colorGravatar Christopher Cameron2017-06-01
* Make SkPictureImageFilter::drawPictureAtLocalResolution use color xformGravatar Christopher Cameron2017-05-23
* SkPictureImageFilter::onMakeColorSpace()Gravatar Matt Sarett2017-04-15
* Change SkSpecialImage::makeSurface and makeTightSurface to take outputGravatar brianosman2016-09-23
* Revert of Create special surfaces according to original device (not always in...Gravatar brianosman2016-09-23
* Change SkSpecialImage::makeSurface and makeTightSurface to take outputGravatar brianosman2016-09-23
* SkPictureImageFilter - clear local canvas before useGravatar ericrk2016-05-12
* Outline SkImageFilter Make methodsGravatar robertphillips2016-04-17
* Make SkSpecialSurfaces always use kUnknown for their pixel geometryGravatar robertphillips2016-04-13
* Switch SkPictureImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-04-11
* change flattenable factory to return sk_spGravatar reed2016-04-03
* Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_spGravatar robertphillips2016-03-30
* Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_s...Gravatar djsollen2016-03-29
* Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_spGravatar robertphillips2016-03-29
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Swap SkPictureImageFilter's factories over to smart pointersGravatar robertphillips2016-03-28
* return pictures as sk_spGravatar reed2016-03-18
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Clean up usage of SkSurfacePropsGravatar robertphillips2015-06-22
* skia: Add runtime option to disable picture IO security precautionsGravatar hendrikw2015-06-16
* remove subclassing from ImageFilter::ProxyGravatar reed2015-06-09
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* Require explicit disabling of cross process pictureimagefiltersGravatar robertphillips2015-01-06
* Add toString methods to SkImageFilter-derived classesGravatar robertphillips2014-12-19
* Adding an option for pixelated rendering in SkPictureImageFilterGravatar junov2014-12-09
* Adding a PictureResolution option to SkPictureImageFilterGravatar Justin Novosad2014-12-02
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20
* add roundOut that returns its resultGravatar reed2014-11-19
* Fix bounds computation of all 0-input filters.Gravatar senorblanco2014-10-29
* Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:2000...Gravatar hcm2014-10-27
* Fix bounds computation of all 0-input filters.Gravatar senorblanco2014-10-27
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Reimplement deserialization of SkImageFilter's uniqueID.Gravatar senorblanco2014-08-26
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Intersect SkPictureImageFilter bounds against clip bounds.Gravatar senorblanco2014-07-30
* Make SkPictureShader and SkPictureImageFilter use const SkPicturesGravatar robertphillips2014-07-14
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* Allow SkPictureImageFilter to be serialized when not run cross-process.Gravatar senorblanco@chromium.org2014-05-30
* Implement SkPictureImageFilter bounds computation.Gravatar senorblanco@chromium.org2014-05-30
* Implement support for a Context parameter in image filtersGravatar senorblanco@chromium.org2014-03-14
* Factory methods for heap-allocated SkImageFilter objects.Gravatar commit-bot@chromium.org2014-03-10