summaryrefslogtreecommitdiffstats
path: root/opengl/java
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Make HardwareRenderer able to target generic Surface objects"Romain Guy2012-07-241-2/+3
|\
| * Make HardwareRenderer able to target generic Surface objectsRomain Guy2012-07-241-2/+3
* | updated gles20 bindings, fixes broken methodsThomas Tafertshofer2012-07-191-0/+42
|/
* EGL 1.4 API without @hideThomas Tafertshofer2012-07-136-64/+62
* 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 "Package restrictions per user"Amith Yamasani2012-03-221-1/+2
|\
| * Package restrictions per userAmith Yamasani2012-03-221-1/+2
* | 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-113-1/+18
|\ \ | |/
| * Terminate EGL when an app goes in the backgroundRomain Guy2011-11-103-1/+18
* | 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-313-1/+25
|\ \ \ | |/ / |/| / | |/
| * 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
* | | 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
* 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