summaryrefslogtreecommitdiff
path: root/effects/SkBlurMaskFilter.cpp
AgeCommit message (Expand)Author
2014-04-29add asAShadowBlur for android to drawlooperreed@google.com
2014-04-29fix leaks in blurrrect -- this should address the valgrind issues.commit-bot@chromium.org
2014-04-28Fast path for blurred round rects -- blur a small 9patch rect on the CPUcommit-bot@chromium.org
2014-04-28revert humper changescommit-bot@chromium.org
2014-04-28move common blur types into central headercommit-bot@chromium.org
2014-04-28Fast path for blurred round rects -- blur a small 9patch rect on the CPUcommit-bot@chromium.org
2014-04-28Revert of Fast path for blurred round rects -- blur a small 9patch rect on th...commit-bot@chromium.org
2014-04-28Fast path for blurred round rects -- blur a small 9patch rect on the CPUcommit-bot@chromium.org
2014-03-17Add nine patch type to SkRRect.commit-bot@chromium.org
2014-03-17Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/19...commit-bot@chromium.org
2014-03-17Add nine patch type to SkRRect.commit-bot@chromium.org
2014-03-13Allow toString capability to be toggled independent of developer mode.commit-bot@chromium.org
2014-03-10plumbing for GPU fast blurcommit-bot@chromium.org
2014-03-10plumb API for analytic rrect blurcommit-bot@chromium.org
2014-03-10remove legacy ifdef wrapping fast blurcommit-bot@chromium.org
2014-02-17replace SkBitmap::Config with SkColorType in gmscommit-bot@chromium.org
2014-02-16use SkColorType instead of SkBitmap::Config in views/effectscommit-bot@chromium.org
2014-02-01Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-01-31Set the horizontal scanline to NULL when the vertical one failscommit-bot@chromium.org
2014-01-31release the scanline textures in GrRectBlurEffectcommit-bot@chromium.org
2014-01-31Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-01-31fix auto-delete bug that crept in with new fast blur path; is causingcommit-bot@chromium.org
2014-01-30Refactor read and write buffers.commit-bot@chromium.org
2014-01-30patch from issue 119343003commit-bot@chromium.org
2014-01-28Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119...commit-bot@chromium.org
2014-01-27Perform the same analytic blur calculation on the GPU that we do on the CPU. ...commit-bot@chromium.org
2014-01-23No deduping dictionaries for matrices and regions.commit-bot@chromium.org
2014-01-13Use correct matrix to adjust blur radius for gpucommit-bot@chromium.org
2014-01-08Rename GPU functions on SkBlurMaskFilter and pass ctm.commit-bot@chromium.org
2013-12-03Code cleanup following recapture of skpsrobertphillips@google.com
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-11-11Fix memory leak in filterRRectToNinerobertphillips@google.com
2013-11-08Add ability to ninepatch blurred rounded rectanglescroggo@google.com
2013-11-07Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNin...robertphillips@google.com
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-09-03Hamfisted "fix" for pinterest blur crashrobertphillips@google.com
2013-08-28Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-08-27Blur refactoringrobertphillips@google.com
2013-07-31Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-30Fix quickReject computation for blursrobertphillips@google.com
2013-07-24This patch implements a crop rect for SkImageFilter. It has been implemented ...senorblanco@chromium.org
2013-07-15Move gaussianBlur functionality to src\effectsrobertphillips@google.com
2013-07-13Make GrPaint have a variable sized array of color and coverage stages rather ...commit-bot@chromium.org
2013-07-04Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-03Fix for r9888 bugrobertphillips@google.com
2013-07-03Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterrobertphillips@google.com
2013-06-11Remove the non-separable blur because it is no longer used.commit-bot@chromium.org
2013-03-19Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com