Go to file
Andy McFadden 27ec5739bc Fix crashes after HDMI disconnect
The display was being removed from SurfaceFlinger's list before we
had a chance to reset HWComposer's layer list, so we were passing
stale data into the hardware composer (which has its own per-display
data).  This resulted in "invalid gralloc handle" complaints.
We now clear the layer list immediately after removing the display.

The display was being removed while its EGLSurface was still
"current", resulting in "cancelBuffer: BufferQueue has been
abandoned" complaints.  We now call makeCurrent on the primary
display before removing the external display.

Bug 7274254

Change-Id: Ia59e3a61d7ec46488b96bf93ec5e4ed3488b70e4
2012-10-04 02:02:23 -07:00
build Fix issue #7271589: Cannot set Ocean HD live wallpaper 2012-10-03 11:27:19 -07:00
cmds Include Global table in bugreports. 2012-10-01 12:52:42 -07:00
data/etc Add android.hardware.camera.any feature to camera permissions. 2012-09-23 09:53:51 -07:00
include Add Fence::waitForever which logs a warning timeout, and use it 2012-10-02 16:29:46 -07:00
libs libgui: enable fence support for exynos5 2012-10-03 15:55:14 -07:00
opengl Re-enable FAST_TLS in gl2 code 2012-09-28 11:56:48 -07:00
services Fix crashes after HDMI disconnect 2012-10-04 02:02:23 -07:00
MODULE_LICENSE_APACHE2
NOTICE