commit | aa13223f54d1f55ba702582f61359f8b43782730 | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Wed May 24 15:27:46 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed May 24 19:52:05 2017 +0000 |
tree | 4474c8d48f039464c798768b3f03e13b39ed3d70 | |
parent | 6fee59b514c5f7b7ff34d63b294759dd0c1d4858 [diff] |
Allow for non opaque colors for src-over lcd fallback case in gpu Since skia is currently requiring the dst to be opaque for lcd draws this change is safe to make in terms of correctly. It will also be faster than the current shader based blending. Bug: chromium:725879 Change-Id: I0c14b80eb5ab819500afc55030df83d5ddbef94a Reviewed-on: https://skia-review.googlesource.com/17840 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>