index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrConvolutionEffect.h
Commit message (
Expand
)
Author
Age
*
Small optimization for convolution shader: only apply the bounds check in dir...
senorblanco@chromium.org
2013-07-29
*
This patch implements a crop rect for SkImageFilter. It has been implemented ...
senorblanco@chromium.org
2013-07-24
*
Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...
robertphillips@google.com
2013-07-24
*
This patch implements a crop rect for SkImageFilter. It has been implemented ...
senorblanco@chromium.org
2013-07-22
*
Removed unused parameters
sugoi@google.com
2013-03-11
*
Fix spelling error.
bsalomon@google.com
2013-01-24
*
Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.
bsalomon@google.com
2013-01-22
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...
bsalomon@google.com
2013-01-17
*
Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...
bsalomon@google.com
2013-01-16
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
Make morphology, convolution, and table color filter opt out of default textu...
bsalomon@google.com
2012-11-02
*
Rename GrProgramStageFactory to GrBackendEffectFactory.
bsalomon@google.com
2012-10-25
*
GrGLProgramStage Renaming Part 3
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 3
bsalomon@google.com
2012-10-24
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Add morphology, convolution, single texture, texture domain effects to new un...
bsalomon@google.com
2012-08-03
*
Having updated the documentation of GrCustomStage to argue that all custom st...
tomhudson@google.com
2012-07-16
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
Tunnel name requests through factory, forcing custom effect and custom prog s...
bsalomon@google.com
2012-05-21
*
Some refactoring of GrCustomStage and friends
bsalomon@google.com
2012-05-18
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10