aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkGpuBlurUtils.cpp
Commit message (Expand)AuthorAge
* Make texture domain a helper so that it can be incorporated into other effects.Gravatar commit-bot@chromium.org2013-12-09
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Add can-ignore-rect hint to clear callGravatar robertphillips@google.com2013-10-31
* effects: Replaces uses of GrAssert with SkASSERT.Gravatar commit-bot@chromium.org2013-08-14
* Optimize the blur convolution by only applying domain clamping where necessar...Gravatar senorblanco@chromium.org2013-07-30
* Small optimization for convolution shader: only apply the bounds check in dir...Gravatar senorblanco@chromium.org2013-07-29
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* This patch implements a crop rect for SkImageFilter. It has been implemented ...Gravatar senorblanco@chromium.org2013-07-24
* Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...Gravatar robertphillips@google.com2013-07-24
* This patch implements a crop rect for SkImageFilter. It has been implemented ...Gravatar senorblanco@chromium.org2013-07-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-16
* Added newlines at the end of SkGpuBlurUtils.*Gravatar robertphillips@google.com2013-07-15
* Move gaussianBlur functionality to src\effectsGravatar robertphillips@google.com2013-07-15