commit | 351a7073fb60eb3534ec8c69ab263f057a124500 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Oct 05 18:20:39 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Oct 06 17:24:26 2009 -0700 |
tree | a054ba17c87524486ec48c6ac70854a5a5f64240 | |
parent | 6f5f5a095a5a4d42fc656cf8c1e6d0f67594f88d [diff] [blame] |
fix [2168528] enable glTexImage2D code path in SF for software-only buffers
diff --git a/libs/surfaceflinger/Layer.h b/libs/surfaceflinger/Layer.h index e176cfc..6f59241 100644 --- a/libs/surfaceflinger/Layer.h +++ b/libs/surfaceflinger/Layer.h
@@ -107,6 +107,7 @@ sp<Surface> mSurface; bool mSecure; + bool mNoEGLImageForSwBuffers; int32_t mFrontBufferIndex; bool mNeedsBlending; bool mNeedsDithering;