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