skia2/dm
Mike Klein 5b9a037bf4 gbr- has been brg- this whole time...
Rewrite things to make that a little clearer.

A red pixel ends up in channel 2, what would naively draw as blue
without a rotation.  A green pixel ends up in channel 0, which would
naively draw as red without rotation.  A blue pixel ends up in channel
1, which would naively draw as green without this rotation.

So this transformation is:

   r -> b
   g -> r
   b -> g

i.e. rgb_to_brg

Change-Id: I12331ff2622194e34a44f421f656fbe4db5d3dca
Reviewed-on: https://skia-review.googlesource.com/65521
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2017-10-31 16:43:24 +00:00
..
DM.cpp gbr- has been brg- this whole time... 2017-10-31 16:43:24 +00:00
DMGpuSupport.h Add metal config to tools 2017-07-14 13:57:34 +00:00
DMGpuTestProcs.cpp DM: move skiatest functions into separate file. 2017-10-10 12:34:22 +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 gbr- has been brg- this whole time... 2017-10-31 16:43:24 +00:00
DMSrcSink.h DeferredDisplayList API proposal 2017-08-30 19:25:47 +00:00