C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrYUVtoRGBEffect.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-06 sugoiAdding linear interpolation to rgb->yuv conversion
2015-03-04 joshualittRevert of Adding linear interpolation to rgb->yuv conve...
2015-03-03 sugoiAdding linear interpolation to rgb->yuv conversion
2015-02-13 sugoiYUV scale fix
2015-02-13 jvanverthRevert of YUV scale fix (patchset #2 id:20001 of https...
2015-02-13 sugoiYUV scale fix
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-14 tfarinaCleanup: Mark some overridden methods with 'SK_OVERRIDE'.
2014-12-09 bsalomonUse threshold of 1 texture coord value per pixel w...
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-28 joshualittWorking patch to remove constant attributes. This...
2014-10-28 joshualittRevert of Patch to remove constant attributes (patchset...
2014-10-28 joshualittWorking patch to remove constant attributes. This...
2014-10-28 joshualittRevert of Patch to remove constant attributes (patchset...
2014-10-27 joshualittWorking patch to remove constant attributes. This...
2014-10-16 bsalomonAuto-compare GrProcessors' texture accesses in isEqual().
2014-10-15 egdanielMove willUseInputColor check to computeInvariantOutput
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-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-09-16 rileyaFix incorrect Rec601 YUV conversion matrix coefficient.
2014-09-13 rileyaAdd support for the Rec601 YUV color space to GrYUVtoRG...
2014-08-29 bsalomonMove MakeDivByTextureWHMatrix to GrCoordTransform
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-07-08 bsalomonRemove GrEffect::CreateEffectRef and GrEffect::AutoEffe...
2014-07-08 bsalomonMake GrDrawState and GrPaint take GrEffect* instead...
2014-07-07 sugoiYUV to RGB converter