aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gm.gni
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-06-22 11:00:17 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-22 19:46:51 +0000
commit0cc60b8bbd251efbeb374815395ea3e5fb62e184 (patch)
tree9c8cf5bd9610027a660ec5f34a5f4343a57f1176 /gn/gm.gni
parent915893167e69f79677b17f3f388072e65d80d083 (diff)
fix repeat/mirror sampling bleed
I think this has been broken since we tried to simplify this in https://skia-review.googlesource.com/16547 The HSW backend does still look a little wrong, but improved, and the others seem fixed. Can you see how this affects your test cases, layout tests, etc? BUG=skia:6783 Change-Id: I17957ac8100331bea5b64d674bf43105048b72f6 Reviewed-on: https://skia-review.googlesource.com/20548 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org> Reviewed-by: Herb Derby <herb@google.com>
Diffstat (limited to 'gn/gm.gni')
-rw-r--r--gn/gm.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/gm.gni b/gn/gm.gni
index ebd3712908..4fbf5af2a1 100644
--- a/gn/gm.gni
+++ b/gn/gm.gni
@@ -51,6 +51,7 @@ gm_sources = [
"$_gm/bmpfilterqualityrepeat.cpp",
"$_gm/bug5252.cpp",
"$_gm/bug6643.cpp",
+ "$_gm/bug6783.cpp",
"$_gm/bug530095.cpp",
"$_gm/bug615686.cpp",
"$_gm/cgm.c",