aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-12-18 12:53:37 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-18 12:53:37 -0800
commit8142a57fa1bf582b66efde276cd43d40c525bc16 (patch)
tree8e33a06139a5ff5eefa80deaa53f61d6726d8eb1
parent68331cd92a6dd09fb7b70a93b1e3cbe22916ef67 (diff)
enable new gradients + suppress gms for now
BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/807513004
-rw-r--r--expectations/gm/ignored-tests.txt11
-rw-r--r--src/effects/gradients/SkClampRange.h2
2 files changed, 11 insertions, 2 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt
index 5ee655fcb7..508077f884 100644
--- a/expectations/gm/ignored-tests.txt
+++ b/expectations/gm/ignored-tests.txt
@@ -51,6 +51,17 @@ imagemagnifier
#reed
modecolorfilters
+#reed
+gammagradienttext
+composeshader_alpha
+composeshader
+c_gms
+alphagradients
+arithmode
+colorcube
+lightingcolorfilter
+
+
#joshualitt
bleed
blurrects
diff --git a/src/effects/gradients/SkClampRange.h b/src/effects/gradients/SkClampRange.h
index a71009d654..2f7bf6e09a 100644
--- a/src/effects/gradients/SkClampRange.h
+++ b/src/effects/gradients/SkClampRange.h
@@ -11,8 +11,6 @@
#include "SkFixed.h"
#include "SkScalar.h"
-#define SK_SUPPORT_LEGACY_GRADIENT_PRECISION
-
#ifdef SK_SUPPORT_LEGACY_GRADIENT_PRECISION
#define SkGradFixed SkFixed
#define SkScalarToGradFixed SkScalarToFixed