index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
effects
/
SkMatrixConvolutionImageFilter.h
Commit message (
Expand
)
Author
Age
*
Sanitize SkMatrixConvolutionImageFilter creation params.
senorblanco
2014-09-29
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Reimplement deserialization of SkImageFilter's uniqueID.
senorblanco
2014-08-26
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Initial change to move 2D kernel to its own file.
joshualitt
2014-07-22
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
*
Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag.
commit-bot@chromium.org
2014-05-15
*
Implement bounds traversals for tile and matrix convolution filters.
senorblanco@chromium.org
2014-04-29
*
Implement support for a Context parameter in image filters
senorblanco@chromium.org
2014-03-14
*
Factory methods for heap-allocated SkImageFilter objects.
commit-bot@chromium.org
2014-03-10
*
Make SkImageFilter methods const.
commit-bot@chromium.org
2014-02-05
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Implement crop rect support for SkMatrixConvolutionImageFilter.
senorblanco@chromium.org
2013-10-18
*
In image filters, apply the CTM and offset to the crop rect. This is necessar...
senorblanco@chromium.org
2013-08-27
*
Implement crop rect for lighting image filters. Changes for the CPU path were...
senorblanco@chromium.org
2013-07-26
*
Allow single-pass filters (which use asNewEffect()) to participate in the ima...
senorblanco@chromium.org
2013-04-08
*
Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...
senorblanco@chromium.org
2013-02-04
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
GrCustomStage Renaming Part 5
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 4
bsalomon@google.com
2012-10-24
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Export effects classes with SK_API.
tfarina@chromium.org
2012-10-12
*
Implement GPU path for matrix convolution. Note that when not convolving alpha,
senorblanco@chromium.org
2012-10-04
*
This patch adds support for optional processing of the alpha channel in
senorblanco@chromium.org
2012-09-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-19
*
Implements a matrix convolution filter (raster path only). The filtering loop
senorblanco@chromium.org
2012-09-18