commit | 79cdf28c51c8f8ff83575677419f95c0657fa077 | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Mon May 22 15:56:22 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon May 22 20:35:17 2017 +0000 |
tree | 3201d68565bfaa16b739c69a54311d12d7aa4c3e | |
parent | 4e3bc86a42f499343e8648d4d0dfe602b247db19 [diff] |
Fix to lcd blending in ganesh This fixes the bug where a src color may originally be opaque but after blending it is no longer opaque. We need to know the opacity after the blend so this restricts us on which blend modes even work this way. Bug: skia: Change-Id: Ib3208887d718e5f25272ed7b0bf44683d04884d7 Reviewed-on: https://skia-review.googlesource.com/17488 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>