summaryrefslogtreecommitdiffstats
path: root/opengl/java/android
Commit message (Expand)AuthorAgeFilesLines
...
* EGL 1.4 bindings generated by glgenThomas Tafertshofer2012-07-106-0/+643
* Improve GLSurfaceView Pausing.Jack Palevich2012-04-161-2/+12
* Notify monitor waiters when changing mSurfaceIsBad value.Jack Palevich2012-04-101-2/+9
* Try to survive a failure return from eglMakeCurrent.Jack Palevich2012-03-291-14/+25
* Make GLSurfaceView handle eglSwapBuffers errors more robustly.Jack Palevich2012-03-291-34/+31
* Merge "Remove EGL context limit for Adreno GPUs."Jack Palevich2012-03-221-2/+6
|\
| * Remove EGL context limit for Adreno GPUs.Jack Palevich2012-03-191-2/+6
* | Ignore EGL_BAD_CURRENT_SURFACE errors from eglSwapBuffersJack Palevich2012-03-151-4/+8
|/
* Expose a function to set OpenGL Trace level.Siva Velusamy2012-03-091-2/+11
* Remove unused private APIsRomain Guy2012-02-174-655/+0
* am ea54d0dc: am 723218b4: Merge "Hide ManagedEGLContext until we are sure thi...Romain Guy2011-11-211-0/+2
|\
| * Hide ManagedEGLContext until we are sure this is the correct API.Romain Guy2011-11-211-0/+2
* | am c26e4d18: am 8cd39e3a: Merge "Notify views when EGL resources are about to...Romain Guy2011-11-211-3/+2
|\ \ | |/
| * Notify views when EGL resources are about to be destroyedRomain Guy2011-11-211-3/+2
* | am 0272e600: am a37a78e2: Merge "GLES: add image external enums" into ics-mr1Jamie Gennis2011-11-181-0/+4
|\ \ | |/
| * Merge "GLES: add image external enums" into ics-mr1Jamie Gennis2011-11-171-0/+4
| |\
| | * GLES: add image external enumsJamie Gennis2011-11-151-0/+4
* | | Merge "Fix potential GLThread / GLSurfaceView memory leak."Jack Palevich2011-11-171-51/+105
|\ \ \
| * | | Fix potential GLThread / GLSurfaceView memory leak.Jack Palevich2011-11-151-51/+105
* | | | am 9aa6bd1c: am 717a25dc: Add new ManagedEGLContext class to help apps partic...Dianne Hackborn2011-11-171-0/+136
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add new ManagedEGLContext class to help apps participate in memory trimming.Dianne Hackborn2011-11-161-0/+136
| |/
* | am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/pl...Akwasi Boateng2011-11-111-0/+10
|\ \ | |/
| * Terminate EGL when an app goes in the backgroundRomain Guy2011-11-101-0/+10
* | Merge "Properly passing an unused variable through."Alex Sakhartchouk2011-11-071-1/+1
|\ \
| * | Properly passing an unused variable through.Alex Sakhartchouk2011-11-031-1/+1
* | | am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, ...Joe Fernandez2011-10-312-1/+17
|\ \ \ | |/ / |/| / | |/
| * am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,...Joe Fernandez2011-10-292-1/+17
| |\
| | * docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-282-1/+17
* | | Destroy and recreate the EGL surface when the surface size changes.Jack Palevich2011-10-281-30/+30
|/ /
* | 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
* 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-115-70/+75
* 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-077-79/+74
* 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
* 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