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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a dead-lock in eglMakeCurrent
Mathias Agopian
2012-02-03
2
-22
/
+54
*
gltrace: fixup Push & Insert Marker calls
Siva Velusamy
2012-02-01
1
-0
/
+8
*
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
*
|
Merge "add support for GL_EXT_debug_marker"
Mathias Agopian
2012-01-30
12
-12
/
+118
|
\
\
|
|
/
|
/
|
|
*
add support for GL_EXT_debug_marker
Mathias Agopian
2012-01-29
12
-12
/
+118
*
|
Merge "gltrace: Use Unix Domain Socket rather than INET Socket"
Siva Velusamy
2012-01-30
3
-19
/
+21
|
\
\
|
|
/
|
/
|
|
*
gltrace: Use Unix Domain Socket rather than INET Socket
Siva Velusamy
2012-01-27
3
-19
/
+21
*
|
Merge "update GLES headers and add support for corresponding new extensions."
Mathias Agopian
2012-01-29
13
-31
/
+3124
|
\
\
|
*
|
update GLES headers and add support for corresponding new extensions.
Mathias Agopian
2012-01-28
13
-31
/
+3124
|
|
/
*
|
remove unused code
Mathias Agopian
2012-01-28
20
-10596
/
+0
|
/
*
hack up frame latency measurement
Jamie Gennis
2012-01-24
1
-0
/
+20
*
gltrace: fixup data for glTexSubImage2D & glDeleteBuffers
Siva Velusamy
2012-01-17
1
-23
/
+64
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
12
-36
/
+36
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
3
-6
/
+6
*
gltrace: add user settings to control data captured.
Siva Velusamy
2012-01-04
5
-8
/
+135
*
gltrace: add start time & duration to each traced call.
Siva Velusamy
2012-01-04
9
-511
/
+1344
*
gltrace: transport buffering and context management
Siva Velusamy
2012-01-04
14
-1218
/
+1077
*
Merge "gltrace: attach contents of the appropriate framebuffer"
Siva Velusamy
2012-01-04
5
-13
/
+33
|
\
|
*
gltrace: attach contents of the appropriate framebuffer
Siva Velusamy
2011-12-07
5
-13
/
+33
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
11
-53
/
+53
*
|
Fix convert8To4, convert8To5
Jack Palevich
2011-12-09
1
-2
/
+2
|
/
*
gltrace: Make framebuffer contents an optional message.
Siva Velusamy
2011-12-05
4
-13
/
+495
*
Merge "glestrace: Framework for GLES tracing library"
Siva Velusamy
2011-12-02
33
-484
/
+17425
|
\
|
*
glestrace: Framework for GLES tracing library
Siva Velusamy
2011-12-02
33
-484
/
+17425
*
|
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
2
-3
/
+18
|
\
|
*
EGL: Use cache sizes defined in the BoardConfig
Jamie Gennis
2011-11-21
2
-3
/
+18
*
|
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
5
-1
/
+139
*
don't log EGL errors due to unimplemented proprietary extensions
Mathias Agopian
2011-10-05
3
-15
/
+24
*
fix EGL debugger
Mathias Agopian
2011-09-19
8
-33
/
+29
*
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
*
fix another bug that prevented the gl debugger to work
Mathias Agopian
2011-09-01
1
-1
/
+1
[next]