C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrRRectEffect.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-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-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-07-08 bsalomonRemove GrEffect::CreateEffectRef and GrEffect::AutoEffe...
2014-06-24 bsalomonMake GrGLShaderBuilder::fragmentPosition() return a...
2014-06-20 bsalomonStop referencing gl_FragCoord z and w components.
2014-04-30 commit-bot@chromiu... Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
2014-04-09 commit-bot@chromiu... Do div-by-zero check for all gpus in ellipse/rr effects.
2014-04-02 commit-bot@chromiu... Add effect for ellipse clipping.
2014-03-28 commit-bot@chromiu... Add clip effect for circles
2014-03-25 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-03-24 commit-bot@chromiu... When clipping treat rrect corners where either the...
2014-03-20 commit-bot@chromiu... Remove the now-unnecessary enum in the elliptical clipp...
2014-03-17 commit-bot@chromiu... Add nine patch type to SkRRect.
2014-03-13 bsalomon@google.comAttempt to fix -1->unsigned warning on mac 10.6
2014-03-13 commit-bot@chromiu... Add effect-based clip for nine-patch SkRRects.
2014-03-13 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-03-12 bsalomon@google.comFix unit tests
2014-03-12 robertphillips@goo... Fix for test failure
2014-03-12 commit-bot@chromiu... Add elliptical-corner rrect clip effect. Currently...
2014-03-11 bsalomon@google.comFix radical assumption that 0.5 in double is exactly...
2014-03-11 commit-bot@chromiu... Handle rrects with one circular corner and three square...
2014-03-10 commit-bot@chromiu... Use bitfield rather than distinct enum types for circul...
2014-03-07 commit-bot@chromiu... Implement the clip as 4 or fewer GrEffects when possible.
2014-03-06 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-03-05 commit-bot@chromiu... Unify edge type enums across GrEffect subclasses that...
2014-03-05 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-03-04 commit-bot@chromiu... Add GM that directly tests GrRRectEffect and add invers...
2014-02-21 commit-bot@chromiu... Add effect-based clipping for circular "tab" style...
2014-02-21 commit-bot@chromiu... Hide GrRRectEffect class from header
2014-02-19 bsalomon@google.comAdd f suffix to 0.5 to fix mac 10.6 warning
2014-02-19 commit-bot@chromiu... Analytic rrect clip for cicular corners, radius >= 0.5