aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkBlurMask.cpp
Commit message (Expand)AuthorAge
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* detach -> releaseGravatar mtklein2016-03-16
* Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Nei...Gravatar robertphillips2015-10-04
* Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor)Gravatar robertphillips2015-10-04
* Add special case circle blur for GaneshGravatar robertphillips2015-09-15
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* add asAShadowBlur for android to drawlooperGravatar reed@google.com2014-04-29
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUGravatar commit-bot@chromium.org2014-04-28
* revert humper changesGravatar commit-bot@chromium.org2014-04-28
* move common blur types into central headerGravatar commit-bot@chromium.org2014-04-28
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUGravatar commit-bot@chromium.org2014-04-28
* Revert of Fast path for blurred round rects -- blur a small 9patch rect on th...Gravatar commit-bot@chromium.org2014-04-28
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUGravatar commit-bot@chromium.org2014-04-28
* plumb API for analytic rrect blurGravatar commit-bot@chromium.org2014-03-10
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-31
* patch from issue 119343003Gravatar commit-bot@chromium.org2014-01-30
* Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119...Gravatar commit-bot@chromium.org2014-01-28
* Perform the same analytic blur calculation on the GPU that we do on the CPU. ...Gravatar commit-bot@chromium.org2014-01-27
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Remove some now-unused #ifdefs.Gravatar senorblanco@chromium.org2013-11-12
* Add test to exercise extreme blur sigmasGravatar robertphillips@google.com2013-09-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-28
* Blur refactoringGravatar robertphillips@google.com2013-08-27
* Fix quickReject computation for blursGravatar robertphillips@google.com2013-07-30
* Remove the non-separable blur because it is no longer used.Gravatar commit-bot@chromium.org2013-06-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-12
* add proper support for solid style, and temporarily turn off my change so the...Gravatar humper@google.com2013-03-11
* fix pad bug introduced during code cleanupGravatar humper@google.com2013-03-11
* fix build warningsGravatar humper@google.com2013-03-11
* Plumb fast rectangle blur code into the skia mask filterGravatar humper@google.com2013-03-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-21
* Fix compile errors in blur code on Windows.Gravatar jvanverth@google.com2013-02-20
* remove blur radius reinterpretation for now to make rebaselining simpler and ...Gravatar humper@google.com2013-02-20
* Complete the implementation of the faster blur; now supports all blur styles ...Gravatar humper@google.com2013-02-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-20
* Enable blur rounding (unreviewed).Gravatar senorblanco@chromium.org2013-02-19
* Add rounding to the separable blurs. This should ensure that the box blurs a...Gravatar senorblanco@chromium.org2013-02-19
* Fix leaks in blurrect benchs and gm.Gravatar bsalomon@google.com2013-01-11
* Cleaned up warnings in Windows build.Gravatar jvanverth@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-05
* Added a new function to directly generate a blurred rectangle analytically.Gravatar humper@google.com2013-01-04
* Modify the blur bench to add tests for high-quality blurs, and large non-inte...Gravatar senorblanco@chromium.org2012-11-29
* Implement radius interpolation for separable blur. Unroll both separable imp...Gravatar senorblanco@chromium.org2012-11-27
* Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...Gravatar senorblanco@chromium.org2012-11-20
* Separable blur: subpixel blurring. We approximate intermediate values of bl...Gravatar senorblanco@chromium.org2012-11-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-16
* Reorder the separable blur passes into XXX/YYY, with an image transpose on th...Gravatar senorblanco@chromium.org2012-11-15