commit | 664a843e8bfba1b7b75d996ebcc40ccfccbd458a | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 25 15:24:55 2011 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 25 15:24:55 2011 +0000 |
tree | f39f5ff8e70542867c13f951c63b8b8f1815f327 | |
parent | 37a3133d2009b276f2126ccb61be1f69074cacb9 [diff] [blame] |
chrome always assumes BGRA for its textures git-svn-id: http://skia.googlecode.com/svn/trunk@724 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrGLConfig_chrome.h b/gpu/include/GrGLConfig_chrome.h index e2294c0..e61a66c 100644 --- a/gpu/include/GrGLConfig_chrome.h +++ b/gpu/include/GrGLConfig_chrome.h
@@ -14,6 +14,8 @@ #define GR_GL_FUNC #define GR_GL_PROC_ADDRESS(X) &X -//#define GR_GL_PROC_ADDRESS_HEADER + +// chrome always assumes BGRA +#define GR_GL_32BPP_COLOR_FORMAT GR_BGRA #endif