index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
opengl
/
libs
/
EGL
Commit message (
Expand
)
Author
Age
Files
Lines
*
Additional parameter validation for EGL functions
Michael Chock
2012-09-12
1
-6
/
+11
*
EGL: do not use sparse files for shader
vijay gupta
2012-07-23
1
-14
/
+15
*
reduce PB size from 2MB to 512KB
Mathias Agopian
2012-06-05
1
-0
/
+47
*
fix EGL_CLIENT_STRING
Mathias Agopian
2012-05-21
1
-1
/
+1
*
Disable EGL hibernation due to jank
Jesse Hall
2012-05-04
2
-7
/
+13
*
Fix deadlock when cleaning objects in eglTerminate
Jesse Hall
2012-04-17
2
-29
/
+79
*
Hibernate the EGL implementation when idle
Jesse Hall
2012-04-09
6
-17
/
+94
*
Increment/decrement a counter around EGL calls
Jesse Hall
2012-04-09
6
-91
/
+169
*
EGL: add GPU frame completion tracing
Jamie Gennis
2012-04-06
3
-3
/
+84
*
debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is c...
Mathias Agopian
2012-03-25
3
-1
/
+21
*
gltrace: Expose a function to set OpenGL trace level.
Siva Velusamy
2012-03-09
2
-17
/
+45
*
Add tracing to various graphics components.
Jamie Gennis
2012-02-27
1
-0
/
+5
*
Don't wrap EGLImageKHR and EGLSyncKHR anymore
Mathias Agopian
2012-02-14
3
-230
/
+35
*
EGLConfig is now not remaped to an internal EGLConfig
Mathias Agopian
2012-02-13
6
-261
/
+54
*
remove multiplexing of multiple EGL implementation
Mathias Agopian
2012-02-13
10
-427
/
+258
*
fix a dead-lock in eglMakeCurrent
Mathias Agopian
2012-02-03
2
-22
/
+54
*
fix a race condition in eglMakeCurrent()
Mathias Agopian
2012-01-30
3
-35
/
+52
*
Merge "add all needed GL extension wrappers"
Mathias Agopian
2012-01-30
1
-16
/
+34
|
\
|
*
add all needed GL extension wrappers
Mathias Agopian
2012-01-30
1
-16
/
+34
*
|
add support for GL_EXT_debug_marker
Mathias Agopian
2012-01-29
6
-10
/
+84
|
/
*
hack up frame latency measurement
Jamie Gennis
2012-01-24
1
-0
/
+20
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
7
-25
/
+25
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
3
-6
/
+6
*
gltrace: transport buffering and context management
Siva Velusamy
2012-01-04
2
-2
/
+8
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
4
-25
/
+25
*
Merge "glestrace: Framework for GLES tracing library"
Siva Velusamy
2011-12-02
6
-48
/
+32
|
\
|
*
glestrace: Framework for GLES tracing library
Siva Velusamy
2011-12-02
6
-48
/
+32
*
|
add a way to access the version string of the h/w implementation of EGL
Mathias Agopian
2011-11-29
1
-0
/
+8
|
/
*
Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1
Jamie Gennis
2011-11-21
1
-2
/
+10
|
\
|
*
EGL: Use cache sizes defined in the BoardConfig
Jamie Gennis
2011-11-21
1
-2
/
+10
*
|
EGL: default to swap interval 1
Jamie Gennis
2011-11-21
1
-0
/
+5
|
/
*
Merge "EGL: fix blob cache extension detection" into ics-mr1
Jamie Gennis
2011-11-17
1
-1
/
+1
|
\
|
*
EGL: fix blob cache extension detection
Jamie Gennis
2011-11-17
1
-1
/
+1
*
|
be a bit more defensive when parsing extension strings
Mathias Agopian
2011-11-16
1
-9
/
+13
*
|
rework a bit how we manage EGL extensions
Mathias Agopian
2011-11-14
3
-41
/
+77
|
/
*
fix crash when validating an invalid EGL objects
Mathias Agopian
2011-11-14
6
-41
/
+48
*
Merge "EGL: add the ANDROID suffix to the blob cache ext" into ics-mr1
Jamie Gennis
2011-11-14
3
-24
/
+26
|
\
|
*
EGL: add the ANDROID suffix to the blob cache ext
Jamie Gennis
2011-11-11
3
-24
/
+26
*
|
Merge "Terminate EGL when an app goes in the background" into ics-mr1
Romain Guy
2011-11-10
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Terminate EGL when an app goes in the background
Romain Guy
2011-11-10
1
-0
/
+2
*
|
EGL: add deferred saving of the cache
Jamie Gennis
2011-11-08
2
-0
/
+34
|
/
*
EGL: implement loading and saving the cache
Jamie Gennis
2011-11-08
3
-5
/
+179
*
EGL: use an in-memory the blob cache
Jamie Gennis
2011-11-07
3
-16
/
+152
*
EGL: Add stubs for EGL_ANDROID_blob_cache
Jamie Gennis
2011-11-04
4
-0
/
+138
*
don't log EGL errors due to unimplemented proprietary extensions
Mathias Agopian
2011-10-05
3
-15
/
+24
*
cleanup: fix typos in logs
Mathias Agopian
2011-09-16
1
-1
/
+1
*
Add (support for) EGL_NV_system_time extension.
Jonas Yang
2011-09-13
2
-0
/
+53
*
add an option to EGL to dump stack traces on errors
Mathias Agopian
2011-09-06
2
-4
/
+18
*
opengl: EGL: special case for GLES emulation
David 'Digit' Turner
2011-09-02
1
-0
/
+43
*
this should fix the GL debugger
Mathias Agopian
2011-09-01
1
-3
/
+3
[next]