aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkBlurImageFilter.cpp
Commit message (Expand)AuthorAge
* Remove all usage of SkSurfaceProps::isGammaCorrect()Gravatar brianosman2016-07-26
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Adding color space to SkSpecialImageGravatar brianosman2016-07-21
* Swap SkGpuBlurUtils over to using SkIRectsGravatar robertphillips2016-05-13
* Make SkGpuBlurUtils::GaussianBlur more drawContext centricGravatar robertphillips2016-05-12
* Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchse...Gravatar robertphillips2016-05-11
* Make SkGpuBlurUtils::GaussianBlur more drawContext centricGravatar robertphillips2016-05-11
* Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchse...Gravatar scroggo2016-05-11
* Make SkGpuBlurUtils::GaussianBlur more drawContext centricGravatar robertphillips2016-05-11
* Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of h...Gravatar robertphillips2016-05-09
* Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 ...Gravatar jvanverth2016-05-06
* Simplify SkGpuBlurUtils::GaussianBlur methodGravatar robertphillips2016-05-06
* Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurfaceGravatar robertphillips2016-04-25
* Begin removing deprecated (and now, unused) ImageFilter code pathsGravatar robertphillips2016-04-20
* Outline SkImageFilter Make methodsGravatar robertphillips2016-04-17
* Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriateGravatar brianosman2016-04-13
* Fix memory leak in SkBlurImageFilterGravatar robertphillips2016-04-08
* Upgrade SkSpecialImage to have getTextureRef & getROPixels entry pointsGravatar robertphillips2016-04-08
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* Update SkBlurImageFilter to sk_spGravatar robertphillips2016-04-04
* change flattenable factory to return sk_spGravatar reed2016-04-03
* Update SkMergeImageFilter to sk_spGravatar robertphillips2016-03-30
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Temporary fix for --preAbandonGpuContext bugGravatar robertphillips2016-03-28
* Switch new SkImageFilter internal methods over to sk_spGravatar robertphillips2016-03-24
* Switch SkBlurImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-03-24
* Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patch...Gravatar robertphillips2016-03-23
* Switch SkBlurImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-03-23
* Change signatures of filter bounds methods to return a rect.Gravatar senorblanco2016-03-21
* Image filters: fix the zero-sigma fast path in SkBlurImageFilter.Gravatar senorblanco2016-03-16
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Image filters: change applyCropRect() to take a src rect.Gravatar senorblanco2016-02-16
* Fix zero-sized blur with crop rect.Gravatar senorblanco2016-02-01
* Refactor to use GrWrapTextureInBitmap moreGravatar robertphillips2016-01-14
* remove imagefilter::sizeconstraintGravatar reed2016-01-11
* Fix filter primitive bounds computations.Gravatar senorblanco2015-12-09
* Make SkBlurImageFilter capable of cropping during blur (GPU path).Gravatar senorblanco2015-11-10
* Revert of Make SkBlurImageFilter capable of cropping during blur (GPU path). ...Gravatar egdaniel2015-11-09
* Make SkBlurImageFilter capable of cropping during blur (GPU path).Gravatar senorblanco2015-11-05
* Make SkBlurImageFilter capable of cropping during blur (raster path)Gravatar senorblanco2015-11-02
* Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #1...Gravatar senorblanco2015-11-02
* Make SkBlurImageFilter capable of cropping during blur (raster path)Gravatar senorblanco2015-11-02
* tunnel down texture-size-constraint to imagefiltersGravatar reed2015-10-22
* Image filters: Replace all use of tryAllocPixels() with createDevice().Gravatar senorblanco2015-10-20
* Image filters: refactor input GPU processing into filterInputGPU().Gravatar senorblanco2015-10-16
* Image Filters: refactor all CPU input processing into a filterInput helper fu...Gravatar senorblanco2015-10-15
* Port SkBlurImage opts to SkOpts.Gravatar mtklein2015-08-04
* Misc cleanupGravatar robertphillips2015-07-22
* We don't use boxBlurY.Gravatar mtklein2015-05-07
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18