index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkBlurImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...
senorblanco@chromium.org
2013-02-04
*
This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...
senorblanco@chromium.org
2013-01-30
*
Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...
senorblanco@chromium.org
2013-01-10
*
Fix recursive GPU processing for SkImageFilter. Plumb through the
senorblanco@chromium.org
2012-09-27
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity
senorblanco@chromium.org
2012-08-20
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and
senorblanco@chromium.org
2012-08-01
*
Move SkColorTable into its own header and reduce includes in SkFlattenable.h
djsollen@google.com
2012-06-12
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...
reed@google.com
2012-01-05
*
Unreviewed. Fixing the Windows build, due to a non definition of M_PI.
schenney@chromium.org
2011-12-20
*
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