OSDN Git Service

fix external displays
authorMathias Agopian <mathias@google.com>
Tue, 18 Sep 2012 08:21:55 +0000 (01:21 -0700)
committerMathias Agopian <mathias@google.com>
Tue, 18 Sep 2012 08:21:55 +0000 (01:21 -0700)
commitd870703d5566490cfdfb389d9336b2b8d3c6cc7a
tree515dfd2a7cc98ae7f84eb83fa09ed2819ee11ac6
parent41cb1b5f673b7f73e7f781b9f51ed095085dfdcd
fix external displays

we were not calling eglSwapBuffers() on external displays
because they can't use HWC which caused us to think they
didn't have GLES composition.

Change-Id: I6cef4ae40b138412d2e6f2acda33c9d222b03a83
services/surfaceflinger/DisplayDevice.cpp