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
/
libs
/
EGL
/
egl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
add support for GL_EXT_debug_marker
Mathias Agopian
2012-01-29
1
-0
/
+23
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-2
/
+2
*
gltrace: transport buffering and context management
Siva Velusamy
2012-01-04
1
-1
/
+7
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-1
/
+1
*
glestrace: Framework for GLES tracing library
Siva Velusamy
2011-12-02
1
-17
/
+6
*
fix crash when validating an invalid EGL objects
Mathias Agopian
2011-11-14
1
-5
/
+9
*
add an option to EGL to dump stack traces on errors
Mathias Agopian
2011-09-06
1
-4
/
+7
*
this should fix the GL debugger
Mathias Agopian
2011-09-01
1
-3
/
+3
*
Always make GL calls with a valid EGL context.
Romain Guy
2011-07-11
1
-0
/
+5
*
fix x86 build
Mathias Agopian
2011-05-23
1
-0
/
+66
*
eglTerminate() now actually frees up all active egl objects
Mathias Agopian
2011-05-16
1
-35
/
+18
*
refactor EGL source code
Mathias Agopian
2011-05-16
1
-1976
/
+44
*
EGL: Allow creating a SurfaceTexture EGLSurface.
Jamie Gennis
2011-04-25
1
-10
/
+0
*
GLES2Dbg: use dump.gles2dbg file when fails to create socket
David Li
2011-04-12
1
-4
/
+10
*
GLES2Dbg: change GLES2_dbg to shared library
David Li
2011-04-12
1
-26
/
+11
*
Initialize reference counter for egl_display_t
Eric Hassold
2011-03-31
1
-1
/
+1
*
Make objects collection a member of egl_display object
Eric Hassold
2011-03-25
1
-68
/
+68
*
Check for initialized EGLDisplay when required by specification
Eric Hassold
2011-03-23
1
-77
/
+115
*
Merge "GLES2Debugger: Make command exchange async to improve performance."
David Li
2011-03-17
1
-2
/
+4
|
\
|
*
GLES2Debugger: Make command exchange async to improve performance.
David Li
2011-03-11
1
-2
/
+4
*
|
am 9405d987: am a05a8ac5: am af831a7b: Merge "fix [4107131] nvidia driver cal...
Mathias Agopian
2011-03-16
1
-4
/
+5
|
\
\
|
*
|
fix [4107131] nvidia driver call takes a very long time
Mathias Agopian
2011-03-16
1
-4
/
+5
*
|
|
am 0ea44ac0: am 00f47af8: Merge "SurfaceTexture: disallow unsupported uses." ...
Jamie Gennis
2011-03-15
1
-0
/
+10
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
SurfaceTexture: disallow unsupported uses.
Jamie Gennis
2011-03-15
1
-0
/
+10
*
|
GLES2Debugger: Added DbgContext and vertex data capturing.
David Li
2011-03-10
1
-4
/
+17
*
|
Added screenshot after glDraw* option to GLES2 Debugger
David Li
2011-03-04
1
-0
/
+4
*
|
Initial commit of GLESv2 debugger server
David Li
2011-03-03
1
-3
/
+28
|
/
*
Clean up use of HAVE_ANDROID_OS
Kenny Root
2011-02-16
1
-1
/
+1
*
Clear all EGL errors when entering EGL funcs.
Jamie Gennis
2011-01-31
1
-4
/
+3
*
egl: clear error on function entry
Michael I. Gold
2011-01-25
1
-1
/
+92
*
egl: fix GetProcAddress for EGLimage extensions
Michael I. Gold
2011-01-16
1
-0
/
+33
*
egl: expose EGLimage extensions
Michael I. Gold
2011-01-16
1
-0
/
+2
*
egl: fixes for object refcounts
Michael I. Gold
2010-12-23
1
-20
/
+31
*
am 054ae782: am e1752f41: Merge "fix [3258603] \'Quadrant\' benchmark crashes...
Mathias Agopian
2010-12-08
1
-2
/
+2
|
\
|
*
fix [3258603] 'Quadrant' benchmark crashes inside eglQueryContext on GB/Crespo
Mathias Agopian
2010-12-08
1
-2
/
+2
*
|
am 0484a673: am daef0a04: Merge "[3229973, 3247470, ...] set EGLNativeWindowS...
Mathias Agopian
2010-12-06
1
-8
/
+25
|
\
\
|
|
/
|
*
[3229973, 3247470, ...] set EGLNativeWindowSurface's format in EGL
Mathias Agopian
2010-12-03
1
-8
/
+25
|
*
DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong poin...
Mathias Agopian
2010-11-09
1
-0
/
+4
*
|
OpenGL tracing.
Jack Palevich
2010-10-26
1
-6
/
+73
*
|
am 4eb1ad5e: am 524a6d8e: Merge "better fix for [3028370] GL get error should...
Mathias Agopian
2010-09-23
1
-9
/
+2
|
\
\
|
|
/
|
*
better fix for [3028370] GL get error should return a valid error if no conte...
Mathias Agopian
2010-09-23
1
-9
/
+2
*
|
am 9c4d7d67: am 5c6c5c7a: fix [3028370] GL get error should return a valid er...
Mathias Agopian
2010-09-23
1
-0
/
+9
|
\
\
|
|
/
|
*
fix [3028370] GL get error should return a valid error if no context is bound.
Mathias Agopian
2010-09-23
1
-0
/
+9
*
|
am d01ce192: am 9d5fac51: Merge "fix small bug in EGL error management" into ...
Mathias Agopian
2010-09-22
1
-2
/
+4
|
\
\
|
|
/
|
*
fix small bug in EGL error management
Mathias Agopian
2010-09-21
1
-2
/
+4
*
|
fix typo EGL_NO_IMAGE_KHR -> EGL_NO_SYNC_KHR
Mathias Agopian
2010-09-21
1
-4
/
+4
*
|
Add support for KHR_fence_sync
Mathias Agopian
2010-09-10
1
-0
/
+125
*
|
am a9ff29b5: am 6808e6a8: Merge "Fix a few typos in EGL wrapper" into gingerb...
Mathias Agopian
2010-09-09
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix a few typos in EGL wrapper
Mathias Agopian
2010-09-09
1
-2
/
+2
|
*
cleanup EGL a bit. remove unused extension.
Mathias Agopian
2010-08-27
1
-19
/
+0
[next]