index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
Commit message (
Expand
)
Author
Age
*
Implement drawDRRect for GPU
commit-bot@chromium.org
2014-04-09
*
Do div-by-zero check for all gpus in ellipse/rr effects.
commit-bot@chromium.org
2014-04-09
*
SkNonCopyable should be used with private inheritance.
commit-bot@chromium.org
2014-04-07
*
Add LCD support for distance field text.
commit-bot@chromium.org
2014-04-03
*
Add effect for ellipse clipping.
commit-bot@chromium.org
2014-04-02
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-29
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
Add clip effect for circles
commit-bot@chromium.org
2014-03-28
*
Distance field fixes for Android
commit-bot@chromium.org
2014-03-26
*
Revert of Distance field fixes for Android (https://codereview.chromium.org/2...
commit-bot@chromium.org
2014-03-26
*
Distance field fixes for Android
commit-bot@chromium.org
2014-03-26
*
Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrec...
commit-bot@chromium.org
2014-03-25
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-25
*
When clipping treat rrect corners where either the x or y radius is < 0.5 as ...
commit-bot@chromium.org
2014-03-24
*
Remove the now-unnecessary enum in the elliptical clipping effect.
commit-bot@chromium.org
2014-03-20
*
Add nine patch type to SkRRect.
commit-bot@chromium.org
2014-03-17
*
Attempt to fix -1->unsigned warning on mac 10.6
bsalomon@google.com
2014-03-13
*
Add effect-based clip for nine-patch SkRRects.
commit-bot@chromium.org
2014-03-13
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-13
*
Fix unit tests
bsalomon@google.com
2014-03-12
*
Fix for test failure
robertphillips@google.com
2014-03-12
*
Add elliptical-corner rrect clip effect. Currently only handles the case wher...
commit-bot@chromium.org
2014-03-12
*
fix build error in chromium
commit-bot@chromium.org
2014-03-11
*
Drop executable flag from headers so that they can be packaged
robertphillips@google.com
2014-03-11
*
Fix radical assumption that 0.5 in double is exactly convertible to float.
bsalomon@google.com
2014-03-11
*
Handle rrects with one circular corner and three square corners in GrRRectEff...
commit-bot@chromium.org
2014-03-11
*
Use bitfield rather than distinct enum types for circular corners in RRectEff...
commit-bot@chromium.org
2014-03-10
*
Implement the clip as 4 or fewer GrEffects when possible.
commit-bot@chromium.org
2014-03-07
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-06
*
Unify edge type enums across GrEffect subclasses that clip rendering to a geo...
commit-bot@chromium.org
2014-03-05
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-05
*
Add GM that directly tests GrRRectEffect and add inverse fill version of effect.
commit-bot@chromium.org
2014-03-04
*
Make GrConvexPolyEffect support inverse fills and non-AA rects
commit-bot@chromium.org
2014-02-28
*
Add effect-based clipping for circular "tab" style rrects.
commit-bot@chromium.org
2014-02-21
*
Hide GrRRectEffect class from header
commit-bot@chromium.org
2014-02-21
*
Add f suffix to 0.5 to fix mac 10.6 warning
bsalomon@google.com
2014-02-19
*
Analytic rrect clip for cicular corners, radius >= 0.5
commit-bot@chromium.org
2014-02-19
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-15
*
Improved distance field sampling
commit-bot@chromium.org
2014-02-14
*
Specialize GrConvexPolyEffect for AA rects, use for AA clip rects.
commit-bot@chromium.org
2014-02-08
*
Add workaround for Xoom crashing after discard removed from shader.
commit-bot@chromium.org
2014-02-07
*
Make GMs aware of what tool they're being run in.
commit-bot@chromium.org
2014-02-07
*
Use GrConvexPolyEffect when clip is a single convex polygon
commit-bot@chromium.org
2014-02-04
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-31
*
Add convex polygon rendering effect and GM to test it.
commit-bot@chromium.org
2014-01-30
*
Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter draw...
commit-bot@chromium.org
2013-12-16
*
Make GrBicubicEffect take tile modes rather than GrTextureParams.
commit-bot@chromium.org
2013-12-10
*
cast -1 to Mode to avoid warning (enum compared to signed int)
reed@google.com
2013-12-09
*
Make texture domain a helper so that it can be incorporated into other effects.
commit-bot@chromium.org
2013-12-09
*
HQ filtering for tiled/bleed drawBitmap
commit-bot@chromium.org
2013-12-02
[next]