skia2/dm
Mike Klein 515bda6811 support gray8 destinations on CPU
- fill in a couple switches to allow software to rasterize gray8
 - add a gray8 config to DM so we can test it
 - enable this config on some bots

Today we draw gray8 using SkRasterPipeline, loading it as {g,g,g,1}
and storing using the same fixed luma math as SkLumaColorFilter.
One day it'd be nice to use the color space's luma vector if present.

Can we support this on GPU?

Change-Id: I4ee661c8bd5f33f5db2433ffb6e1bc2483af8397
Reviewed-on: https://skia-review.googlesource.com/92681
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
2018-01-09 22:19:58 +00:00
..
DM.cpp support gray8 destinations on CPU 2018-01-09 22:19:58 +00:00
DMFontMgr.cpp DM: hide DM:FontMgr behind a factory 2017-11-14 16:24:44 +00:00
DMFontMgr.h DM: hide DM:FontMgr behind a factory 2017-11-14 16:24:44 +00:00
DMGpuSupport.h Drop support for OSMesa in test tools and remove build bot 2017-11-13 16:20:10 +00:00
DMGpuTestProcs.cpp Use GrContextFactories that produce a single GrContext in unit tests. 2017-11-15 22:03:07 +00:00
DMJsonWriter.cpp Move SkOSPath out of include/core. 2016-11-08 20:20:15 +00:00
DMJsonWriter.h Add gamma_correct option field to dm.json 2016-02-29 07:38:01 -08:00
DMSrcSink.cpp [skotty] Minor tools tweaks 2018-01-09 22:06:48 +00:00
DMSrcSink.h [skotty] Speculative g3 DM build fix 2017-12-31 22:20:40 +00:00