summaryrefslogtreecommitdiff
path: root/opengl/java
AgeCommit message (Expand)Author
2011-02-07Extend recycled bitmap check to all GLUtils APIs. Jack Palevich
2011-02-02Throw an exception when trying to upload a recycled bitmap. Jack Palevich
2011-01-27Add GL11ExtensionPack support to GLDebugWrapper Jack Palevich
2011-01-18Unhide GLSurfaceView.get/setPreserveEGLContextOnPause Jack Palevich
2011-01-14Add support for preserving EGL contexts when pausing / resuming. Jack Palevich
2010-12-07These files had an older header. Dan Bornstein
2010-10-27Preserve the render mode when recreating the render thread. Jack Palevich
2010-10-26Allow a GLSurfaceView to be reattached to a window. Jack Palevich
2010-10-25Do not exit the GLSurfaceView thread when detached from a window. Jack Palevich
2010-08-25reserve android.opengl.GLWallpaperService name for future use Mathias Agopian
2010-07-13Fix deadlock when switching between two GLSurfaceViews Jack Palevich
2010-06-24Some ActivityThread/ActivityManager cleanup. Dianne Hackborn
2010-06-22Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. Jack Palevich
2010-05-24fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and ... Mathias Agopian
2010-04-19Quietly handle EGL_BAD_NATIVE_WINDOW errors Jack Palevich
2010-03-27Turn off logging. Jack Palevich
2010-03-25GLSurfaceView pause and resume now synchronize Jack Palevich
2010-03-25Turn off thread logging (too many messages.) Jack Palevich
2010-03-25Add logging of GLSurfaceView pause/resume calls. Jack Palevich
2010-03-24Improve our EGL management when pausing / resuming. Jack Palevich
2010-03-23GLSurfaceView: Log egl failures Jack Palevich
2010-03-15Improve eglSwapBuffers error handling. Jack Palevich
2010-03-11Add correct copyright headers to multiple files Kenny Root
2010-03-06Clarify the default algorithm used to choose an EGLConfig. Jack Palevich
2010-03-06Fix inverted release-EGLContext-on-pause logic. Jack Palevich
2010-01-28Implement the GL11ExtensionPack APIs. Jack Palevich
2010-01-18Decouple the EGL context lifetime from the EGL surface lifetime. Jack Palevich
2009-12-31Fix javadoc typos. Jack Palevich
2009-12-31A library for encoding and decoding ETC1 textures. Jack Palevich
2009-12-21Fix merge conflict markers that accidentally got checked in. Jack Palevich
2009-12-21Fix bug 2325244 screen turns black for a brief period of time Jack Palevich
2009-12-10am 74befcc7: am 981ccfbb: Implement Matrix Palette extension. Jack Palevich
2009-12-10resolved conflicts for merge of fac57636 to master Jack Palevich
2009-12-09Implement Matrix Palette extension. Jack Palevich
2009-12-09Unhide the Android OpenGL ES 2.0 API Jack Palevich
2009-12-09Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 context Jack Palevich
2009-12-09Add a Java API for OpenGL ES 2.0. Jack Palevich
2009-12-08Merge change Ibe6eac82 Android (Google) Code Review
2009-12-08Implement Matrix Palette extension. Jack Palevich
2009-12-07am 9196034b: am 30d90523: Merge changes Id682ab72,I9bb4dbae into eclair-mr2 Jack Palevich
2009-12-04Improve error message thrown when eglCreateContext fails. Jack Palevich
2009-12-04Improve error reporting by always returning the public Jack Palevich
2009-12-02the vertex index should be "first + i". Li Wenhao
2009-11-27Unhide the Android OpenGL ES 2.0 API Jack Palevich
2009-11-25am 85a9498a: am 9c0b39c4: am ca00dee2: Merge change I5aa3adcf into eclair Jack Palevich
2009-11-25am 9c0b39c4: am ca00dee2: Merge change I5aa3adcf into eclair Jack Palevich
2009-11-25am ca00dee2: Merge change I5aa3adcf into eclair Jack Palevich
2009-11-25Improve the exception message text by including eglGetError(). Jack Palevich
2009-11-19Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 context Jack Palevich
2009-11-19Add a Java API for OpenGL ES 2.0. Jack Palevich