d2ca0473f6
This is likely our best widely portable option for encoding wide gamut colors that doesnt sacrifice too much performance. The benchmark uses them as we're likely to do: 4.12 fixed point, in the destination color space. We're using SINT vertex attributes for simplicity, so the encode and decode are simple multiply/divide by 4096. Bug: skia: Change-Id: I9b544f3e187b775d81f83dc9dd44611570ad33c2 Reviewed-on: https://skia-review.googlesource.com/155001 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: 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.