C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrConvolutionEffect.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-14 tfarinaCleanup: Mark some overridden methods with 'SK_OVERRIDE'.
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-10 joshualittRevert of Remove GP from drawstate, revision of invaria...
2014-12-10 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-04 joshualittRemove backend factories
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
2014-10-15 bsalomonPush isEqual/onIsEqual down from GrProcessor to subclasses.
2014-10-13 egdanielCreate helper functions to use in computeInvariantOutpu...
2014-10-03 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-10-02 robertphillipsRevert of Add isSingleComponent bool to getConstantColo...
2014-10-02 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-07-08 bsalomonRemove GrEffect::CreateEffectRef and GrEffect::AutoEffe...
2013-07-29 senorblanco@chromi... Small optimization for convolution shader: only apply...
2013-07-24 senorblanco@chromi... This patch implements a crop rect for SkImageFilter...
2013-07-24 robertphillips@goo... Reverting r10251 (Implement crop rect for SkImageFilter...
2013-07-22 senorblanco@chromi... This patch implements a crop rect for SkImageFilter...
2013-03-11 sugoi@google.comRemoved unused parameters
2013-01-24 bsalomon@google.comFix spelling error.
2013-01-22 bsalomon@google.comSwitch GrEffect::onIsEqual signature back to GrEffect...
2013-01-22 bsalomon@google.comLet them eat GrEffectRef.
2013-01-17 bsalomon@google.comRemove default implementation of GrEffect::isEqual...
2013-01-16 bsalomon@google.comChange some function/vars from EffectPtr to EffectRef...
2013-01-16 bsalomon@google.comWrap GrEffects in GrEffectPtr.
2012-11-02 bsalomon@google.comMake morphology, convolution, and table color filter...
2012-10-25 bsalomon@google.comRename GrProgramStageFactory to GrBackendEffectFactory.
2012-10-25 bsalomon@google.comGrGLProgramStage Renaming Part 3
2012-10-24 bsalomon@google.comGrCustomStage Renaming Part 3
2012-10-24 bsalomon@google.comCustomStage Renaming Part 1
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-08-03 bsalomon@google.comAdd morphology, convolution, single texture, texture...
2012-07-16 tomhudson@google.comHaving updated the documentation of GrCustomStage to...
2012-07-12 tomhudson@google.comIntroduces new SingleTextureEffect base class for GrCus...
2012-05-31 bsalomon@google.comImplement morphology as a custom effect
2012-05-21 bsalomon@google.comTunnel name requests through factory, forcing custom...
2012-05-18 bsalomon@google.comSome refactoring of GrCustomStage and friends
2012-05-10 tomhudson@google.comMove convolution from code in GrGLProgram to new GrConv...