b8fff0dfce
Previously, we relied on ops to deduce whether a draw would have hardware coverage modulation as a result mixed samples. This is problematic because *any* draw can have mixed samples coverage if there is a multisampled stencil clip. No ops were checking for stencil clip, and most just said they never used mixed samples. Now that the only usecase for mixed samples is the stencil buffer, this CL makes the processorSet automatically deduce mixed samples coverage from the stencil settings and fsaaType. Bug: skia: Change-Id: Ib69b84bc03b12f6efb8e7d6ed721ae1612785315 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197281 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
Doxyfile | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.