summaryrefslogtreecommitdiffstats
path: root/opengl/java
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for preserving EGL contexts when pausing / resuming.Jack Palevich2011-01-141-7/+43
* These files had an older header.Dan Bornstein2010-12-0724-350/+328
* Preserve the render mode when recreating the render thread.Jack Palevich2010-10-271-0/+7
* Allow a GLSurfaceView to be reattached to a window.Jack Palevich2010-10-261-0/+29
* Do not exit the GLSurfaceView thread when detached from a window.Jack Palevich2010-10-251-1/+0
* reserve android.opengl.GLWallpaperService name for future useMathias Agopian2010-08-251-0/+25
* Fix deadlock when switching between two GLSurfaceViewsJack Palevich2010-07-131-18/+74
* Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-2/+2
* Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.Jack Palevich2010-06-222-0/+100
* fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and ...Mathias Agopian2010-05-241-1/+0
* Quietly handle EGL_BAD_NATIVE_WINDOW errorsJack Palevich2010-04-191-5/+19
* Turn off logging.Jack Palevich2010-03-271-4/+4
* GLSurfaceView pause and resume now synchronizeJack Palevich2010-03-251-3/+41
* Turn off thread logging (too many messages.)Jack Palevich2010-03-251-1/+1
* Add logging of GLSurfaceView pause/resume calls.Jack Palevich2010-03-251-3/+10
* Improve our EGL management when pausing / resuming.Jack Palevich2010-03-241-0/+13
* GLSurfaceView: Log egl failuresJack Palevich2010-03-231-3/+50
* Improve eglSwapBuffers error handling.Jack Palevich2010-03-151-9/+20
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* Clarify the default algorithm used to choose an EGLConfig.Jack Palevich2010-03-061-35/+39
* Fix inverted release-EGLContext-on-pause logic.Jack Palevich2010-03-061-5/+18
* Implement the GL11ExtensionPack APIs.Jack Palevich2010-01-281-8/+14
* Decouple the EGL context lifetime from the EGL surface lifetime.Jack Palevich2010-01-181-31/+81
* Fix javadoc typos.Jack Palevich2009-12-312-2/+2
* A library for encoding and decoding ETC1 textures.Jack Palevich2009-12-312-0/+365
* Fix merge conflict markers that accidentally got checked in.Jack Palevich2009-12-211-5/+1
* Fix bug 2325244 screen turns black for a brief period of timeJack Palevich2009-12-211-0/+29
* am 74befcc7: am 981ccfbb: Implement Matrix Palette extension.Jack Palevich2009-12-101-14/+13
|\
| * Implement Matrix Palette extension.Jack Palevich2009-12-095-47/+183
* | resolved conflicts for merge of fac57636 to masterJack Palevich2009-12-101-13/+14
|\ \ | |/
| * Unhide the Android OpenGL ES 2.0 APIJack Palevich2009-12-094-65/+91
| * Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 contextJack Palevich2009-12-091-6/+62
| * Add a Java API for OpenGL ES 2.0.Jack Palevich2009-12-091-0/+1858
* | Merge change Ibe6eac82Android (Google) Code Review2009-12-085-47/+183
|\ \
| * | Implement Matrix Palette extension.Jack Palevich2009-12-085-47/+183
* | | am 9196034b: am 30d90523: Merge changes Id682ab72,I9bb4dbae into eclair-mr2Jack Palevich2009-12-072-18/+45
|\ \ \ | |/ / |/| / | |/
| * Improve error message thrown when eglCreateContext fails.Jack Palevich2009-12-041-1/+1
| * Improve error reporting by always returning the publicJack Palevich2009-12-041-17/+44
| * the vertex index should be "first + i".Li Wenhao2009-12-021-1/+1
* | Unhide the Android OpenGL ES 2.0 APIJack Palevich2009-11-274-65/+91
* | am 85a9498a: am 9c0b39c4: am ca00dee2: Merge change I5aa3adcf into eclairJack Palevich2009-11-251-2/+6
|\ \
| * \ am 9c0b39c4: am ca00dee2: Merge change I5aa3adcf into eclairJack Palevich2009-11-251-2/+6
| |\ \ | | |/
| | * am ca00dee2: Merge change I5aa3adcf into eclairJack Palevich2009-11-251-2/+6
| | |\
| | | * Improve the exception message text by including eglGetError().Jack Palevich2009-11-251-2/+6
* | | | Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 contextJack Palevich2009-11-191-6/+62
* | | | Add a Java API for OpenGL ES 2.0.Jack Palevich2009-11-191-0/+1858
* | | | am 8d0e1472: am a822f02b: resolved conflicts for merge of dc49acb0 to eclair-mr2Jack Palevich2009-11-171-133/+129
|\ \ \ \ | |/ / /
| * | | am a822f02b: resolved conflicts for merge of dc49acb0 to eclair-mr2Jack Palevich2009-11-161-133/+129
| |\ \ \ | | |/ /
| | * | resolved conflicts for merge of dc49acb0 to eclair-mr2Jack Palevich2009-11-171-133/+129
| | |\ \ | | | |/
| | | * More GLSurfaceView cleanup.Jack Palevich2009-11-161-134/+125