Go to file
Jamie Gennis bee205fd58 EGL: fix the ANativeWindow size/fmt override
This change fixes how the Android EGL layer overrides the size and
format of an ANativeWindow in eglCreateWindowSurface.  The new behavior
is to leave the size untouched when overriding the format.  The previous
behavior was to reset the ANativeWindow to use the default size set by
the ANativeWindow implementation.

It also adds two new 'perform' methods to the ANativeWindow interface:
set_buffers_dimensions and set_buffers_format, and redefines the
behavior of set_buffers_geometry to be the combination of these two new
methods.

Additionally, this change adds an error check for the return value of
the new native_window_set_buffers_format call, which required adding a
(stub) handler for to FramebufferNativeWindow.

Change-Id: I805c7ccd8d4730dfb132d10d8bc3fb058a0b9df1
2011-07-11 12:31:45 -07:00
cmds Revert "Add keychain user with special keystore access permissions" 2011-06-30 22:59:13 -07:00
include EGL: fix the ANativeWindow size/fmt override 2011-07-11 12:31:45 -07:00
libs EGL: fix the ANativeWindow size/fmt override 2011-07-11 12:31:45 -07:00
opengl EGL: fix the ANativeWindow size/fmt override 2011-07-11 12:31:45 -07:00
services/surfaceflinger fix screen on/off animation (again) 2011-07-08 14:37:06 -07:00
MODULE_LICENSE_APACHE2
NOTICE resolved conflicts for merge of adee6b35 to honeycomb-plus-aosp 2011-01-17 14:17:12 -08:00