| Commit message (Expand) | Author | Age | Files | Lines |
* | GLSurfaceView defaults to 888 instead of 565 | Mathias Agopian | 2012-09-18 | 1 | -6/+6 |
* | Rename UserId to UserHandle. | Dianne Hackborn | 2012-08-16 | 1 | -2/+2 |
* | Enable use of Surface as a native window in EGL14 wrapper. | Jeff Brown | 2012-08-08 | 1 | -1/+3 |
* | Improve gradients | Romain Guy | 2012-07-31 | 1 | -2/+2 |
* | Fix android.opengl.Matrix frustum's generation | Romain Guy | 2012-07-30 | 1 | -4/+3 |
* | Merge "Make HardwareRenderer able to target generic Surface objects" | Romain Guy | 2012-07-24 | 1 | -2/+3 |
|\ |
|
| * | Make HardwareRenderer able to target generic Surface objects | Romain Guy | 2012-07-24 | 1 | -2/+3 |
* | | updated gles20 bindings, fixes broken methods | Thomas Tafertshofer | 2012-07-19 | 1 | -0/+42 |
|/ |
|
* | EGL 1.4 API without @hide | Thomas Tafertshofer | 2012-07-13 | 6 | -64/+62 |
* | EGL 1.4 bindings generated by glgen | Thomas Tafertshofer | 2012-07-10 | 6 | -0/+643 |
* | Improve GLSurfaceView Pausing. | Jack Palevich | 2012-04-16 | 1 | -2/+12 |
* | Notify monitor waiters when changing mSurfaceIsBad value. | Jack Palevich | 2012-04-10 | 1 | -2/+9 |
* | Try to survive a failure return from eglMakeCurrent. | Jack Palevich | 2012-03-29 | 1 | -14/+25 |
* | Make GLSurfaceView handle eglSwapBuffers errors more robustly. | Jack Palevich | 2012-03-29 | 1 | -34/+31 |
* | Merge "Package restrictions per user" | Amith Yamasani | 2012-03-22 | 1 | -1/+2 |
|\ |
|
| * | Package restrictions per user | Amith Yamasani | 2012-03-22 | 1 | -1/+2 |
* | | Merge "Remove EGL context limit for Adreno GPUs." | Jack Palevich | 2012-03-22 | 1 | -2/+6 |
|\ \ |
|
| * | | Remove EGL context limit for Adreno GPUs. | Jack Palevich | 2012-03-19 | 1 | -2/+6 |
| |/ |
|
* | | Ignore EGL_BAD_CURRENT_SURFACE errors from eglSwapBuffers | Jack Palevich | 2012-03-15 | 1 | -4/+8 |
|/ |
|
* | Expose a function to set OpenGL Trace level. | Siva Velusamy | 2012-03-09 | 1 | -2/+11 |
* | remove files that moved to frameworks/native | Mathias Agopian | 2012-03-07 | 293 | -75622/+0 |
* | fixup hardcoded include paths for new project | 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 |
|/ |
|
* | Merge "gltrace: Trace thread time and wall clock time." | Siva Velusamy | 2012-02-17 | 8 | -1334/+3138 |
|\ |
|
| * | gltrace: Trace thread time and wall clock time. | Siva Velusamy | 2012-02-17 | 8 | -1334/+3138 |
* | | Merge "Remove unused private APIs" | Romain Guy | 2012-02-17 | 4 | -655/+0 |
|\ \
| |/
|/| |
|
| * | Remove unused private APIs | Romain Guy | 2012-02-17 | 4 | -655/+0 |
* | | 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 |