aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImageFilter.h
Commit message (Expand)AuthorAge
* remove 4 legacy flags (clients already updated)Gravatar Mike Reed2016-10-20
* Add output format properties to SkImageFilter::ContextGravatar brianosman2016-09-22
* Moving SkBlurImageFilter into coreGravatar vjiaoblack2016-08-23
* Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https:...Gravatar bungeman2016-08-23
* Moving SkBlurImageFilter into coreGravatar vjiaoblack2016-08-23
* Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https:...Gravatar vjiaoblack2016-08-22
* Moving SkBlurImageFilter into coreGravatar vjiaoblack2016-08-22
* Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https:...Gravatar vjiaoblack2016-08-22
* Moving SkBlurImageFilter into coreGravatar vjiaoblack2016-08-22
* Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https:...Gravatar mtklein2016-08-22
* Moving SkBlurImageFilter into coreGravatar vjiaoblack2016-08-22
* Adding color space to SkSpecialImageGravatar brianosman2016-07-21
* Image filters: implement SkImage::makeWithFilter().Gravatar senorblanco2016-05-19
* Image filters: de-nest SkImageFilter::Cache and Cache::Key.Gravatar senorblanco2016-04-27
* simplify handle-affine: subclass overrides just describe their leaf behaviorGravatar reed2016-04-25
* allow imagefilter to manage CTM decompositionGravatar reed2016-04-23
* Retract SkDevice a bit moreGravatar robertphillips2016-04-22
* Image filters: remove SkBitmap-based cache.Gravatar senorblanco2016-04-21
* post apply non-scale transforms after imagefilters have runGravatar reed2016-04-20
* Begin removing deprecated (and now, unused) ImageFilter code pathsGravatar robertphillips2016-04-20
* Make SkImageFilter::Cache purging methods pure virtualGravatar robertphillips2016-04-18
* Remove deprecated paths from image filter infrastructure.Gravatar senorblanco2016-04-18
* Revert of Remove deprecated paths from image filter infrastructure. (patchset...Gravatar robertphillips2016-04-17
* Remove deprecated paths from image filter infrastructure.Gravatar senorblanco2016-04-17
* Move SkImageFilter over to storing sk_spsGravatar robertphillips2016-04-15
* Remove asFragmentProcessor gpu-specific ImageFilter code pathGravatar robertphillips2016-04-15
* Switch AlphaThresholdFilter over to new onFilterImage interfaceGravatar robertphillips2016-04-12
* Update SkMatrixImageFilter to sk_spGravatar robertphillips2016-04-05
* Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://coderev...Gravatar mtklein2016-04-04
* Delete SkFlattenable::TypeGravatar msarett2016-04-04
* Image filters: optimize crop rect application.Gravatar senorblanco2016-04-01
* Update SkMergeImageFilter to sk_spGravatar robertphillips2016-03-30
* 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
* Switch new SkImageFilter internal methods over to sk_spGravatar robertphillips2016-03-24
* Remove SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN.Gravatar senorblanco2016-03-22
* Change signatures of filter bounds methods to return a rect.Gravatar senorblanco2016-03-21
* Correct comment to refer to SkImageFilter::kReverse_MapDirection.Gravatar jbroman2016-03-21
* Swap over to using SkImageFilter::filterImage instead of filterImageDeprecatedGravatar robertphillips2016-03-07
* Add SkSpecialImage-based methods to SkImageFilterGravatar robertphillips2016-03-07
* Update SkImageFilter's cache to handle SkSpecialImages and add unit testGravatar robertphillips2016-02-19
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Move SkTArray to include/private.Gravatar bungeman2016-02-17
* Image filters: change applyCropRect() to take a src rect.Gravatar senorblanco2016-02-16
* Replace the id<-->key hashmap in SkImageFilter by a SkTArrayGravatar xidachen2016-02-01
* Image filters: Make a recursive, forward-mapping boundsGravatar senorblanco2016-01-28
* Refactor to use GrWrapTextureInBitmap moreGravatar robertphillips2016-01-14
* Fix SkTileImageFilter when srcRect is a superset of bitmap bounds.Gravatar senorblanco2016-01-11
* remove imagefilter::sizeconstraintGravatar reed2016-01-11