index
:
frameworks_native.git
master
replicant-6.0
frameworks/native
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
opengl
/
libs
/
EGL
/
eglApi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
EGL: expose the EGL_KHR_create_context extension
Jamie Gennis
2013-04-25
1
-0
/
+1
*
fix "traceGpuCompletion" debug feature
Mathias Agopian
2013-04-16
1
-13
/
+8
*
fix local include paths
Mathias Agopian
2013-04-04
1
-5
/
+3
*
don't use compile-time configuration of libgui as much as possible
Mathias Agopian
2013-03-29
1
-4
/
+19
*
replace eglWaitSyncANDROID by eglWaitSyncKHR
Mathias Agopian
2013-03-28
1
-17
/
+18
*
cleanup EGL extensions strings and entry-points
Mathias Agopian
2013-03-28
1
-10
/
+100
*
Add eglPresentationTimeANDROID
Andy McFadden
2013-03-05
1
-0
/
+22
*
Add ES3 support to libGLESv2 and tracing tools
Jesse Hall
2013-02-12
1
-19
/
+17
*
am 873ab60e: am 75b83e4d: Merge "Gfx-3d: fix GetProcAddress in egl extention"
Jesse Hall
2013-02-01
1
-1
/
+4
|
\
|
*
Gfx-3d: fix GetProcAddress in egl extention
luliuhui
2013-01-22
1
-1
/
+4
*
|
gltrace: Add support for tracing running applications.
Siva Velusamy
2012-12-20
1
-5
/
+29
|
/
*
am 825a9a2d: Merge "Update comments to reflect what the code actually does" i...
Romain Guy
2012-10-16
1
-2
/
+2
|
\
|
*
Update comments to reflect what the code actually does
Romain Guy
2012-10-15
1
-2
/
+2
*
|
am b96fe085: Merge "Add new debug option to force 4x MSAA in OpenGL ES 2.0 ap...
Romain Guy
2012-10-15
1
-0
/
+53
|
\
\
|
|
/
|
*
Add new debug option to force 4x MSAA in OpenGL ES 2.0 apps
Romain Guy
2012-10-15
1
-0
/
+53
*
|
am 500407a2: log an error when eglCreateContext() fails in an inconsistant way
Mathias Agopian
2012-09-24
1
-0
/
+6
|
\
\
|
|
/
|
*
log an error when eglCreateContext() fails in an inconsistant way
Mathias Agopian
2012-09-24
1
-0
/
+6
*
|
am 98838aa0: am 77af25b6: Merge "Return back-end result from eglDestroyImageKHR"
Mathias Agopian
2012-09-24
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Return back-end result from eglDestroyImageKHR
Steven Holte
2012-09-12
1
-2
/
+3
*
|
EGL: Add the EGL_ANDROID_wait_sync extension
Jamie Gennis
2012-09-09
1
-0
/
+16
*
|
EGL: add the native_fence_sync extension
Jamie Gennis
2012-09-06
1
-1
/
+15
|
/
*
Hibernate the EGL implementation when idle
Jesse Hall
2012-04-09
1
-3
/
+5
*
Increment/decrement a counter around EGL calls
Jesse Hall
2012-04-09
1
-64
/
+68
*
EGL: add GPU frame completion tracing
Jamie Gennis
2012-04-06
1
-1
/
+76
*
debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is c...
Mathias Agopian
2012-03-25
1
-0
/
+12
*
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
1
-162
/
+35
*
EGLConfig is now not remaped to an internal EGLConfig
Mathias Agopian
2012-02-13
1
-166
/
+28
*
remove multiplexing of multiple EGL implementation
Mathias Agopian
2012-02-13
1
-219
/
+128
*
fix a race condition in eglMakeCurrent()
Mathias Agopian
2012-01-30
1
-34
/
+5
*
add support for GL_EXT_debug_marker
Mathias Agopian
2012-01-29
1
-5
/
+4
*
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
1
-4
/
+4
*
gltrace: transport buffering and context management
Siva Velusamy
2012-01-04
1
-1
/
+1
*
Merge "glestrace: Framework for GLES tracing library"
Siva Velusamy
2011-12-02
1
-11
/
+23
|
\
|
*
glestrace: Framework for GLES tracing library
Siva Velusamy
2011-12-02
1
-11
/
+23
*
|
add a way to access the version string of the h/w implementation of EGL
Mathias Agopian
2011-11-29
1
-0
/
+8
|
/
*
EGL: default to swap interval 1
Jamie Gennis
2011-11-21
1
-0
/
+5
*
rework a bit how we manage EGL extensions
Mathias Agopian
2011-11-14
1
-41
/
+5
*
fix crash when validating an invalid EGL objects
Mathias Agopian
2011-11-14
1
-24
/
+24
*
EGL: add the ANDROID suffix to the blob cache ext
Jamie Gennis
2011-11-11
1
-1
/
+1
*
EGL: Add stubs for EGL_ANDROID_blob_cache
Jamie Gennis
2011-11-04
1
-0
/
+7
*
don't log EGL errors due to unimplemented proprietary extensions
Mathias Agopian
2011-10-05
1
-2
/
+2
*
Add (support for) EGL_NV_system_time extension.
Jonas Yang
2011-09-13
1
-0
/
+48
*
fix logging of eglMakeCurrent() errors
Mathias Agopian
2011-08-25
1
-0
/
+3
*
EGL: move disconnect to surface dtor
Jamie Gennis
2011-08-24
1
-7
/
+0
*
connect/disconnect is now called from our EGL wrapper
Mathias Agopian
2011-08-01
1
-2
/
+17
*
EGL: fix the ANativeWindow size/fmt override
Jamie Gennis
2011-07-11
1
-1
/
+6
*
eglTerminate() now actually frees up all active egl objects
Mathias Agopian
2011-05-16
1
-66
/
+42
*
refactor EGL source code
Mathias Agopian
2011-05-16
1
-0
/
+1464