Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
49c061501dbcff0dd6f6621afa76136d0857622a
/
opengl
/
java
64d38d9
AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAY
by Ashok Bhat
· 11 years ago
84bbeb9
Use long for pointers in opengl/EGL classes
by Ashok Bhat
· 11 years ago
863f98b
Use long to store pointers in GLES_JNI/EGL classes
by Ashok Bhat
· 11 years ago
a0ab49b
Merge "Fix incorrect name in eglSwapBuffers log wrapper"
by Jesse Hall
· 11 years ago
5446040
Fix incorrect name in eglSwapBuffers log wrapper
by Brian Harris
· 11 years ago
066bdcf
Merge "Fix wrapper equals()"
by Andy McFadden
· 11 years ago
a017553
Fix wrapper equals()
by Andy McFadden
· 11 years ago
043d13a
Minor fixes to android.opengl.Matrix
by Andy McFadden
· 11 years ago
0c79d80
Add android.opengl.EGLExt class for EGL extensions
by Jesse Hall
· 12 years ago
f48b032
Revert all recent GLSurfaceView changes.
by Jeff Brown
· 12 years ago
8b60e45
Fix change of behavior in Looper.quit().
by Jeff Brown
· 12 years ago
78bc203
don't trigger a render when setting the rendermode
by Mathias Agopian
· 12 years ago
c7bdd50
Merge "Unhide android.opengl.GLES30 class and contents" into jb-mr2-dev
by Jesse Hall
· 12 years ago
811d373
Merge "Add android.opengl.GLES30, hidden for now" into jb-mr2-dev
by Jesse Hall
· 12 years ago
58d80c5
Unhide android.opengl.GLES30 class and contents
by Jesse Hall
· 12 years ago
d830e74
Add android.opengl.GLES30, hidden for now
by Jesse Hall
· 12 years ago
ab814a6
Don't draw synchronously in onResume()
by Mathias Agopian
· 12 years ago
57d019e
rework GLSurfaceView so it can use the choreographer
by Mathias Agopian
· 12 years ago
ea62b95
Fix createSurface / eglCreateWindowSurface race.
by Jack Palevich
· 12 years ago
34f17dd
Publish new MediaCodec API
by Andy McFadden
· 12 years ago
0c361e9
Add eglPresentationTimeANDROID
by Andy McFadden
· 12 years ago
15284de
regenerate GLES java bindings
by Mathias Agopian
· 12 years ago
89be00b
regenerate egl/gles stubs from glgen
by Mathias Agopian
· 12 years ago
0c1761b
DdmServer: add controls for OpenGL tracing
by Siva Velusamy
· 12 years ago
29e0bd2
GLSurfaceView defaults to 888 instead of 565
by Mathias Agopian
· 12 years ago
f02b60a
Rename UserId to UserHandle.
by Dianne Hackborn
· 12 years ago
1296c63
Enable use of Surface as a native window in EGL14 wrapper.
by Jeff Brown
· 12 years ago
42e1e0d
Improve gradients
by Romain Guy
· 12 years ago
0a088f5
Fix android.opengl.Matrix frustum's generation
by Romain Guy
· 12 years ago
63cf075
Merge "Make HardwareRenderer able to target generic Surface objects"
by Romain Guy
· 12 years ago
786fc93
Make HardwareRenderer able to target generic Surface objects
by Romain Guy
· 12 years ago
dd06946
updated gles20 bindings, fixes broken methods
by Thomas Tafertshofer
· 12 years ago
9b18b51
EGL 1.4 API without @hide
by Thomas Tafertshofer
· 12 years ago
6b1e838
EGL 1.4 bindings generated by glgen
by Thomas Tafertshofer
· 12 years ago
cee059d
Improve GLSurfaceView Pausing.
by Jack Palevich
· 13 years ago
7dee7a3
Notify monitor waiters when changing mSurfaceIsBad value.
by Jack Palevich
· 13 years ago
7d73df8
Try to survive a failure return from eglMakeCurrent.
by Jack Palevich
· 13 years ago
db6c78b
Make GLSurfaceView handle eglSwapBuffers errors more robustly.
by Jack Palevich
· 13 years ago
ad812a2
Merge "Package restrictions per user"
by Amith Yamasani
· 13 years ago
f7f4c20
Merge "Remove EGL context limit for Adreno GPUs."
by Jack Palevich
· 13 years ago
483f3b0
Package restrictions per user
by Amith Yamasani
· 13 years ago
8b854cd
Remove EGL context limit for Adreno GPUs.
by Jack Palevich
· 13 years ago
48a59c3
Ignore EGL_BAD_CURRENT_SURFACE errors from eglSwapBuffers
by Jack Palevich
· 13 years ago
64d10a1
Expose a function to set OpenGL Trace level.
by Siva Velusamy
· 13 years ago
97eda36
Remove unused private APIs
by Romain Guy
· 13 years ago
0219af27
am ea54d0dc: am 723218b4: Merge "Hide ManagedEGLContext until we are sure this is the correct API." into ics-mr1
by Romain Guy
· 13 years ago
3526b00
am c26e4d18: am 8cd39e3a: Merge "Notify views when EGL resources are about to be destroyed Bug #5639899" into ics-mr1
by Romain Guy
· 13 years ago
dccf73a
Hide ManagedEGLContext until we are sure this is the correct API.
by Romain Guy
· 13 years ago
31f2c2e
Notify views when EGL resources are about to be destroyed Bug #5639899
by Romain Guy
· 13 years ago
fa1a6eb
am 0272e600: am a37a78e2: Merge "GLES: add image external enums" into ics-mr1
by Jamie Gennis
· 13 years ago
a37a78e
Merge "GLES: add image external enums" into ics-mr1
by Jamie Gennis
· 13 years ago
22da9a8
Merge "Fix potential GLThread / GLSurfaceView memory leak."
by Jack Palevich
· 13 years ago
77c5f4d
am 9aa6bd1c: am 717a25dc: Add new ManagedEGLContext class to help apps participate in memory trimming.
by Dianne Hackborn
· 13 years ago
717a25d
Add new ManagedEGLContext class to help apps participate in memory trimming.
by Dianne Hackborn
· 13 years ago
80b3cd6
Fix potential GLThread / GLSurfaceView memory leak.
by Jack Palevich
· 13 years ago
9726b1b
GLES: add image external enums
by Jamie Gennis
· 13 years ago
1333742
am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/platform/frameworks/base into ics-mr1-plus-aosp
by Akwasi Boateng
· 13 years ago
8ff6b9e
Terminate EGL when an app goes in the background
by Romain Guy
· 13 years ago
9829cce
Merge "Properly passing an unused variable through."
by Alex Sakhartchouk
· 13 years ago
fc5e224
Properly passing an unused variable through.
by Alex Sakhartchouk
· 13 years ago
eba1864
am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE, round 3" into ics-mr0
by Joe Fernandez
· 13 years ago
74b2b95
am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE, round 3" into ics-mr0
by Joe Fernandez
· 13 years ago
b50e2af
Destroy and recreate the EGL surface when the surface size changes.
by Jack Palevich
· 13 years ago
61fd1e8
docs: add developer guide cross references, Project ACRE, round 3
by Joe Fernandez
· 13 years ago
a35c120
Work around race condition when shutting down a surface flinger surface.
by Jack Palevich
· 13 years ago
cc5471c
Avoid allocating temporary memory for Matrix operations.
by Jack Palevich
· 13 years ago
407ec78
Add OpenGL backend to ImageWallpaper Bug #5204874
by Romain Guy
· 13 years ago
3ab8855
fix an issue where the screen could be stale after a surface size change
by Mathias Agopian
· 13 years ago
43dd61e
fix typo in a comment
by Mathias Agopian
· 13 years ago
e5e0c50
Properly refcount SurfaceTexture in the JNI layer.
by Romain Guy
· 13 years ago
8f0095c
Allows to render with an OpenGL context inside a TextureView.
by Romain Guy
· 14 years ago
7c80244
Fix typo in Matrix.mPerspective.
by Jack Palevich
· 14 years ago
d793299
Add utility method Matrix.perspectiveM
by Jack Palevich
· 14 years ago
24ce5fb
Kill the global references in the OpenGL wrappers.
by Elliott Hughes
· 14 years ago
9b7146d
Fix EGL JNI bugs Bug #3461349
by Romain Guy
· 14 years ago
70a1875
Extend recycled bitmap check to all GLUtils APIs.
by Jack Palevich
· 14 years ago
5f89f51
Throw an exception when trying to upload a recycled bitmap.
by Jack Palevich
· 14 years ago
29406da
Add GL11ExtensionPack support to GLDebugWrapper
by Jack Palevich
· 14 years ago
75f2bc0
Unhide GLSurfaceView.get/setPreserveEGLContextOnPause
by Jack Palevich
· 14 years ago
8432b3f
Add support for preserving EGL contexts when pausing / resuming.
by Jack Palevich
· 14 years ago
c086ca1
These files had an older header.
by Dan Bornstein
· 14 years ago
1396afb
Preserve the render mode when recreating the render thread.
by Jack Palevich
· 14 years ago
2ff6a82
Allow a GLSurfaceView to be reattached to a window.
by Jack Palevich
· 14 years ago
fc5508b
Do not exit the GLSurfaceView thread when detached from a window.
by Jack Palevich
· 14 years ago
f45b674
reserve android.opengl.GLWallpaperService name for future use
by Mathias Agopian
· 14 years ago
1b4ecc6
Fix deadlock when switching between two GLSurfaceViews
by Jack Palevich
· 14 years ago
01e4cfc
Some ActivityThread/ActivityManager cleanup.
by Dianne Hackborn
· 14 years ago
224107a
Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.
by Jack Palevich
· 14 years ago
d6ddcb7
fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and fail
by Mathias Agopian
· 14 years ago
0e4aa37
Quietly handle EGL_BAD_NATIVE_WINDOW errors
by Jack Palevich
· 15 years ago
4a65900
Turn off logging.
by Jack Palevich
· 15 years ago
451a224
GLSurfaceView pause and resume now synchronize with the GLThread.
by Jack Palevich
· 15 years ago
57c6a46
Turn off thread logging (too many messages.)
by Jack Palevich
· 15 years ago
e6c9448
Add logging of GLSurfaceView pause/resume calls.
by Jack Palevich
· 15 years ago
b176899
Improve our EGL management when pausing / resuming.
by Jack Palevich
· 15 years ago
07353a1
GLSurfaceView: Log egl failures
by Jack Palevich
· 15 years ago
04b17ab
Improve eglSwapBuffers error handling.
by Jack Palevich
· 15 years ago
15a4d2f
Add correct copyright headers to multiple files
by Kenny Root
· 15 years ago
8383535
Clarify the default algorithm used to choose an EGLConfig.
by Jack Palevich
· 15 years ago
4a2221e
Fix inverted release-EGLContext-on-pause logic.
by Jack Palevich
· 15 years ago
Next »