34a2a76e20
Bug: skia:7353 Bug: skia:8235 This should fix the Wuffs bot. A recent change set SkWuffsCodec's SkEncodedInfo::Color to BGRA or RGBA even if they are opaque, which resulted in this assert firing. As has been brought up previously, SkEncodedInfo::Color is overspecified. The only code that cares about the type is SkSwizzler, which will treat the alpha as potentially non-opaque (whereas BGRX_Color (there is no RGBX_Color) ignores the alpha channel, which is important for some BMPs). TBR=reed@google.com Change-Id: I3396b53aef114e09513579f829c5b5345acba4f0 Reviewed-on: https://skia-review.googlesource.com/c/193028 Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Leon Scroggins <scroggo@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.