Make all GrFragmentProcessors GL independent.
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrMatrixConvolutionEffect.h
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-10-06 bsalomonBye bye processor data manager.
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-08-04 wangyixAdded registerChild; transforms, textures, glKey automa...
2015-07-09 joshualittMore threading of GrProcessorDataManager
2015-04-28 jvanverthUse GLSLCaps for creating processor keys and GLSL-speci...
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-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-08-11 joshualitt2D kernel initial wiring for Guassian
2014-07-29 joshualittAdding repeat mode to texture domain
2014-07-22 joshualittInitial change to move 2D kernel to its own file.