commit | c6cd27cbf3ddec77cca97e5bd2b257f80ea99706 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Wed Feb 22 14:37:57 2012 -0800 |
committer | Dima Zavin <dima@android.com> | Wed Feb 22 15:44:46 2012 -0800 |
tree | 713ef624d646c2754db7a510ede8436aa55bcb64 | |
parent | 6861d94d4c9dfe50aa7c2f4094665071b8e2f001 [diff] |
libui: add ability to force a framebuffer format for EGL's use This does not actually change the framebuffer format. It merely fakes this format to surfaceflinger so that when it creates framebuffer surfaces it will use this format. It's really a giant HACK to allow interworking with buggy gralloc+GPU driver implementations. You should *NEVER* need to set this for shipping devices. Change-Id: I03eeb5b4d72838ef219df386ecc489fc20ab9cc7 Signed-off-by: Dima Zavin <dima@android.com>