skia2/dm
msarett 438b2adefb ***Disables swizzles to 565.
We may want to enable swizzles to 565
for images that are encoded in a format
similar to 565, however, we do not want
to take images that decode naturally to
kN32 and then convert them to 565.

***Enable swizzles to kIndex_8.  For images
encoded in a color table format, we suggest
that they be decoded to kIndex_8.  When we
decode, we only allow conversion to kIndex_8
if it matches the suggested color type (except
wbmp which seems good as is).

***Modify dm to test images that decode to
kIndex_8.

BUG=skia:3257
BUG=skia:3440

Review URL: https://codereview.chromium.org/1055743003
2015-04-09 12:43:10 -07:00
..
DM.cpp ***Disables swizzles to 565. 2015-04-09 12:43:10 -07:00
DMGpuSupport.h Add copyright headers DM. 2015-03-25 07:11:02 -07:00
DMJsonWriter.cpp Fix DM -r 2015-04-07 08:48:39 -07:00
DMJsonWriter.h Update DM to allow Src's to have optional options. 2015-04-03 07:24:48 -07:00
DMSrcSink.cpp ***Disables swizzles to 565. 2015-04-09 12:43:10 -07:00
DMSrcSink.h ***Disables swizzles to 565. 2015-04-09 12:43:10 -07:00
DMSrcSinkAndroid.cpp Move HWUI boilerplate into utils/android 2015-03-27 12:22:01 -07:00
DMSrcSinkAndroid.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00