| Commit message (Expand) | Author | Age | Files | Lines |
* | fix [2069023] STOPSHIP: disable DEBUG_COPYBIT | Mathias Agopian | 2009-11-30 | 1 | -1/+1 |
* | Improve the exception message text by including eglGetError(). | Jack Palevich | 2009-11-25 | 1 | -2/+6 |
* | fix [2235414] libagl glDeleteBuffers() crashes | Mathias Agopian | 2009-11-19 | 1 | -12/+24 |
* | More GLSurfaceView cleanup. | Jack Palevich | 2009-11-16 | 1 | -134/+125 |
* | fix [2236865] STOPSHIP: bump soft gl and egl minor version number | Mathias Agopian | 2009-11-12 | 2 | -2/+2 |
* | Merge change Ie806ae6f into eclair | Android (Google) Code Review | 2009-11-10 | 1 | -121/+144 |
|\ |
|
| * | Fix multi-lock ordering issues in GLSurfaceView | Jack Palevich | 2009-11-10 | 1 | -121/+144 |
* | | fix [2071412] work around mdp 32-bits fade limitation | Mathias Agopian | 2009-11-09 | 1 | -4/+23 |
|/ |
|
* | Allow a GLThread to release and reacquire the EGL Surface as needed. | Jack Palevich | 2009-11-08 | 1 | -32/+46 |
* | Fix stupid bug in GLThreadManager implementation. | Jack Palevich | 2009-11-07 | 1 | -1/+1 |
* | Improve GLSurfaceView to avoid deadlocks and race conditions. | Jack Palevich | 2009-11-06 | 1 | -12/+74 |
* | part of fix [2186418] switch passion to 24-bits framebuffer | Mathias Agopian | 2009-11-04 | 1 | -82/+80 |
* | fix [2236832] software OpenGL ES driver doesn't work on sholes | Mathias Agopian | 2009-11-03 | 1 | -3/+15 |
* | Merge change I56981989 into eclair | Android (Google) Code Review | 2009-11-03 | 1 | -7/+6 |
|\ |
|
| * | fix [2231527] Compatibility with SpaceJunk game (OpenGL) | Mathias Agopian | 2009-11-02 | 1 | -7/+6 |
* | | fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ... | Mathias Agopian | 2009-11-02 | 2 | -8/+19 |
|/ |
|
* | libagl: silence a LOGD | Iliyan Malchev | 2009-10-30 | 1 | -1/+2 |
* | Merge change Ie3e80456 into eclair | Android (Google) Code Review | 2009-10-30 | 1 | -2/+4 |
|\ |
|
| * | Turns out the SGX driver is correct and the bug was in this test. | Mathias Agopian | 2009-10-30 | 1 | -2/+4 |
* | | Merge change I56779290 into eclair | Android (Google) Code Review | 2009-10-30 | 1 | -1/+1 |
|\ \ |
|
| * | | fix[2222341] Soft reset while going back from camcorder settings | Mathias Agopian | 2009-10-30 | 1 | -1/+1 |
* | | | Merge change If007a2fa into eclair | Android (Google) Code Review | 2009-10-30 | 2 | -4/+38 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | return proper error code from eglCreateImageKHR | Mathias Agopian | 2009-10-29 | 2 | -4/+38 |
* | | update line test to expose some bug on SGX530 ed4 | Mathias Agopian | 2009-10-29 | 1 | -11/+8 |
|/ |
|
* | fix [2071412] work around mdp 32-bits fade limitation | Mathias Agopian | 2009-10-28 | 1 | -11/+68 |
* | added GL test for textured lines | Mathias Agopian | 2009-10-28 | 2 | -0/+134 |
* | fix [2143798] Need to figure out how to do video | Mathias Agopian | 2009-10-27 | 2 | -24/+91 |
* | Add size checks for glBufferData and glBufferSubData | Jack Palevich | 2009-10-21 | 3 | -125/+127 |
* | Use the TLS register if HAVE_ARM_TLS_REGISTER is defined | Mathias Agopian | 2009-10-19 | 3 | -6/+34 |
* | Merge change I0953c1d5 into eclair | Android (Google) Code Review | 2009-10-19 | 1 | -5/+18 |
|\ |
|
| * | fix [2153873] EGL-1.4 software implementation misses surface attributes | Mathias Agopian | 2009-10-19 | 1 | -5/+18 |
* | | Merge change Ide4c8cbc into eclair | Android (Google) Code Review | 2009-10-19 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | fix [2151588] glTexSubImage2D() allows pixel format conversion | Mathias Agopian | 2009-10-19 | 1 | -0/+5 |
* | | one step towards fixing [2071412] work around mdp 32-bits fade limitation | Mathias Agopian | 2009-10-16 | 1 | -41/+44 |
|/ |
|
* | fix [2187212] add support for GLESv2 dispatch based on TLS | Mathias Agopian | 2009-10-14 | 13 | -565/+523 |
* | Revert "egl: temporarily also include eglTerminate->eglInitialize hack for 8k" | Dima Zavin | 2009-10-09 | 1 | -4/+0 |
* | add a way to easily catch and log GL errors (compile time flag) | Mathias Agopian | 2009-10-08 | 1 | -3/+21 |
* | fix [2167050] glTexImage2D code path buggy in SurfaceFlinger | Mathias Agopian | 2009-10-06 | 8 | -1179/+5 |
* | a simple test app for gralloc | Mathias Agopian | 2009-10-01 | 6 | -0/+556 |
* | Add a simple test of OpenGL ES 1.x. | Jack Palevich | 2009-09-30 | 2 | -0/+374 |
* | Merge change I8018f091 into eclair | Android (Google) Code Review | 2009-09-30 | 4 | -64/+76 |
|\ |
|
| * | Add very simple input path. Fix end-of-line issues. | Jack Palevich | 2009-09-30 | 4 | -64/+76 |
* | | Don't ask for pbuffer support, because we don't use any pbuffers. | Jack Palevich | 2009-09-28 | 1 | -1/+1 |
* | | Print out EGL configuration info for the config we've chosen. | Jack Palevich | 2009-09-28 | 1 | -53/+57 |
* | | Print out all available EGL configurations. | Jack Palevich | 2009-09-28 | 1 | -8/+82 |
* | | fix [2147737] Pixel Flinger needs to set EGL_RENDERABLE_TYPE to EGL_OPENGL_ES... | Mathias Agopian | 2009-09-27 | 1 | -1/+2 |
|/ |
|
* | egl: temporarily also include eglTerminate->eglInitialize hack for 8k | Dima Zavin | 2009-09-26 | 1 | -0/+4 |
* | Fix build. | Jack Palevich | 2009-09-25 | 1 | -1/+1 |
* | Tighten up sample code. | Jack Palevich | 2009-09-25 | 3 | -22/+25 |
* | Check for failure to create EGL surfaces and contexts. | Jack Palevich | 2009-09-25 | 1 | -4/+12 |