diff options
| author | 2009-08-07 19:10:22 -0700 | |
|---|---|---|
| committer | 2009-08-07 19:10:22 -0700 | |
| commit | 063ea26d60044be7cb2e5236b2784f1bb4f3ce7f (patch) | |
| tree | f73b2979645c688ba33de246b206bf2545f7c8a1 | |
| parent | 3e4690be46dcfefbe0091cb20454c9e2224b069f (diff) | |
| parent | 9fbeb7c6e2b48ea5ee5696e7f8062a4118329567 (diff) | |
Merge change 20530
* changes:
remove unused and confusing comment
| -rw-r--r-- | libs/surfaceflinger/Layer.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/surfaceflinger/Layer.cpp b/libs/surfaceflinger/Layer.cpp index 991615800d..d1142cca86 100644 --- a/libs/surfaceflinger/Layer.cpp +++ b/libs/surfaceflinger/Layer.cpp @@ -115,16 +115,6 @@ status_t Layer::setBuffers( uint32_t w, uint32_t h, if (flags & ISurfaceComposer::eSecure) bufferFlags |= Buffer::SECURE; - /* FIXME we need this code for msm7201A - if (bufferFlags & Buffer::GPU) { - // FIXME: this is msm7201A specific, as its GPU only supports - // BGRA_8888. - if (format == PIXEL_FORMAT_RGBA_8888) { - format = PIXEL_FORMAT_BGRA_8888; - } - } - */ - mSecure = (bufferFlags & Buffer::SECURE) ? true : false; mNeedsBlending = (info.h_alpha - info.l_alpha) > 0; for (int i=0 ; i<2 ; i++) { |