Go to file
Mathias Agopian ca08833d5e don't use compile-time configuration of libgui as much as possible
We now detect at runtime which sync features to use, which
allows us to remove a lot of the compile-time configuration
options. There  is still one option though, to disable
KHR_fence_sync on some devices (which are more efficient
without it).

- added a backdoor to get the vendor's EGL strings

the new logic is:
- use always ANDROID_native_fence_sync if available
- fallback to KHR_fence_sync if available and not disabled
  by the compile-time option
- use KHR_wait_sync if available and either of the above is
  enabled

Change-Id: I9c4b49d9ff1151faf902cc93bd53ea5f205aaabf
2013-03-29 15:33:47 -07:00
build Fix issue #7271589: Cannot set Ocean HD live wallpaper 2012-10-03 11:27:19 -07:00
cmds atrace: add support for app tracing 2013-03-28 13:53:45 -07:00
data/etc Implement #8323587, #8323342, #8323590: new features. 2013-03-22 17:24:57 -07:00
include don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
libs don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
opengl don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
services don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
MODULE_LICENSE_APACHE2
NOTICE resolved conflicts for merge of adee6b35 to honeycomb-plus-aosp 2011-01-17 14:17:12 -08:00