summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL
Commit message (Expand)AuthorAgeFilesLines
* Gfx-3d: fix GetProcAddress in egl extentionluliuhui2013-04-211-1/+4
* gltrace: Make sure device is debuggable.Siva Velusamy2012-11-201-0/+6
* Add runtime debugging capabilities to OpenGLRomain Guy2012-10-182-5/+137
* Update comments to reflect what the code actually doesRomain Guy2012-10-151-2/+2
* Add new debug option to force 4x MSAA in OpenGL ES 2.0 appsRomain Guy2012-10-151-0/+53
* assert -eng builds when calling a GL function without a contextMathias Agopian2012-09-261-2/+7
* Merge "EGL: add the EGL_ANDROID_framebuffer_target enum" into jb-mr1-devJamie Gennis2012-09-241-0/+1
|\
| * EGL: add the EGL_ANDROID_framebuffer_target enumJamie Gennis2012-09-241-0/+1
* | Merge "EGL: expose the EXT_create_context_robustness ext" into jb-mr1-devJamie Gennis2012-09-241-0/+1
|\ \ | |/
| * EGL: expose the EXT_create_context_robustness extJamie Gennis2012-09-241-0/+1
* | log an error when eglCreateContext() fails in an inconsistant wayMathias Agopian2012-09-241-0/+6
|/
* EGL: fix an extension string bugJamie Gennis2012-09-171-0/+4
* EGL: make max cache key size BoardConfig-ableJamie Gennis2012-09-121-1/+5
* EGL: Add the EGL_ANDROID_wait_sync extensionJamie Gennis2012-09-092-0/+17
* EGL: add the native_fence_sync extensionJamie Gennis2012-09-063-1/+17
* am 6e820eec: am 6f89ebde: Merge "EGL: do not use sparse files for shader"Jean-Baptiste Queru2012-08-201-14/+15
|\
| * EGL: do not use sparse files for shadervijay gupta2012-07-231-14/+15
* | Merge "don't error out when eglTerminate()ing an already terminated display"Mathias Agopian2012-06-131-1/+7
|\ \ | |/ |/|
| * don't error out when eglTerminate()ing an already terminated displayMathias Agopian2012-06-131-1/+7
* | 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