summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/egl_display.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove files that moved to frameworks/nativeMathias Agopian2012-03-071-359/+0
* EGLConfig is now not remaped to an internal EGLConfigMathias Agopian2012-02-131-56/+8
* remove multiplexing of multiple EGL implementationMathias Agopian2012-02-131-75/+62
* fix a dead-lock in eglMakeCurrentMathias Agopian2012-02-031-22/+53
* fix a race condition in eglMakeCurrent()Mathias Agopian2012-01-301-0/+41
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* be a bit more defensive when parsing extension stringsMathias Agopian2011-11-161-9/+13
* rework a bit how we manage EGL extensionsMathias Agopian2011-11-141-0/+62
* fix crash when validating an invalid EGL objectsMathias Agopian2011-11-141-3/+5
* EGL: use an in-memory the blob cacheJamie Gennis2011-11-071-0/+1
* EGL: Add stubs for EGL_ANDROID_blob_cacheJamie Gennis2011-11-041-0/+3
* eglTerminate() now actually frees up all active egl objectsMathias Agopian2011-05-161-10/+17
* refactor EGL source codeMathias Agopian2011-05-161-0/+269