C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrSimpleTextureEffect.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2014-12-18 bsalomonRemove GrCoordTransform::kPosition_CoordSet
2014-12-04 joshualittRemove backend factories
2014-11-25 joshualittremove proc key
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
2014-10-13 egdanielCreate helper functions to use in computeInvariantOutpu...
2014-10-09 joshualittFPs now use the correct builder types(just a rename)
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-18 joshualittChanges to remove program effects builder
2014-09-16 joshualittremoving GrDrawEffect
2014-09-16 joshualittRevert of removing GrDrawEffect (patchset #4 id:60001...
2014-09-16 joshualittremoving GrDrawEffect
2014-08-22 joshualittInitial refactor of shaderbuilder to prepare for geomet...
2014-07-21 bsalomonAllow GrGLEffects to produce variable length keys.
2014-07-11 bsalomonThis moves us towards variable length effect keys....
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-03-28 commit-bot@chromiu... SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from...
2013-10-02 bsalomon@google.comMake GPU coord transforms automatic
2013-09-30 commit-bot@chromiu... Add a GrCustomCoordsTextureEffect class
2013-09-30 commit-bot@chromiu... Revert "Add a requiresVertexShader method to GrGLEffect"
2013-09-09 commit-bot@chromiu... Change old PRG to be SkLCGRandom; change new one to...
2013-09-06 commit-bot@chromiu... Add a requiresVertexShader method to GrGLEffect
2013-08-30 commit-bot@chromiu... Isolate VertexBuilder from GrGLShaderBuilder
2013-08-30 commit-bot@chromiu... Rename ShaderType enum to ShaderVisibility
2013-08-28 commit-bot@chromiu... Fix case where GrGLEffectMatrix gives back a dangling...
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-04-18 bsalomon@google.comExpand modulate, add, subtract, extract component glsl...
2013-03-25 bsalomon@google.comMove nested class GrDrawTarget::Caps out as GrDrawTarge...
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-03-11 sugoi@google.comRemoved unused parameters
2013-03-07 bsalomon@google.comMake GrGLEffects use an interface to append their code.
2013-02-13 bsalomon@google.comUse SkMWRandom in GLPrograms test.
2013-01-22 bsalomon@google.comLet them eat GrEffectRef.
2013-01-17 bsalomon@google.comRemove default implementation of GrEffect::isEqual...