summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL
Commit message (Expand)AuthorAgeFilesLines
* fix logging of eglMakeCurrent() errorsMathias Agopian2011-08-251-0/+3
* EGL: move disconnect to surface dtorJamie Gennis2011-08-242-9/+9
* connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-2/+17
* Merge "EGL: fix the ANativeWindow size/fmt override"Jamie Gennis2011-07-111-1/+6
|\
| * EGL: fix the ANativeWindow size/fmt overrideJamie Gennis2011-07-111-1/+6
* | Always make GL calls with a valid EGL context.Romain Guy2011-07-111-0/+5
|/
* fix x86 buildMathias Agopian2011-05-238-65/+159
* eglTerminate() now actually frees up all active egl objectsMathias Agopian2011-05-166-160/+176
* refactor EGL source codeMathias Agopian2011-05-168-1976/+2367
* fix (Again) adding OES postfix when looking for gl functionsMathias Agopian2011-05-111-9/+6
* add OES postfix without truncating functionJeff Boody2011-05-111-4/+6
* 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-103-6/+19
* | Added screenshot after glDraw* option to GLES2 DebuggerDavid Li2011-03-041-0/+4
* | Initial commit of GLESv2 debugger serverDavid Li2011-03-033-5/+74
|/
* 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
* egl: clear error on function entryMichael I. Gold2011-01-251-1/+92
* egl: fix GetProcAddress for EGLimage extensionsMichael I. Gold2011-01-161-0/+33
* egl: expose EGLimage extensionsMichael I. Gold2011-01-161-0/+2
* egl: fixes for object refcountsMichael I. Gold2010-12-231-20/+31
* am 054ae782: am e1752f41: Merge "fix [3258603] \'Quadrant\' benchmark crashes...Mathias Agopian2010-12-081-2/+2
|\
| * fix [3258603] 'Quadrant' benchmark crashes inside eglQueryContext on GB/CrespoMathias Agopian2010-12-081-2/+2
* | am 0484a673: am daef0a04: Merge "[3229973, 3247470, ...] set EGLNativeWindowS...Mathias Agopian2010-12-061-8/+25
|\ \ | |/
| * [3229973, 3247470, ...] set EGLNativeWindowSurface's format in EGLMathias Agopian2010-12-031-8/+25
| * DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong poin...Mathias Agopian2010-11-091-0/+4
* | Trace glUniformXXv and glUniformMatrixXfv calls.Jack Palevich2010-10-271-30/+138
* | OpenGL tracing.Jack Palevich2010-10-262-6/+320
* | am 4eb1ad5e: am 524a6d8e: Merge "better fix for [3028370] GL get error should...Mathias Agopian2010-09-231-9/+2
|\ \ | |/
| * better fix for [3028370] GL get error should return a valid error if no conte...Mathias Agopian2010-09-231-9/+2
* | am 9c4d7d67: am 5c6c5c7a: fix [3028370] GL get error should return a valid er...Mathias Agopian2010-09-231-0/+9
|\ \ | |/
| * fix [3028370] GL get error should return a valid error if no context is bound.Mathias Agopian2010-09-231-0/+9
* | am d01ce192: am 9d5fac51: Merge "fix small bug in EGL error management" into ...Mathias Agopian2010-09-221-2/+4
|\ \ | |/
| * fix small bug in EGL error managementMathias Agopian2010-09-211-2/+4
* | Merge "fix typo EGL_NO_IMAGE_KHR -> EGL_NO_SYNC_KHR"Mathias Agopian2010-09-221-4/+4
|\ \
| * | fix typo EGL_NO_IMAGE_KHR -> EGL_NO_SYNC_KHRMathias Agopian2010-09-211-4/+4
* | | am 5c746522: am 181e5ea8: Merge "support loading EGL libraries from /vendor/l...Brian Swetland2010-09-202-14/+16
|\ \ \ | |/ / |/| / | |/
| * support loading EGL libraries from /vendor/lib/egl as well as /system/lib/eglBrian Swetland2010-09-202-14/+16
* | Add support for KHR_fence_syncMathias Agopian2010-09-102-0/+132