skia2/src/images
Mike Klein ac568a934f 1010102, 101010x, 888x in sw
Same sort of deal as before, now with all three new formats.
While I was at it, I made sure RGBA 8888 and BGRA 8888 both work too.

We don't want the 101010's in lowp, but 888x should be fine.

After looking at the DM images on monitors at work, I decided to
re-enable dither even on 10-bit images.

Looking at the GMs in 888x or 101010x is interesting... I think we must
not be clearing the memory allocated for layers?  Seems like we want to
allocate layers as 8888?

Change-Id: I3a85b4f00877792a6425a7e7eb31eacb04ae9218
Reviewed-on: https://skia-review.googlesource.com/101640
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
2018-01-30 22:02:20 +00:00
..
SkImageEncoder.cpp centralize encoding to SkData 2017-12-09 01:36:48 +00:00
SkImageEncoderFns.h 1010102, 101010x, 888x in sw 2018-01-30 22:02:20 +00:00
SkImageEncoderPriv.h SkEncoder: Rename files, change webp API, for consistency 2017-05-05 18:56:46 +00:00
SkJpegEncoder.cpp remove SkColorSpace_Base 2018-01-26 19:52:20 +00:00
SkJPEGWriteUtility.cpp Fix setjmp/longjump usage in JPEG error handling 2017-12-04 14:08:04 +00:00
SkJPEGWriteUtility.h Add SK_API to APIs used by the android framework. 2017-09-21 18:14:36 +00:00
SkPngEncoder.cpp 1010102, 101010x, 888x in sw 2018-01-30 22:02:20 +00:00
SkWebpEncoder.cpp remove SkColorSpace_Base 2018-01-26 19:52:20 +00:00