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
*
Fix int to float bug in shader on gpu Dotted Line cl
egdaniel
2014-07-02
*
Add the ability for gpu to render dotted lines (dashed line, 0 on interval, r...
egdaniel
2014-07-02
*
Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...
bsalomon
2014-06-24
*
Stop referencing gl_FragCoord z and w components.
bsalomon
2014-06-20
*
Fix shader code
krajcevski
2014-06-20
*
Simple GPU based dithering:
krajcevski
2014-06-19
*
Use vertex attributes for dash effect in gpu
egdaniel
2014-06-12
*
Gamma correction for distance field text.
jvanverth
2014-06-10
*
Revert of Gamma correction for distance field text. (https://codereview.chrom...
scroggo
2014-06-09
*
Gamma correction for distance field text.
jvanverth
2014-06-09
*
Centralize decision about whether to do bicubic filtering, and fallbacks to m...
commit-bot@chromium.org
2014-05-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-05-20
*
Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion
commit-bot@chromium.org
2014-05-19
*
Fix build error for windows for Dashing CL
commit-bot@chromium.org
2014-05-19
*
Add Dashing gpu effect for simple dashed lines
commit-bot@chromium.org
2014-05-19
*
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
commit-bot@chromium.org
2014-04-30
*
stop using deprecated bitmap::config for gpu
commit-bot@chromium.org
2014-04-23
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-15
*
Move distance field generation to the glyph cache.
commit-bot@chromium.org
2014-04-14
*
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
[next]