index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkBlurImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
Swap SkGpuBlurUtils over to using SkIRects
robertphillips
2016-05-13
*
Make SkGpuBlurUtils::GaussianBlur more drawContext centric
robertphillips
2016-05-12
*
Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchse...
robertphillips
2016-05-11
*
Make SkGpuBlurUtils::GaussianBlur more drawContext centric
robertphillips
2016-05-11
*
Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchse...
scroggo
2016-05-11
*
Make SkGpuBlurUtils::GaussianBlur more drawContext centric
robertphillips
2016-05-11
*
Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of h...
robertphillips
2016-05-09
*
Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 ...
jvanverth
2016-05-06
*
Simplify SkGpuBlurUtils::GaussianBlur method
robertphillips
2016-05-06
*
Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface
robertphillips
2016-04-25
*
Begin removing deprecated (and now, unused) ImageFilter code paths
robertphillips
2016-04-20
*
Outline SkImageFilter Make methods
robertphillips
2016-04-17
*
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
brianosman
2016-04-13
*
Fix memory leak in SkBlurImageFilter
robertphillips
2016-04-08
*
Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points
robertphillips
2016-04-08
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Update SkBlurImageFilter to sk_sp
robertphillips
2016-04-04
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Update SkMergeImageFilter to sk_sp
robertphillips
2016-03-30
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Temporary fix for --preAbandonGpuContext bug
robertphillips
2016-03-28
*
Switch new SkImageFilter internal methods over to sk_sp
robertphillips
2016-03-24
*
Switch SkBlurImageFilter over to new onFilterImage interface
robertphillips
2016-03-24
*
Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patch...
robertphillips
2016-03-23
*
Switch SkBlurImageFilter over to new onFilterImage interface
robertphillips
2016-03-23
*
Change signatures of filter bounds methods to return a rect.
senorblanco
2016-03-21
*
Image filters: fix the zero-sigma fast path in SkBlurImageFilter.
senorblanco
2016-03-16
*
Mark existing image filter entry points that will be going away with Deprecated
robertphillips
2016-02-17
*
Image filters: change applyCropRect() to take a src rect.
senorblanco
2016-02-16
*
Fix zero-sized blur with crop rect.
senorblanco
2016-02-01
*
Refactor to use GrWrapTextureInBitmap more
robertphillips
2016-01-14
*
remove imagefilter::sizeconstraint
reed
2016-01-11
*
Fix filter primitive bounds computations.
senorblanco
2015-12-09
*
Make SkBlurImageFilter capable of cropping during blur (GPU path).
senorblanco
2015-11-10
*
Revert of Make SkBlurImageFilter capable of cropping during blur (GPU path). ...
egdaniel
2015-11-09
*
Make SkBlurImageFilter capable of cropping during blur (GPU path).
senorblanco
2015-11-05
*
Make SkBlurImageFilter capable of cropping during blur (raster path)
senorblanco
2015-11-02
*
Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #1...
senorblanco
2015-11-02
*
Make SkBlurImageFilter capable of cropping during blur (raster path)
senorblanco
2015-11-02
*
tunnel down texture-size-constraint to imagefilters
reed
2015-10-22
*
Image filters: Replace all use of tryAllocPixels() with createDevice().
senorblanco
2015-10-20
*
Image filters: refactor input GPU processing into filterInputGPU().
senorblanco
2015-10-16
*
Image Filters: refactor all CPU input processing into a filterInput helper fu...
senorblanco
2015-10-15
*
Port SkBlurImage opts to SkOpts.
mtklein
2015-08-04
*
Misc cleanup
robertphillips
2015-07-22
*
We don't use boxBlurY.
mtklein
2015-05-07
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
adding preabandon flag to DM
joshualitt
2015-02-25
*
Update ColorFilterImageFilter & BlurImageFilter debugger strings
robertphillips
2014-12-22
*
Add toString methods to SkImageFilter-derived classes
robertphillips
2014-12-19
[next]