index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
effects
/
SkBlurImageFilter.h
Commit message (
Expand
)
Author
Age
*
Refactor SkImageFilter into its own .cpp file.
senorblanco@chromium.org
2012-08-20
*
Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity
senorblanco@chromium.org
2012-08-20
*
Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and
senorblanco@chromium.org
2012-08-01
*
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
*
Cleanup Macros arround static initializers for SkFlattenable.
djsollen@google.com
2012-03-23
*
add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...
reed@google.com
2012-01-05
*
A software implementation of the Gaussian blur filter, using 3 box blurs. Also
senorblanco@chromium.org
2011-12-20
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.
senorblanco@chromium.org
2011-11-16
*
Implement Gaussian blurs for images. The caller creates an an
senorblanco@chromium.org
2011-11-09