index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkBlurMaskFilter.cpp
Commit message (
Expand
)
Author
Age
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-01
*
Set the horizontal scanline to NULL when the vertical one fails
commit-bot@chromium.org
2014-01-31
*
release the scanline textures in GrRectBlurEffect
commit-bot@chromium.org
2014-01-31
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-31
*
fix auto-delete bug that crept in with new fast blur path; is causing
commit-bot@chromium.org
2014-01-31
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
patch from issue 119343003
commit-bot@chromium.org
2014-01-30
*
Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119...
commit-bot@chromium.org
2014-01-28
*
Perform the same analytic blur calculation on the GPU that we do on the CPU. ...
commit-bot@chromium.org
2014-01-27
*
No deduping dictionaries for matrices and regions.
commit-bot@chromium.org
2014-01-23
*
Use correct matrix to adjust blur radius for gpu
commit-bot@chromium.org
2014-01-13
*
Rename GPU functions on SkBlurMaskFilter and pass ctm.
commit-bot@chromium.org
2014-01-08
*
Code cleanup following recapture of skps
robertphillips@google.com
2013-12-03
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Fix memory leak in filterRRectToNine
robertphillips@google.com
2013-11-11
*
Add ability to ninepatch blurred rounded rectangle
scroggo@google.com
2013-11-08
*
Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNin...
robertphillips@google.com
2013-11-07
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Hamfisted "fix" for pinterest blur crash
robertphillips@google.com
2013-09-03
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-28
*
Blur refactoring
robertphillips@google.com
2013-08-27
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-31
*
Fix quickReject computation for blurs
robertphillips@google.com
2013-07-30
*
This patch implements a crop rect for SkImageFilter. It has been implemented ...
senorblanco@chromium.org
2013-07-24
*
Move gaussianBlur functionality to src\effects
robertphillips@google.com
2013-07-15
*
Make GrPaint have a variable sized array of color and coverage stages rather ...
commit-bot@chromium.org
2013-07-13
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-04
*
Fix for r9888 bug
robertphillips@google.com
2013-07-03
*
Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter
robertphillips@google.com
2013-07-03
*
Remove the non-separable blur because it is no longer used.
commit-bot@chromium.org
2013-06-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-19
*
Added toString to SkMaskFilter-derived classes
robertphillips@google.com
2013-03-18
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-12
*
fix preprocessor abuse on Windows
humper@google.com
2013-03-11
*
Plumb fast rectangle blur code into the skia mask filter
humper@google.com
2013-03-11
*
change SkMaskFilter methods to const, in preparation for making the class as
reed@google.com
2012-12-18
*
remove experimental setAsABlur, as it forces the instance to be mutable, and was
reed@google.com
2012-12-18
*
we do not correctly handle inner-style in blurmaskfilter w/ the 9patch
reed@google.com
2012-12-17
*
Turn on the separable blur (release the hounds!). This will require rebaseli...
senorblanco@chromium.org
2012-11-29
*
Modify the blur bench to add tests for high-quality blurs, and large non-inte...
senorblanco@chromium.org
2012-11-29
*
don't leak *every* src mask in the ninepatch case. doh.
reed@google.com
2012-11-27
*
limit the rects width/height as well as its coords, when avoiding too-large
reed@google.com
2012-11-21
*
Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...
senorblanco@chromium.org
2012-11-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-20
*
skip very large rects (for now) until we can pre-clip them to avoid floating
reed@google.com
2012-11-19
*
use SkPath::isNestedRects() to apply blurred nine-patch
reed@google.com
2012-11-19
*
Revert r6469, "Turn on separable blur."
senorblanco@chromium.org
2012-11-17
*
Turn on separable blur.
senorblanco@chromium.org
2012-11-16
[next]