aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkBlurMaskFilter.cpp
Commit message (Expand)AuthorAge
* Remove SkDebugf that is gumming up the bot logsGravatar commit-bot@chromium.org2014-05-21
* fix off-by-one error in texture coordinate calculations for rrect gpuGravatar commit-bot@chromium.org2014-05-19
* expose ConvertRadiusToSigma to aid clients in the API transition to sigmaGravatar commit-bot@chromium.org2014-05-01
* add asAShadowBlur for android to drawlooperGravatar reed@google.com2014-04-29
* fix leaks in blurrrect -- this should address the valgrind issues.Gravatar commit-bot@chromium.org2014-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
* Add nine patch type to SkRRect.Gravatar commit-bot@chromium.org2014-03-17
* Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/19...Gravatar commit-bot@chromium.org2014-03-17
* Add nine patch type to SkRRect.Gravatar commit-bot@chromium.org2014-03-17
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* plumbing for GPU fast blurGravatar commit-bot@chromium.org2014-03-10
* plumb API for analytic rrect blurGravatar commit-bot@chromium.org2014-03-10
* remove legacy ifdef wrapping fast blurGravatar commit-bot@chromium.org2014-03-10
* replace SkBitmap::Config with SkColorType in gmsGravatar commit-bot@chromium.org2014-02-17
* use SkColorType instead of SkBitmap::Config in views/effectsGravatar commit-bot@chromium.org2014-02-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-01
* Set the horizontal scanline to NULL when the vertical one failsGravatar commit-bot@chromium.org2014-01-31
* release the scanline textures in GrRectBlurEffectGravatar commit-bot@chromium.org2014-01-31
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-31
* fix auto-delete bug that crept in with new fast blur path; is causingGravatar commit-bot@chromium.org2014-01-31
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* 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
* No deduping dictionaries for matrices and regions.Gravatar commit-bot@chromium.org2014-01-23
* Use correct matrix to adjust blur radius for gpuGravatar commit-bot@chromium.org2014-01-13
* Rename GPU functions on SkBlurMaskFilter and pass ctm.Gravatar commit-bot@chromium.org2014-01-08
* Code cleanup following recapture of skpsGravatar robertphillips@google.com2013-12-03
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Fix memory leak in filterRRectToNineGravatar robertphillips@google.com2013-11-11
* Add ability to ninepatch blurred rounded rectangleGravatar scroggo@google.com2013-11-08
* Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNin...Gravatar robertphillips@google.com2013-11-07
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Hamfisted "fix" for pinterest blur crashGravatar robertphillips@google.com2013-09-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-28
* Blur refactoringGravatar robertphillips@google.com2013-08-27
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-31
* Fix quickReject computation for blursGravatar robertphillips@google.com2013-07-30
* This patch implements a crop rect for SkImageFilter. It has been implemented ...Gravatar senorblanco@chromium.org2013-07-24
* Move gaussianBlur functionality to src\effectsGravatar robertphillips@google.com2013-07-15
* Make GrPaint have a variable sized array of color and coverage stages rather ...Gravatar commit-bot@chromium.org2013-07-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-04
* Fix for r9888 bugGravatar robertphillips@google.com2013-07-03