commit | 55abaf5893ae015eab7b6013c133578883de7886 | [log] [tgz] |
---|---|---|
author | Chris Dalton <csmartdalton@google.com> | Tue Dec 08 10:25:13 2020 -0700 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Dec 10 17:12:38 2020 +0000 |
tree | 8050295c684aa11e5a4a4f58172a21a5cf4d30f8 | |
parent | 8655eab56c6c4ed98eed03aba8b173a66146be01 [diff] |
Add a stencil test for transparent tessellated strokes Initially we restricted tessellated stroking to opaque solid colors. This CL adds support for transparency by enabling a stencil test. The stencil test also allows us to use mixed samples. Bug: skia:10419 Change-Id: Ie40f3099d2b009f92ed49f7f43e5f269b1a479af Reviewed-on: https://skia-review.googlesource.com/c/skia/+/340798 Commit-Queue: Chris Dalton <csmartdalton@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>