Introduce GrColorSpaceXform, for gamut conversion on textures
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrSimpleTextureEffect.h
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-06-09 bungemansk_sp for Ganesh.
2015-11-13 egdanielRename some processor functions from GL to GLSL
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-10-06 bsalomonBye bye processor data manager.
2015-09-15 bsalomonCreate fragment processor for performing input color...
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-04 joshualittRemove backend factories
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
2014-10-16 bsalomonAuto-compare GrProcessors' texture accesses in isEqual().
2014-10-15 bsalomonPush isEqual/onIsEqual down from GrProcessor to subclasses.
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-09-16 joshualittremoving GrDrawEffect
2014-09-16 joshualittRevert of removing GrDrawEffect (patchset #4 id:60001...
2014-09-16 joshualittremoving GrDrawEffect
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-07-08 bsalomonRemove GrEffect::CreateEffectRef and GrEffect::AutoEffe...
2013-10-02 bsalomon@google.comMake GPU coord transforms automatic
2013-09-30 commit-bot@chromiu... Add a GrCustomCoordsTextureEffect class
2013-08-17 tfarina@chromium.orgReplace uses of GrAssert by SkASSERT.
2013-07-25 humper@google.commake the filter mode for GrTextureAccess an enum so...
2013-03-20 bsalomon@google.comAttempt to reland 8264-5 with warning-as-error fixes.
2013-03-20 reed@google.comrevert 8265-8264 (broke build)
2013-03-20 bsalomon@google.comAdds local coords to GrEffect system.
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...