replicant-frameworks_native/opengl/libs/EGL
Mathias Agopian fb87e54a9a fix a race condition in eglMakeCurrent()
it would happen when a context was made non-current, in this
case we would call the implementation's eglMakeCurrent() which
would succeed, if we're rescheduled at that point, another
eglMakeCurrent() could make that context current to another thread,
however, when we came back to the original call we would
overwrite egl_context_t internal state.

this is fixed by moving the critical section under
egl_display_t's lock.

Change-Id: I743c85696e13263d3a9570824940263df0caacdc
2012-01-30 18:20:52 -08:00
..
egl_cache.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
egl_cache.h EGL: add the ANDROID suffix to the blob cache ext 2011-11-11 13:17:03 -08:00
egl_display.cpp fix a race condition in eglMakeCurrent() 2012-01-30 18:20:52 -08:00
egl_display.h fix a race condition in eglMakeCurrent() 2012-01-30 18:20:52 -08:00
egl_entries.in
egl_object.cpp add support for GL_EXT_debug_marker 2012-01-29 22:22:09 -08:00
egl_object.h add support for GL_EXT_debug_marker 2012-01-29 22:22:09 -08:00
egl_tls.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
egl_tls.h glestrace: Framework for GLES tracing library 2011-12-02 15:30:17 -08:00
egl.cpp add support for GL_EXT_debug_marker 2012-01-29 22:22:09 -08:00
eglApi.cpp fix a race condition in eglMakeCurrent() 2012-01-30 18:20:52 -08:00
egldefs.h add support for GL_EXT_debug_marker 2012-01-29 22:22:09 -08:00
getProcAddress.cpp add all needed GL extension wrappers 2012-01-30 17:40:29 -08:00
Loader.cpp add support for GL_EXT_debug_marker 2012-01-29 22:22:09 -08:00
Loader.h
trace.cpp Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE 2012-01-03 22:38:27 +00:00