summaryrefslogtreecommitdiff
path: root/opengl/libs/EGL/egl_display.cpp
AgeCommit message (Expand)Author
2017-03-10convert BlobCache to STLMathias Agopian
2017-03-10Remove dependency to most of libutilsMathias Agopian
2017-02-28clean-up EGL includesMathias Agopian
2017-01-20libEGL: Add initialization tracingJesse Hall
2016-10-12Remove EGL HibernationDan Willemsen
2016-09-28EGL: check that display is still validJesse Hall
2016-04-26Merge "Revert "EGL: Ensure surfaces are disconnected when destroyed"" into ny...Pablo Ceballos
2016-04-26Revert "EGL: Ensure surfaces are disconnected when destroyed"Pablo Ceballos
2016-04-18Look EGL extension matches beyond partial matchKalle Raita
2016-04-09EGL: Ensure surfaces are disconnected when destroyedPablo Ceballos
2016-02-03Merge "Clean up warnings in EGL." am: c312141adc am: d380a770fdDan Albert
2016-02-02Clean up warnings in EGL.Dan Albert
2015-11-09Fix parsing the EGL extension string.Nicolas Capens
2015-10-20Revert "Revert "Remove GLTrace support""Pablo Ceballos
2015-10-19Revert "Remove GLTrace support"Pablo Ceballos
2015-10-06Remove GLTrace supportPablo Ceballos
2015-01-28Remove lock around ref count check in terminate.Michael Lentine
2014-03-12native frameworks: 64-bit compile issuesMark Salyzyn
2013-08-28remove adreno 130 workaround supportMathias Agopian
2013-08-13Add support for EGL_KHR_gl_colorspaceJesse Hall
2013-08-06Add EGL_KHR_get_all_proc_addresses to extension stringJesse Hall
2013-04-04fix local include pathsMathias Agopian
2013-03-28cleanup EGL extensions strings and entry-pointsMathias Agopian
2012-09-24EGL: add the EGL_ANDROID_framebuffer_target enumJamie Gennis
2012-09-24EGL: expose the EXT_create_context_robustness extJamie Gennis
2012-09-17EGL: fix an extension string bugJamie Gennis
2012-09-06EGL: add the native_fence_sync extensionJamie Gennis
2012-06-13don't error out when eglTerminate()ing an already terminated displayMathias Agopian
2012-05-21fix EGL_CLIENT_STRINGMathias Agopian
2012-05-04Disable EGL hibernation due to jankJesse Hall
2012-04-17Fix deadlock when cleaning objects in eglTerminateJesse Hall
2012-04-09Hibernate the EGL implementation when idleJesse Hall
2012-04-09Increment/decrement a counter around EGL callsJesse Hall
2012-04-06EGL: add GPU frame completion tracingJamie Gennis
2012-03-25debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is c...Mathias Agopian
2012-03-09gltrace: Expose a function to set OpenGL trace level.Siva Velusamy
2012-02-13EGLConfig is now not remaped to an internal EGLConfigMathias Agopian
2012-02-13remove multiplexing of multiple EGL implementationMathias Agopian
2012-02-03fix a dead-lock in eglMakeCurrentMathias Agopian
2012-01-30fix a race condition in eglMakeCurrent()Mathias Agopian
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
2011-11-16be a bit more defensive when parsing extension stringsMathias Agopian
2011-11-14rework a bit how we manage EGL extensionsMathias Agopian
2011-11-14fix crash when validating an invalid EGL objectsMathias Agopian
2011-11-07EGL: use an in-memory the blob cacheJamie Gennis
2011-11-04EGL: Add stubs for EGL_ANDROID_blob_cacheJamie Gennis
2011-05-16eglTerminate() now actually frees up all active egl objectsMathias Agopian
2011-05-16refactor EGL source codeMathias Agopian