summaryrefslogtreecommitdiffstats
path: root/opengl/java
Commit message (Expand)AuthorAgeFilesLines
* Handling EGL_BAD_ALLOC egl error as return from swapRamakant Singh2012-05-061-0/+1
* Hide ManagedEGLContext until we are sure this is the correct API.Romain Guy2011-11-211-0/+2
* Notify views when EGL resources are about to be destroyedRomain Guy2011-11-211-3/+2
* Merge "GLES: add image external enums" into ics-mr1Jamie Gennis2011-11-171-0/+4
|\
| * GLES: add image external enumsJamie Gennis2011-11-151-0/+4
* | Add new ManagedEGLContext class to help apps participate in memory trimming.Dianne Hackborn2011-11-161-0/+136
|/
* Terminate EGL when an app goes in the backgroundRomain Guy2011-11-103-1/+18
* am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,...Joe Fernandez2011-10-293-1/+25
|\
| * docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-283-1/+25
* | Work around race condition when shutting down a surface flinger surface.Jack Palevich2011-10-141-3/+17
|/
* Avoid allocating temporary memory for Matrix operations.Jack Palevich2011-09-201-80/+111
* Add OpenGL backend to ImageWallpaperRomain Guy2011-08-241-1/+48
* fix an issue where the screen could be stale after a surface size changeMathias Agopian2011-08-011-0/+10
* fix typo in a commentMathias Agopian2011-07-121-1/+1
* Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-2/+2
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-4/+14
* Fix typo in Matrix.mPerspective.Jack Palevich2011-04-211-1/+1
* Add utility method Matrix.perspectiveMJack Palevich2011-04-211-2/+37
* Kill the global references in the OpenGL wrappers.Elliott Hughes2011-04-1112-175/+187
* Fix EGL JNI bugsRomain Guy2011-03-073-0/+47
* Extend recycled bitmap check to all GLUtils APIs.Jack Palevich2011-02-071-0/+18
* Throw an exception when trying to upload a recycled bitmap.Jack Palevich2011-02-021-0/+3
* Add GL11ExtensionPack support to GLDebugWrapperJack Palevich2011-01-273-1/+721
* Unhide GLSurfaceView.get/setPreserveEGLContextOnPauseJack Palevich2011-01-181-2/+0
* 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