commit | 4afdf666fdb034834c48445570ed9d6f4133fc71 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Wed Oct 13 21:31:28 2010 -0700 |
committer | Romain Guy <romainguy@android.com> | Wed Oct 13 21:31:28 2010 -0700 |
tree | a957f9f7fc930ac5e7eed44b8849ecee9794c6ab | |
parent | 1b422d8cd8ed83b79e977a3afb99969cea4a6700 [diff] [blame] |
Color filters were ignored by the program cache fast path. Change-Id: I08f2f02d356234a674be778d088e0558fd49c849
diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index ec9851e..9cb13b3 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h
@@ -135,7 +135,7 @@ GLenum bitmapWrapT; // Color operations - int colorOp; + ColorModifier colorOp; SkXfermode::Mode colorMode; // Framebuffer blending (requires Extensions.hasFramebufferFetch())