| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | reduce PB size from 2MB to 512KB | Mathias Agopian | 2012-06-05 | 2 | -1/+53 |
* | | | gltrace: Fixup vertex attrib pointers only for GLES2 | Siva Velusamy | 2012-06-11 | 3 | -3/+22 |
| |/
|/| |
|
* | | Add the EGL_ANDROID_fence_sync spec. | Jamie Gennis | 2012-05-30 | 2 | -1/+217 |
|/ |
|
* | Implement the EGL_KHR_fence_sync in libagl | Jesse Hall | 2012-05-22 | 2 | -0/+78 |
* | fix EGL_CLIENT_STRING | Mathias Agopian | 2012-05-21 | 2 | -2/+2 |
* | gltrace: Allow receiving commands of length > 4 | Siva Velusamy | 2012-05-16 | 3 | -9/+53 |
* | Disable EGL hibernation due to jank | Jesse Hall | 2012-05-04 | 3 | -7/+17 |
* | gldebugger: Allow connections from root user | Siva Velusamy | 2012-04-26 | 1 | -2/+3 |
* | Merge "Added an EGLTest for eglTerminate" | Mathias Agopian | 2012-04-19 | 2 | -0/+33 |
|\ |
|
| * | Added an EGLTest for eglTerminate | Daniel Lam | 2012-04-16 | 2 | -0/+33 |
* | | Fix deadlock when cleaning objects in eglTerminate | Jesse Hall | 2012-04-17 | 2 | -29/+79 |
|/ |
|
* | Hibernate the EGL implementation when idle | Jesse Hall | 2012-04-09 | 7 | -18/+102 |
* | Increment/decrement a counter around EGL calls | Jesse Hall | 2012-04-09 | 6 | -91/+169 |
* | EGL: add GPU frame completion tracing | Jamie Gennis | 2012-04-06 | 3 | -3/+84 |
* | Merge "frameworks/native: prevent some opengl tests from building in pdk" | Colin Cross | 2012-03-27 | 1 | -1/+39 |
|\ |
|
| * | frameworks/native: prevent some opengl tests from building in pdk | Colin Cross | 2012-03-26 | 1 | -1/+39 |
* | | debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is c... | Mathias Agopian | 2012-03-25 | 3 | -1/+21 |
|/ |
|
* | remove dependency of EGL on ndk header | Mathias Agopian | 2012-03-23 | 1 | -2/+1 |
* | gltrace: Only accept connections from the shell. | Siva Velusamy | 2012-03-15 | 1 | -0/+14 |
* | gltrace: Expose a function to set OpenGL trace level. | Siva Velusamy | 2012-03-09 | 2 | -17/+45 |
* | fix include path | Mathias Agopian | 2012-03-07 | 1 | -2/+2 |
* | Merge "gltrace: Send vertex attribute data after glDraw() call." | Siva Velusamy | 2012-03-06 | 7 | -51/+418 |
|\ |
|
| * | gltrace: Send vertex attribute data after glDraw() call. | Siva Velusamy | 2012-03-01 | 7 | -51/+418 |
* | | fixup include paths | Mathias Agopian | 2012-03-05 | 20 | -29/+24 |
|/ |
|
* | Add tracing to various graphics components. | Jamie Gennis | 2012-02-27 | 1 | -0/+5 |
* | libagl shouldn't export anything | Mathias Agopian | 2012-02-27 | 1 | -18/+640 |
* | Merge "gltrace: Make code 64-bit safe." | Siva Velusamy | 2012-02-27 | 4 | -555/+2118 |
|\ |
|
| * | gltrace: Make code 64-bit safe. | Siva Velusamy | 2012-02-27 | 4 | -555/+2118 |
* | | Merge "gltrace: attach buffer data sent with glBufferData" | Siva Velusamy | 2012-02-27 | 1 | -0/+28 |
|\ \
| |/ |
|
| * | gltrace: attach buffer data sent with glBufferData | Siva Velusamy | 2012-02-24 | 1 | -0/+28 |
* | | remove dependency on android_native{s_priv|buffer}.h | Mathias Agopian | 2012-02-24 | 3 | -6/+3 |
* | | remove libui dependency on libEGL | Mathias Agopian | 2012-02-24 | 38 | -70/+189 |
|/ |
|
* | gltrace: Trace thread time and wall clock time. | Siva Velusamy | 2012-02-17 | 8 | -1334/+3138 |
* | Merge "Don't wrap EGLImageKHR and EGLSyncKHR anymore" | Mathias Agopian | 2012-02-14 | 9 | -289/+39 |
|\ |
|
| * | Don't wrap EGLImageKHR and EGLSyncKHR anymore | Mathias Agopian | 2012-02-14 | 9 | -289/+39 |
* | | Merge "gltrace: Patch up all glUniform*() calls." | Siva Velusamy | 2012-02-14 | 1 | -0/+154 |
|\ \
| |/
|/| |
|
| * | gltrace: Patch up all glUniform*() calls. | Siva Velusamy | 2012-02-14 | 1 | -0/+154 |
* | | EGLConfig is now not remaped to an internal EGLConfig | Mathias Agopian | 2012-02-13 | 6 | -261/+54 |
* | | remove multiplexing of multiple EGL implementation | Mathias Agopian | 2012-02-13 | 10 | -427/+258 |
|/ |
|
* | fix a dead-lock in eglMakeCurrent | Mathias Agopian | 2012-02-03 | 2 | -22/+54 |
* | gltrace: fixup Push & Insert Marker calls | Siva Velusamy | 2012-02-01 | 1 | -0/+8 |
* | fix a race condition in eglMakeCurrent() | Mathias Agopian | 2012-01-30 | 3 | -35/+52 |
* | Merge "add all needed GL extension wrappers" | Mathias Agopian | 2012-01-30 | 1 | -16/+34 |
|\ |
|
| * | add all needed GL extension wrappers | Mathias Agopian | 2012-01-30 | 1 | -16/+34 |
* | | Merge "add support for GL_EXT_debug_marker" | Mathias Agopian | 2012-01-30 | 12 | -12/+118 |
|\ \
| |/
|/| |
|
| * | add support for GL_EXT_debug_marker | Mathias Agopian | 2012-01-29 | 12 | -12/+118 |
* | | Merge "gltrace: Use Unix Domain Socket rather than INET Socket" | Siva Velusamy | 2012-01-30 | 3 | -19/+21 |
|\ \
| |/
|/| |
|
| * | gltrace: Use Unix Domain Socket rather than INET Socket | Siva Velusamy | 2012-01-27 | 3 | -19/+21 |
* | | Merge "update GLES headers and add support for corresponding new extensions." | Mathias Agopian | 2012-01-29 | 15 | -83/+3951 |
|\ \ |
|
| * | | update GLES headers and add support for corresponding new extensions. | Mathias Agopian | 2012-01-28 | 15 | -83/+3951 |
| |/ |
|