aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrRRectEffect.cpp
Commit message (Expand)AuthorAge
* Allow GrGLEffects to produce variable length keys.Gravatar bsalomon2014-07-21
* This moves us towards variable length effect keys. The overall program key no...Gravatar bsalomon2014-07-11
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.Gravatar bsalomon2014-07-08
* Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...Gravatar bsalomon2014-06-24
* Stop referencing gl_FragCoord z and w components.Gravatar bsalomon2014-06-20
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Do div-by-zero check for all gpus in ellipse/rr effects.Gravatar commit-bot@chromium.org2014-04-09
* Add effect for ellipse clipping.Gravatar commit-bot@chromium.org2014-04-02
* Add clip effect for circlesGravatar commit-bot@chromium.org2014-03-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-25
* When clipping treat rrect corners where either the x or y radius is < 0.5 as ...Gravatar commit-bot@chromium.org2014-03-24
* Remove the now-unnecessary enum in the elliptical clipping effect.Gravatar commit-bot@chromium.org2014-03-20
* Add nine patch type to SkRRect.Gravatar commit-bot@chromium.org2014-03-17
* Attempt to fix -1->unsigned warning on mac 10.6Gravatar bsalomon@google.com2014-03-13
* Add effect-based clip for nine-patch SkRRects.Gravatar commit-bot@chromium.org2014-03-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-13
* Fix unit testsGravatar bsalomon@google.com2014-03-12
* Fix for test failureGravatar robertphillips@google.com2014-03-12
* Add elliptical-corner rrect clip effect. Currently only handles the case wher...Gravatar commit-bot@chromium.org2014-03-12
* Fix radical assumption that 0.5 in double is exactly convertible to float.Gravatar bsalomon@google.com2014-03-11
* Handle rrects with one circular corner and three square corners in GrRRectEff...Gravatar commit-bot@chromium.org2014-03-11
* Use bitfield rather than distinct enum types for circular corners in RRectEff...Gravatar commit-bot@chromium.org2014-03-10
* Implement the clip as 4 or fewer GrEffects when possible.Gravatar commit-bot@chromium.org2014-03-07
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-06
* Unify edge type enums across GrEffect subclasses that clip rendering to a geo...Gravatar commit-bot@chromium.org2014-03-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-05
* Add GM that directly tests GrRRectEffect and add inverse fill version of effect.Gravatar commit-bot@chromium.org2014-03-04
* Add effect-based clipping for circular "tab" style rrects.Gravatar commit-bot@chromium.org2014-02-21
* Hide GrRRectEffect class from headerGravatar commit-bot@chromium.org2014-02-21
* Add f suffix to 0.5 to fix mac 10.6 warningGravatar bsalomon@google.com2014-02-19
* Analytic rrect clip for cicular corners, radius >= 0.5Gravatar commit-bot@chromium.org2014-02-19