b1df5e5b32
SkRasterPipeline's support for gray8 is a bit odd. Loads are done directly, but stores are done using luminance_to_alpha and alpha stores. Since we kind of need that idosyncratic luminance_to_alpha code anyway, might as well commit to the gray-via-alpha strategy all the way. This replaces three somewhat complicated stages with two simple new ones. Change-Id: Ia63ebfb5616270055fd31a92cdfe78fb558d4051 Reviewed-on: https://skia-review.googlesource.com/c/163169 Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: Mike Klein <mtklein@google.com> Reviewed-by: Brian Osman <brianosman@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 | ||
.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.