replicant-frameworks_native/opengl
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
..
include update GLES headers and add support for corresponding new extensions. 2012-01-28 20:41:35 -08:00
libagl Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
libs fix a race condition in eglMakeCurrent() 2012-01-30 18:20:52 -08:00
specs add a way to access the version string of the h/w implementation of EGL 2011-11-29 18:00:35 -08:00
tests Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
tools/glgen GLES: add image external enums 2011-11-15 11:35:46 -08:00