diff options
author | egdaniel <egdaniel@google.com> | 2014-12-17 11:22:37 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-17 11:22:37 -0800 |
commit | df795036fdff68d0c3e1d53d50e1e3777df88668 (patch) | |
tree | e02e868d163fcdf8a96e75d59cb4565cd6844aa2 /gyp | |
parent | 4b0a04fd78ddfe8f551a1b8b5d97cc855bc467a6 (diff) |
Add new complexclip3 gm.
This GM is used to test the combined clipping of a complex clip (packman shape)
and a simple one (circle). We loop over all combinations of clip ops, aa/bw clip,
and inverse/non-inverse clips.
This GM triggers a current bug in the gpu clipping code which fires an assert. Thus
the skipGPU flag is set until that bug is fixed.
BUG=skia:
Review URL: https://codereview.chromium.org/798793003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gmslides.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi index 61ba3acbc0..1b78cc0cec 100644 --- a/gyp/gmslides.gypi +++ b/gyp/gmslides.gypi @@ -54,6 +54,7 @@ '../gm/colorwheel.cpp', '../gm/complexclip.cpp', '../gm/complexclip2.cpp', + '../gm/complexclip3.cpp', '../gm/composeshader.cpp', #'../gm/conicpaths.cpp', '../gm/convexpaths.cpp', |