replicant-frameworks_native/opengl/libs
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
..
EGL don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
ETC1 Fix convert8To4, convert8To5 2011-12-09 14:06:07 -08:00
GLES2 Merge changes Ic344ef63,If9bb02be,Ic8f94634 2013-02-24 00:18:56 +00:00
GLES_CM Simplify OpenGL TLS access on ARM. 2013-02-13 17:30:54 -08:00
GLES_trace Merge changes Ic344ef63,If9bb02be,Ic8f94634 2013-02-24 00:18:56 +00:00
tools Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00
Android.mk Merge changes Ic344ef63,If9bb02be,Ic8f94634 2013-02-24 00:18:56 +00:00
debug.in Initial commit of GLESv2 debugger server 2011-03-03 18:28:43 -08:00
egl_impl.h Don't wrap EGLImageKHR and EGLSyncKHR anymore 2012-02-14 17:14:36 -08:00
entries.in Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00
enums.in Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00
glestrace.h gltrace: Add support for tracing running applications. 2012-12-20 10:38:47 -08:00
hooks.h Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00
trace.in Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00