summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/eglApi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Gfx-3d: fix GetProcAddress in egl extentionluliuhui2013-04-211-1/+4
* Update comments to reflect what the code actually doesRomain Guy2012-10-151-2/+2
* Add new debug option to force 4x MSAA in OpenGL ES 2.0 appsRomain Guy2012-10-151-0/+53
* log an error when eglCreateContext() fails in an inconsistant wayMathias Agopian2012-09-241-0/+6
* EGL: Add the EGL_ANDROID_wait_sync extensionJamie Gennis2012-09-091-0/+16
* EGL: add the native_fence_sync extensionJamie Gennis2012-09-061-1/+15
* Hibernate the EGL implementation when idleJesse Hall2012-04-091-3/+5
* Increment/decrement a counter around EGL callsJesse Hall2012-04-091-64/+68
* EGL: add GPU frame completion tracingJamie Gennis2012-04-061-1/+76
* debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is c...Mathias Agopian2012-03-251-0/+12
* Add tracing to various graphics components.Jamie Gennis2012-02-271-0/+5
* Don't wrap EGLImageKHR and EGLSyncKHR anymoreMathias Agopian2012-02-141-162/+35
* EGLConfig is now not remaped to an internal EGLConfigMathias Agopian2012-02-131-166/+28
* remove multiplexing of multiple EGL implementationMathias Agopian2012-02-131-219/+128
* fix a race condition in eglMakeCurrent()Mathias Agopian2012-01-301-34/+5
* add support for GL_EXT_debug_markerMathias Agopian2012-01-291-5/+4
* hack up frame latency measurementJamie Gennis2012-01-241-0/+20
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* gltrace: transport buffering and context managementSiva Velusamy2012-01-041-1/+1
* Merge "glestrace: Framework for GLES tracing library"Siva Velusamy2011-12-021-11/+23
|\
| * glestrace: Framework for GLES tracing librarySiva Velusamy2011-12-021-11/+23
* | add a way to access the version string of the h/w implementation of EGLMathias Agopian2011-11-291-0/+8
|/
* EGL: default to swap interval 1Jamie Gennis2011-11-211-0/+5
* rework a bit how we manage EGL extensionsMathias Agopian2011-11-141-41/+5
* fix crash when validating an invalid EGL objectsMathias Agopian2011-11-141-24/+24
* EGL: add the ANDROID suffix to the blob cache extJamie Gennis2011-11-111-1/+1
* EGL: Add stubs for EGL_ANDROID_blob_cacheJamie Gennis2011-11-041-0/+7
* don't log EGL errors due to unimplemented proprietary extensionsMathias Agopian2011-10-051-2/+2
* Add (support for) EGL_NV_system_time extension.Jonas Yang2011-09-131-0/+48
* fix logging of eglMakeCurrent() errorsMathias Agopian2011-08-251-0/+3
* EGL: move disconnect to surface dtorJamie Gennis2011-08-241-7/+0
* connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-2/+17
* EGL: fix the ANativeWindow size/fmt overrideJamie Gennis2011-07-111-1/+6
* eglTerminate() now actually frees up all active egl objectsMathias Agopian2011-05-161-66/+42
* refactor EGL source codeMathias Agopian2011-05-161-0/+1464