summaryrefslogtreecommitdiff
path: root/gpu/effects/GrRRectEffect.cpp
AgeCommit message (Expand)Author
2014-04-30Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILcommit-bot@chromium.org
2014-04-09Do div-by-zero check for all gpus in ellipse/rr effects.commit-bot@chromium.org
2014-04-02Add effect for ellipse clipping.commit-bot@chromium.org
2014-03-28Add clip effect for circlescommit-bot@chromium.org
2014-03-25Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-03-24When clipping treat rrect corners where either the x or y radius is < 0.5 as ...commit-bot@chromium.org
2014-03-20Remove the now-unnecessary enum in the elliptical clipping effect.commit-bot@chromium.org
2014-03-17Add nine patch type to SkRRect.commit-bot@chromium.org
2014-03-13Attempt to fix -1->unsigned warning on mac 10.6bsalomon@google.com
2014-03-13Add effect-based clip for nine-patch SkRRects.commit-bot@chromium.org
2014-03-13Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-03-12Fix unit testsbsalomon@google.com
2014-03-12Fix for test failurerobertphillips@google.com
2014-03-12Add elliptical-corner rrect clip effect. Currently only handles the case wher...commit-bot@chromium.org
2014-03-11Fix radical assumption that 0.5 in double is exactly convertible to float.bsalomon@google.com
2014-03-11Handle rrects with one circular corner and three square corners in GrRRectEff...commit-bot@chromium.org
2014-03-10Use bitfield rather than distinct enum types for circular corners in RRectEff...commit-bot@chromium.org
2014-03-07Implement the clip as 4 or fewer GrEffects when possible.commit-bot@chromium.org
2014-03-06Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-03-05Unify edge type enums across GrEffect subclasses that clip rendering to a geo...commit-bot@chromium.org
2014-03-05Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-03-04Add GM that directly tests GrRRectEffect and add inverse fill version of effect.commit-bot@chromium.org
2014-02-21Add effect-based clipping for circular "tab" style rrects.commit-bot@chromium.org
2014-02-21Hide GrRRectEffect class from headercommit-bot@chromium.org
2014-02-19Add f suffix to 0.5 to fix mac 10.6 warningbsalomon@google.com
2014-02-19Analytic rrect clip for cicular corners, radius >= 0.5commit-bot@chromium.org