af5f9f008d
It was used to sample clip masks using device coords. Replace with a more generic GrDeviceSpaceEffect that simply calls a child FP with sk_FragCoord. Also fix issue in GrQuadPerEdgeAA GP. It wouldn't setup coord transforms at all if they are all applied in the FS (explicit coords). Moreover, the GrGLSLGeometryProcessor::emitTransforms() helper required a valid VS var for local coords even when all FPs use explicit coords and wouldn't use a local coords var. Make CPP SkSL code gen for clone copy the explicit coord status of children. Change-Id: Ib8bb36028354405c8012f6e91e9eb46db75d16a6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/271658 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
RELEASE_NOTES.txt | ||
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.