commit | c43649962221c348d656d425a3fa9b29c78231d4 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Nov 07 15:54:49 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Nov 07 15:54:49 2011 +0000 |
tree | bf88793470f20fa99c9fb51971b90b5510a1a880 | |
parent | 6ff82553df07ec9502bfe5b4a97a2c2aaf15e39f [diff] [blame] |
[GPU] Add explicit byte order and PM vs. UPM 8888 configs Review URL: http://codereview.appspot.com/5347042/ git-svn-id: http://skia.googlecode.com/svn/trunk@2618 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrAtlas.cpp b/src/gpu/GrAtlas.cpp index 0838895..244f694 100644 --- a/src/gpu/GrAtlas.cpp +++ b/src/gpu/GrAtlas.cpp
@@ -141,7 +141,7 @@ case kA565_GrMaskFormat: return kRGB_565_GrPixelConfig; case kA888_GrMaskFormat: - return kRGBA_8888_GrPixelConfig; + return kSkia8888_PM_GrPixelConfig; default: GrAssert(!"unknown maskformat"); }