aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects
Commit message (Expand)AuthorAge
...
* Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrec...Gravatar commit-bot@chromium.org2014-03-25
* 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 build error in chromiumGravatar commit-bot@chromium.org2014-03-11
* Drop executable flag from headers so that they can be packagedGravatar robertphillips@google.com2014-03-11
* 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
* Make GrConvexPolyEffect support inverse fills and non-AA rectsGravatar commit-bot@chromium.org2014-02-28
* 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
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-15
* Improved distance field samplingGravatar commit-bot@chromium.org2014-02-14
* Specialize GrConvexPolyEffect for AA rects, use for AA clip rects.Gravatar commit-bot@chromium.org2014-02-08
* Add workaround for Xoom crashing after discard removed from shader.Gravatar commit-bot@chromium.org2014-02-07
* Make GMs aware of what tool they're being run in.Gravatar commit-bot@chromium.org2014-02-07
* Use GrConvexPolyEffect when clip is a single convex polygonGravatar commit-bot@chromium.org2014-02-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-31
* Add convex polygon rendering effect and GM to test it.Gravatar commit-bot@chromium.org2014-01-30
* Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter draw...Gravatar commit-bot@chromium.org2013-12-16
* Make GrBicubicEffect take tile modes rather than GrTextureParams.Gravatar commit-bot@chromium.org2013-12-10
* cast -1 to Mode to avoid warning (enum compared to signed int)Gravatar reed@google.com2013-12-09
* Make texture domain a helper so that it can be incorporated into other effects.Gravatar commit-bot@chromium.org2013-12-09
* HQ filtering for tiled/bleed drawBitmapGravatar commit-bot@chromium.org2013-12-02
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* Speed up GrResourceCache lookup by inlining GrBinHashKey comparisonsGravatar commit-bot@chromium.org2013-11-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-12
* Hook in rough distance field support for fontsGravatar jvanverth@google.com2013-11-11
* Added support for Chrome's gpu command buffer extension BindUniformLocation.Gravatar commit-bot@chromium.org2013-11-07
* use the supplied matrix instead of the texture w/h div for the bicubic GPU ef...Gravatar commit-bot@chromium.org2013-10-23
* Implement SkColorFilter as a GrGLEffectGravatar commit-bot@chromium.org2013-10-23
* GrTHashCache -> GrTHashTableGravatar mtklein@google.com2013-10-21
* Express (GLSL expression, possibly known value) pairs as a classGravatar commit-bot@chromium.org2013-10-10
* Move VertexBuilder to a GrGLFullShaderBuilder subclassGravatar commit-bot@chromium.org2013-10-04