| Commit message (Expand) | Author | Age |
* | Rename some processor functions from GL to GLSL | egdaniel | 2015-11-13 |
* | Make all GrFragmentProcessors GL independent. | egdaniel | 2015-11-13 |
* | Bye bye processor data manager. | bsalomon | 2015-10-06 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces... | wangyix | 2015-08-18 |
* | Added registerChild; transforms, textures, glKey automatically handled. | wangyix | 2015-08-04 |
* | More threading of GrProcessorDataManager | joshualitt | 2015-07-09 |
* | Use GLSLCaps for creating processor keys and GLSL-specific programs | jvanverth | 2015-04-28 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. | tfarina | 2014-12-14 |
* | Remove GP from drawstate, revision of invariant output for GP | joshualitt | 2014-12-11 |
* | Revert of Remove GP from drawstate, revision of invariant output for GP (patc... | joshualitt | 2014-12-10 |
* | Remove GP from drawstate, revision of invariant output for GP | joshualitt | 2014-12-10 |
* | Remove backend factories | joshualitt | 2014-12-04 |
* | Move GrInvariantOutput out of GrProcessor and into its own class. | egdaniel | 2014-11-12 |
* | Push isEqual/onIsEqual down from GrProcessor to subclasses. | bsalomon | 2014-10-15 |
* | Create helper functions to use in computeInvariantOutput calls | egdaniel | 2014-10-13 |
* | Add isSingleComponent bool to getConstantColorComponent | egdaniel | 2014-10-03 |
* | Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #... | robertphillips | 2014-10-02 |
* | Add isSingleComponent bool to getConstantColorComponent | egdaniel | 2014-10-02 |
* | Patch to create a distinct geometry processor. The vast majority of this patch | joshualitt | 2014-09-23 |
* | Goodbye GrEffectRef. | bsalomon | 2014-07-08 |
* | Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. | bsalomon | 2014-07-08 |
* | 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 |