index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
opengl
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
am ea54d0dc: am 723218b4: Merge "Hide ManagedEGLContext until we are sure thi...
Romain Guy
2011-11-21
1
-0
/
+2
|
\
|
*
Hide ManagedEGLContext until we are sure this is the correct API.
Romain Guy
2011-11-21
1
-0
/
+2
*
|
am c26e4d18: am 8cd39e3a: Merge "Notify views when EGL resources are about to...
Romain Guy
2011-11-21
1
-3
/
+2
|
\
\
|
|
/
|
*
Notify views when EGL resources are about to be destroyed
Romain Guy
2011-11-21
1
-3
/
+2
*
|
am 0272e600: am a37a78e2: Merge "GLES: add image external enums" into ics-mr1
Jamie Gennis
2011-11-18
1
-0
/
+4
|
\
\
|
|
/
|
*
Merge "GLES: add image external enums" into ics-mr1
Jamie Gennis
2011-11-17
1
-0
/
+4
|
|
\
|
|
*
GLES: add image external enums
Jamie Gennis
2011-11-15
1
-0
/
+4
*
|
|
Merge "Fix potential GLThread / GLSurfaceView memory leak."
Jack Palevich
2011-11-17
1
-51
/
+105
|
\
\
\
|
*
|
|
Fix potential GLThread / GLSurfaceView memory leak.
Jack Palevich
2011-11-15
1
-51
/
+105
*
|
|
|
am 9aa6bd1c: am 717a25dc: Add new ManagedEGLContext class to help apps partic...
Dianne Hackborn
2011-11-17
1
-0
/
+136
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Add new ManagedEGLContext class to help apps participate in memory trimming.
Dianne Hackborn
2011-11-16
1
-0
/
+136
|
|
/
*
|
am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/pl...
Akwasi Boateng
2011-11-11
3
-1
/
+18
|
\
\
|
|
/
|
*
Terminate EGL when an app goes in the background
Romain Guy
2011-11-10
3
-1
/
+18
*
|
Merge "Properly passing an unused variable through."
Alex Sakhartchouk
2011-11-07
1
-1
/
+1
|
\
\
|
*
|
Properly passing an unused variable through.
Alex Sakhartchouk
2011-11-03
1
-1
/
+1
*
|
|
am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, ...
Joe Fernandez
2011-10-31
3
-1
/
+25
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,...
Joe Fernandez
2011-10-29
3
-1
/
+25
|
|
\
|
|
*
docs: add developer guide cross references, Project ACRE, round 3
Joe Fernandez
2011-10-28
3
-1
/
+25
*
|
|
Destroy and recreate the EGL surface when the surface size changes.
Jack Palevich
2011-10-28
1
-30
/
+30
|
/
/
*
|
Work around race condition when shutting down a surface flinger surface.
Jack Palevich
2011-10-14
1
-3
/
+17
|
/
*
Avoid allocating temporary memory for Matrix operations.
Jack Palevich
2011-09-20
1
-80
/
+111
*
Add OpenGL backend to ImageWallpaper
Romain Guy
2011-08-24
1
-1
/
+48
*
fix an issue where the screen could be stale after a surface size change
Mathias Agopian
2011-08-01
1
-0
/
+10
*
fix typo in a comment
Mathias Agopian
2011-07-12
1
-1
/
+1
*
Properly refcount SurfaceTexture in the JNI layer.
Romain Guy
2011-06-15
1
-2
/
+2
*
Allows to render with an OpenGL context inside a TextureView.
Romain Guy
2011-05-02
1
-4
/
+14
*
Fix typo in Matrix.mPerspective.
Jack Palevich
2011-04-21
1
-1
/
+1
*
Add utility method Matrix.perspectiveM
Jack Palevich
2011-04-21
1
-2
/
+37
*
Kill the global references in the OpenGL wrappers.
Elliott Hughes
2011-04-11
12
-175
/
+187
*
Fix EGL JNI bugs
Romain Guy
2011-03-07
3
-0
/
+47
*
Extend recycled bitmap check to all GLUtils APIs.
Jack Palevich
2011-02-07
1
-0
/
+18
*
Throw an exception when trying to upload a recycled bitmap.
Jack Palevich
2011-02-02
1
-0
/
+3
*
Add GL11ExtensionPack support to GLDebugWrapper
Jack Palevich
2011-01-27
3
-1
/
+721
*
Unhide GLSurfaceView.get/setPreserveEGLContextOnPause
Jack Palevich
2011-01-18
1
-2
/
+0
*
Add support for preserving EGL contexts when pausing / resuming.
Jack Palevich
2011-01-14
1
-7
/
+43
*
These files had an older header.
Dan Bornstein
2010-12-07
24
-350
/
+328
*
Preserve the render mode when recreating the render thread.
Jack Palevich
2010-10-27
1
-0
/
+7
*
Allow a GLSurfaceView to be reattached to a window.
Jack Palevich
2010-10-26
1
-0
/
+29
*
Do not exit the GLSurfaceView thread when detached from a window.
Jack Palevich
2010-10-25
1
-1
/
+0
*
reserve android.opengl.GLWallpaperService name for future use
Mathias Agopian
2010-08-25
1
-0
/
+25
*
Fix deadlock when switching between two GLSurfaceViews
Jack Palevich
2010-07-13
1
-18
/
+74
*
Some ActivityThread/ActivityManager cleanup.
Dianne Hackborn
2010-06-24
1
-2
/
+2
*
Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.
Jack Palevich
2010-06-22
2
-0
/
+100
*
fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and ...
Mathias Agopian
2010-05-24
1
-1
/
+0
*
Quietly handle EGL_BAD_NATIVE_WINDOW errors
Jack Palevich
2010-04-19
1
-5
/
+19
*
Turn off logging.
Jack Palevich
2010-03-27
1
-4
/
+4
*
GLSurfaceView pause and resume now synchronize
Jack Palevich
2010-03-25
1
-3
/
+41
*
Turn off thread logging (too many messages.)
Jack Palevich
2010-03-25
1
-1
/
+1
*
Add logging of GLSurfaceView pause/resume calls.
Jack Palevich
2010-03-25
1
-3
/
+10
*
Improve our EGL management when pausing / resuming.
Jack Palevich
2010-03-24
1
-0
/
+13
[next]