summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/egl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix EGL shim extension injection for GL ES 3 drivers.Alistair Strachan2015-05-281-0/+38
* Add rate-limited logging for unimplemented es functions.Michael Lentine2014-09-231-5/+19
* Revert "Temporarily turn on callstack logging"John Reck2014-04-241-1/+1
* Temporarily turn on callstack loggingJohn Reck2014-04-081-1/+1
* Make libEGL build cleanly under 64-bitDan Stoza2014-01-171-6/+7
* make sure we have a context when creating the 1st surfaceMathias Agopian2013-08-081-0/+5
* improve GLES jumptablesMathias Agopian2013-07-011-34/+0
* fix local include pathsMathias Agopian2013-04-041-5/+5
* improved CallStack a bitMathias Agopian2013-03-211-3/+1
* Add ES3 support to libGLESv2 and tracing toolsJesse Hall2013-02-121-14/+12
* gltrace: Add support for tracing running applications.Siva Velusamy2012-12-201-28/+39
* gltrace: Make sure device is debuggable.Siva Velusamy2012-11-201-0/+6
* am f58475b5: am 60393d45: Merge "Add runtime debugging capabilities to OpenGL...Romain Guy2012-10-181-4/+35
|\
| * Add runtime debugging capabilities to OpenGLRomain Guy2012-10-181-4/+35
* | gltrace: Do not start gltrace from early_egl_init.Siva Velusamy2012-10-101-1/+0
|/
* assert -eng builds when calling a GL function without a contextMathias Agopian2012-09-261-2/+7
* Increment/decrement a counter around EGL callsJesse Hall2012-04-091-12/+12
* gltrace: Expose a function to set OpenGL trace level.Siva Velusamy2012-03-091-17/+43
* Don't wrap EGLImageKHR and EGLSyncKHR anymoreMathias Agopian2012-02-141-28/+0
* EGLConfig is now not remaped to an internal EGLConfigMathias Agopian2012-02-131-6/+5
* remove multiplexing of multiple EGL implementationMathias Agopian2012-02-131-29/+10
* add support for GL_EXT_debug_markerMathias Agopian2012-01-291-0/+23
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* gltrace: transport buffering and context managementSiva Velusamy2012-01-041-1/+7
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* glestrace: Framework for GLES tracing librarySiva Velusamy2011-12-021-17/+6
* fix crash when validating an invalid EGL objectsMathias Agopian2011-11-141-5/+9
* add an option to EGL to dump stack traces on errorsMathias Agopian2011-09-061-4/+7
* this should fix the GL debuggerMathias Agopian2011-09-011-3/+3
* Always make GL calls with a valid EGL context.Romain Guy2011-07-111-0/+5
* fix x86 buildMathias Agopian2011-05-231-0/+66
* eglTerminate() now actually frees up all active egl objectsMathias Agopian2011-05-161-35/+18
* refactor EGL source codeMathias Agopian2011-05-161-1976/+44
* EGL: Allow creating a SurfaceTexture EGLSurface.Jamie Gennis2011-04-251-10/+0
* GLES2Dbg: use dump.gles2dbg file when fails to create socketDavid Li2011-04-121-4/+10
* GLES2Dbg: change GLES2_dbg to shared libraryDavid Li2011-04-121-26/+11
* Initialize reference counter for egl_display_tEric Hassold2011-03-311-1/+1
* Make objects collection a member of egl_display objectEric Hassold2011-03-251-68/+68
* Check for initialized EGLDisplay when required by specificationEric Hassold2011-03-231-77/+115
* Merge "GLES2Debugger: Make command exchange async to improve performance."David Li2011-03-171-2/+4
|\
| * GLES2Debugger: Make command exchange async to improve performance.David Li2011-03-111-2/+4
* | am 9405d987: am a05a8ac5: am af831a7b: Merge "fix [4107131] nvidia driver cal...Mathias Agopian2011-03-161-4/+5
|\ \
| * | fix [4107131] nvidia driver call takes a very long timeMathias Agopian2011-03-161-4/+5
* | | am 0ea44ac0: am 00f47af8: Merge "SurfaceTexture: disallow unsupported uses." ...Jamie Gennis2011-03-151-0/+10
|\| | | |/ |/|
| * SurfaceTexture: disallow unsupported uses.Jamie Gennis2011-03-151-0/+10
* | GLES2Debugger: Added DbgContext and vertex data capturing.David Li2011-03-101-4/+17
* | Added screenshot after glDraw* option to GLES2 DebuggerDavid Li2011-03-041-0/+4
* | Initial commit of GLESv2 debugger serverDavid Li2011-03-031-3/+28
|/
* Clean up use of HAVE_ANDROID_OSKenny Root2011-02-161-1/+1
* Clear all EGL errors when entering EGL funcs.Jamie Gennis2011-01-311-4/+3