summaryrefslogtreecommitdiff
path: root/opengl/java/android
AgeCommit message (Expand)Author
2012-03-29Try to survive a failure return from eglMakeCurrent. Jack Palevich
2012-03-29Make GLSurfaceView handle eglSwapBuffers errors more robustly. Jack Palevich
2012-03-22Merge "Remove EGL context limit for Adreno GPUs." Jack Palevich
2012-03-19Remove EGL context limit for Adreno GPUs. Jack Palevich
2012-03-15Ignore EGL_BAD_CURRENT_SURFACE errors from eglSwapBuffers Jack Palevich
2012-03-09Expose a function to set OpenGL Trace level. Siva Velusamy
2012-02-17Remove unused private APIs Romain Guy
2011-11-21am ea54d0dc: am 723218b4: Merge "Hide ManagedEGLContext until we are sure thi... Romain Guy
2011-11-21am c26e4d18: am 8cd39e3a: Merge "Notify views when EGL resources are about to... Romain Guy
2011-11-21Hide ManagedEGLContext until we are sure this is the correct API. Romain Guy
2011-11-21Notify views when EGL resources are about to be destroyed Romain Guy
2011-11-18am 0272e600: am a37a78e2: Merge "GLES: add image external enums" into ics-mr1 Jamie Gennis
2011-11-17Merge "GLES: add image external enums" into ics-mr1 Jamie Gennis
2011-11-17Merge "Fix potential GLThread / GLSurfaceView memory leak." Jack Palevich
2011-11-17am 9aa6bd1c: am 717a25dc: Add new ManagedEGLContext class to help apps partic... Dianne Hackborn
2011-11-16Add new ManagedEGLContext class to help apps participate in memory trimming. Dianne Hackborn
2011-11-15Fix potential GLThread / GLSurfaceView memory leak. Jack Palevich
2011-11-15GLES: add image external enums Jamie Gennis
2011-11-11am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/pl... Akwasi Boateng
2011-11-10Terminate EGL when an app goes in the background Romain Guy
2011-11-07Merge "Properly passing an unused variable through." Alex Sakhartchouk
2011-11-03Properly passing an unused variable through. Alex Sakhartchouk
2011-10-31am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, ... Joe Fernandez
2011-10-29am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,... Joe Fernandez
2011-10-28Destroy and recreate the EGL surface when the surface size changes. Jack Palevich
2011-10-28docs: add developer guide cross references, Project ACRE, round 3 Joe Fernandez
2011-10-14Work around race condition when shutting down a surface flinger surface. Jack Palevich
2011-09-20Avoid allocating temporary memory for Matrix operations. Jack Palevich
2011-08-24Add OpenGL backend to ImageWallpaper Romain Guy
2011-08-01fix an issue where the screen could be stale after a surface size change Mathias Agopian
2011-07-12fix typo in a comment Mathias Agopian
2011-04-21Fix typo in Matrix.mPerspective. Jack Palevich
2011-04-21Add utility method Matrix.perspectiveM Jack Palevich
2011-04-11Kill the global references in the OpenGL wrappers. Elliott Hughes
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-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