summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL
Commit message (Expand)AuthorAgeFilesLines
...
* | | | am f58475b5: am 60393d45: Merge "Add runtime debugging capabilities to OpenGL...Romain Guy2012-10-182-5/+137
|\ \ \ \ | |/ / /
| * | | am 60393d45: Merge "Add runtime debugging capabilities to OpenGL" into jb-mr1...Romain Guy2012-10-182-5/+137
| |\ \ \ | | |/ /
| | * | Add runtime debugging capabilities to OpenGLRomain Guy2012-10-182-5/+137
* | | | am 23bcd8d2: am 825a9a2d: Merge "Update comments to reflect what the code act...Romain Guy2012-10-161-2/+2
|\ \ \ \ | |/ / /
| * | | am 825a9a2d: Merge "Update comments to reflect what the code actually does" i...Romain Guy2012-10-161-2/+2
| |\ \ \ | | |/ /
| | * | Update comments to reflect what the code actually doesRomain Guy2012-10-151-2/+2
* | | | am 49fe8add: am b96fe085: Merge "Add new debug option to force 4x MSAA in Ope...Romain Guy2012-10-151-0/+53
|\ \ \ \ | |/ / /
| * | | am b96fe085: Merge "Add new debug option to force 4x MSAA in OpenGL ES 2.0 ap...Romain Guy2012-10-151-0/+53
| |\ \ \ | | |/ /
| | * | Add new debug option to force 4x MSAA in OpenGL ES 2.0 appsRomain Guy2012-10-151-0/+53
* | | | gltrace: Do not start gltrace from early_egl_init.Siva Velusamy2012-10-101-1/+0
|/ / /
* | | am 1e83690c: Merge "assert -eng builds when calling a GL function without a c...Mathias Agopian2012-09-261-2/+7
|\ \ \ | |/ /
| * | assert -eng builds when calling a GL function without a contextMathias Agopian2012-09-261-2/+7
* | | am 2f45d746: Merge "EGL: add the EGL_ANDROID_framebuffer_target enum" into jb...Jamie Gennis2012-09-241-0/+1
|\ \ \ | |/ /
| * | 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
* | | | am 363847d4: Merge "EGL: expose the EXT_create_context_robustness ext" into j...Jamie 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
* | | | am 500407a2: log an error when eglCreateContext() fails in an inconsistant wayMathias Agopian2012-09-241-0/+6
|\ \ \ \ | |/ / /
| * | | log an error when eglCreateContext() fails in an inconsistant wayMathias Agopian2012-09-241-0/+6
| |/ /
* | | am 98838aa0: am 77af25b6: Merge "Return back-end result from eglDestroyImageKHR"Mathias Agopian2012-09-241-2/+3
|\ \ \ | |/ / |/| |
| * | Return back-end result from eglDestroyImageKHRSteven Holte2012-09-121-2/+3
| |/
* | 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