summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL
Commit message (Expand)AuthorAgeFilesLines
* Additional parameter validation for EGL functionsMichael Chock2012-09-121-6/+11
* EGL: do not use sparse files for shadervijay gupta2012-07-231-14/+15
* reduce PB size from 2MB to 512KBMathias Agopian2012-06-051-0/+47
* fix EGL_CLIENT_STRINGMathias Agopian2012-05-211-1/+1
* Disable EGL hibernation due to jankJesse Hall2012-05-042-7/+13
* Fix deadlock when cleaning objects in eglTerminateJesse Hall2012-04-172-29/+79
* Hibernate the EGL implementation when idleJesse Hall2012-04-096-17/+94
* Increment/decrement a counter around EGL callsJesse Hall2012-04-096-91/+169
* EGL: add GPU frame completion tracingJamie Gennis2012-04-063-3/+84
* debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is c...Mathias Agopian2012-03-253-1/+21
* gltrace: Expose a function to set OpenGL trace level.Siva Velusamy2012-03-092-17/+45
* Add tracing to various graphics components.Jamie Gennis2012-02-271-0/+5
* Don't wrap EGLImageKHR and EGLSyncKHR anymoreMathias Agopian2012-02-143-230/+35
* EGLConfig is now not remaped to an internal EGLConfigMathias Agopian2012-02-136-261/+54
* remove multiplexing of multiple EGL implementationMathias Agopian2012-02-1310-427/+258
* fix a dead-lock in eglMakeCurrentMathias Agopian2012-02-032-22/+54
* fix a race condition in eglMakeCurrent()Mathias Agopian2012-01-303-35/+52
* Merge "add all needed GL extension wrappers"Mathias Agopian2012-01-301-16/+34
|\
| * add all needed GL extension wrappersMathias Agopian2012-01-301-16/+34
* | add support for GL_EXT_debug_markerMathias Agopian2012-01-296-10/+84
|/
* hack up frame latency measurementJamie Gennis2012-01-241-0/+20
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-087-25/+25
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-063-6/+6
* gltrace: transport buffering and context managementSiva Velusamy2012-01-042-2/+8
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-034-25/+25
* Merge "glestrace: Framework for GLES tracing library"Siva Velusamy2011-12-026-48/+32
|\
| * glestrace: Framework for GLES tracing librarySiva Velusamy2011-12-026-48/+32
* | add a way to access the version string of the h/w implementation of EGLMathias Agopian2011-11-291-0/+8
|/
* Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1Jamie Gennis2011-11-211-2/+10
|\
| * EGL: Use cache sizes defined in the BoardConfigJamie Gennis2011-11-211-2/+10
* | EGL: default to swap interval 1Jamie Gennis2011-11-211-0/+5
|/
* Merge "EGL: fix blob cache extension detection" into ics-mr1Jamie Gennis2011-11-171-1/+1
|\
| * EGL: fix blob cache extension detectionJamie Gennis2011-11-171-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-143-41/+77
|/
* fix crash when validating an invalid EGL objectsMathias Agopian2011-11-146-41/+48
* Merge "EGL: add the ANDROID suffix to the blob cache ext" into ics-mr1Jamie Gennis2011-11-143-24/+26
|\
| * EGL: add the ANDROID suffix to the blob cache extJamie Gennis2011-11-113-24/+26
* | Merge "Terminate EGL when an app goes in the background" into ics-mr1Romain Guy2011-11-101-0/+2
|\ \ | |/ |/|
| * Terminate EGL when an app goes in the backgroundRomain Guy2011-11-101-0/+2
* | EGL: add deferred saving of the cacheJamie Gennis2011-11-082-0/+34
|/
* EGL: implement loading and saving the cacheJamie Gennis2011-11-083-5/+179
* EGL: use an in-memory the blob cacheJamie Gennis2011-11-073-16/+152
* EGL: Add stubs for EGL_ANDROID_blob_cacheJamie Gennis2011-11-044-0/+138
* don't log EGL errors due to unimplemented proprietary extensionsMathias Agopian2011-10-053-15/+24
* cleanup: fix typos in logsMathias Agopian2011-09-161-1/+1
* Add (support for) EGL_NV_system_time extension.Jonas Yang2011-09-132-0/+53
* add an option to EGL to dump stack traces on errorsMathias Agopian2011-09-062-4/+18
* opengl: EGL: special case for GLES emulationDavid 'Digit' Turner2011-09-021-0/+43
* this should fix the GL debuggerMathias Agopian2011-09-011-3/+3