replicant-frameworks_native/opengl/libs/EGL
Mathias Agopian 4e620ddce3 free EGL resources associated to a thread when it terminates
destroyed but current-to-a-thread resources are only destroyed
when they're made not-current; however, we were not destroying
those when the thread itself terminated, causing these resources
to be leaked forever.

we now install a tls-key destructor that takes care of this
by calling eglReleaseThread upon thread termination.

Bug: 9209776
Change-Id: I88298a34e3a27488eb81eab76717715569c7d57c
2013-05-30 16:07:36 -07:00
..
egl_cache.cpp fix local include paths 2013-04-04 23:30:18 -07:00
egl_cache.h EGL: add the ANDROID suffix to the blob cache ext 2011-11-11 13:17:03 -08:00
egl_display.cpp fix local include paths 2013-04-04 23:30:18 -07:00
egl_display.h fix local include paths 2013-04-04 23:30:18 -07:00
egl_entries.in replace eglWaitSyncANDROID by eglWaitSyncKHR 2013-03-28 14:31:09 -07:00
egl_object.cpp Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00
egl_object.h Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00
egl_tls.cpp free EGL resources associated to a thread when it terminates 2013-05-30 16:07:36 -07:00
egl_tls.h free EGL resources associated to a thread when it terminates 2013-05-30 16:07:36 -07:00
egl.cpp fix local include paths 2013-04-04 23:30:18 -07:00
eglApi.cpp free EGL resources associated to a thread when it terminates 2013-05-30 16:07:36 -07:00
egldefs.h fix local include paths 2013-04-04 23:30:18 -07:00
getProcAddress.cpp fix local include paths 2013-04-04 23:30:18 -07:00
Loader.cpp change how the userspace GLES drivers are named 2013-04-26 23:49:01 +02:00
Loader.h change how the userspace GLES drivers are named 2013-04-26 23:49:01 +02:00
trace.cpp Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00