summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/Layer.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-04-27 18:50:06 -0700
committerMathias Agopian <mathias@google.com>2009-04-27 18:50:06 -0700
commit0c6b5f6ec38b14add24c44360aa60d91ab61ff34 (patch)
tree3011653554fcbadf48896278846231199f5a8bcf /libs/surfaceflinger/Layer.cpp
parent17f213bc528cf296e133e9ec9c9e0ce5dce41781 (diff)
downloadframeworks_base-0c6b5f6ec38b14add24c44360aa60d91ab61ff34.zip
frameworks_base-0c6b5f6ec38b14add24c44360aa60d91ab61ff34.tar.gz
frameworks_base-0c6b5f6ec38b14add24c44360aa60d91ab61ff34.tar.bz2
fix 1803886 android15 Translucent GLSurfaceView demo does not display properly
Diffstat (limited to 'libs/surfaceflinger/Layer.cpp')
-rw-r--r--libs/surfaceflinger/Layer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaceflinger/Layer.cpp b/libs/surfaceflinger/Layer.cpp
index f65d669..96395a8 100644
--- a/libs/surfaceflinger/Layer.cpp
+++ b/libs/surfaceflinger/Layer.cpp
@@ -108,7 +108,7 @@ status_t Layer::setBuffers( Client* client,
// we always force a 4-byte aligned bpr.
uint32_t alignment = 1;
- if (flags & ISurfaceComposer::eGPU) {
+ if ((flags & ISurfaceComposer::eGPU) && (mFlinger->getGPU() != 0)) {
// FIXME: this value should come from the h/w
alignment = 8;
// FIXME: this is msm7201A specific, as its GPU only supports