diff options
author | Mike Klein <mtklein@chromium.org> | 2017-06-22 11:00:17 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-06-22 19:46:51 +0000 |
commit | 0cc60b8bbd251efbeb374815395ea3e5fb62e184 (patch) | |
tree | 9c8cf5bd9610027a660ec5f34a5f4343a57f1176 /gn | |
parent | 915893167e69f79677b17f3f388072e65d80d083 (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')
-rw-r--r-- | gn/gm.gni | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |