C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrBicubicEffect.cpp
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-09 bsalomonMake addUniform take a precision
2014-12-04 joshualittRemove backend factories
2014-11-25 joshualittremove proc key
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-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-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-08-05 bsalomonReplace op== with CombineIfPossible in GrDrawState.
2014-07-30 kkinnunenRename GrGLUniformManager to GrGLProgramDataManager
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-05-20 commit-bot@chromiu... Centralize decision about whether to do bicubic filteri...
2013-12-16 commit-bot@chromiu... Use GrTextureDomain in GrBicubicEffect to perform non...
2013-12-10 commit-bot@chromiu... Make GrBicubicEffect take tile modes rather than GrText...
2013-12-02 commit-bot@chromiu... HQ filtering for tiled/bleed drawBitmap
2013-11-07 commit-bot@chromiu... Added support for Chrome's gpu command buffer extension...
2013-10-23 commit-bot@chromiu... use the supplied matrix instead of the texture w/h...
2013-10-23 commit-bot@chromiu... Implement SkColorFilter as a GrGLEffect
2013-10-02 bsalomon@google.comMake GPU coord transforms automatic
2013-09-09 commit-bot@chromiu... Change old PRG to be SkLCGRandom; change new one to...
2013-09-04 humper@google.comfix the onIsEqual method on the new bicubic effect...
2013-09-04 humper@google.comadd support for high quality image filtering on the GPU