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 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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-10
*
add entry-point to SkMaskFilter to fast-path rectangles.
reed@google.com
2012-11-09
*
Fix for Chrome mac_gpu compiler failure
robertphillips@google.com
2012-11-08
*
Add temporary interfaces in blur and clip to
caryclark@google.com
2012-11-07
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
privatize SkBuffer.h
mike@reedtribe.org
2012-08-13
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Create macro for registering classes for deserialization
djsollen@google.com
2012-03-26
*
Upstream changes from Android repository.
djsollen@google.com
2012-03-21
*
extend fastbounds impls to include maskfilters and drawloopers. This allows
reed@google.com
2012-01-30
*
detect (and reject) if radius ia NaN, by using !(radius > 0) instead of (radi...
reed@google.com
2012-01-11
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
Make asBlur method const.
bungeman@google.com
2011-10-04
*
Now that layout tests are fixed, remove flag to ignore margin fix.
bungeman@google.com
2011-10-04
*
Ignore blur margin fix flag for backward bug compatibility.
bungeman@google.com
2011-09-06
*
Reduce size of filter mask.
bungeman@google.com
2011-09-02
*
style cleanup
reed@google.com
2011-08-12
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add asABlur() to maskfilters, so devices like gpu and pdf can query them.
reed@google.com
2011-07-07
*
[Committed on behalf of junov@chromium.org]
senorblanco@chromium.org
2011-02-18
*
Patch by Mike Lawther (mikelawther@chromium.org).
senorblanco@chromium.org
2010-12-06
*
add sanity checks to handles extremely large coordinates or filter margins.
reed@android.com
2009-03-16
*
grab from latest android
reed@android.com
2008-12-17