summaryrefslogtreecommitdiffstats
path: root/opengl/libs
Commit message (Expand)AuthorAgeFilesLines
* 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-269-6/+1441
* | am 4eb1ad5e: am 524a6d8e: Merge "better fix for [3028370] GL get error should...Mathias Agopian2010-09-233-9/+4
|\ \ | |/
| * better fix for [3028370] GL get error should return a valid error if no conte...Mathias Agopian2010-09-233-9/+4
* | 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
* | am a9ff29b5: am 6808e6a8: Merge "Fix a few typos in EGL wrapper" into gingerb...Mathias Agopian2010-09-091-2/+2
|\ \ | |/
| * Fix a few typos in EGL wrapperMathias Agopian2010-09-091-2/+2
| * cleanup EGL a bit. remove unused extension.Mathias Agopian2010-08-271-19/+0
* | Add KHR_gl_texture_2D_image extension string.Mathias Agopian2010-08-271-0/+1
* | cleanup EGL a bit. remove unused extension.Mathias Agopian2010-08-271-19/+0
* | am a4ed1c67: am 1e4aa48c: Merge "fix [2912927] Can\'t get NV_draw_path extens...Romain Guy2010-08-161-2/+3
|\ \ | |/
| * fix [2912927] Can't get NV_draw_path extension to workMathias Agopian2010-08-131-2/+3
* | am 553a333d: am 603a34ee: Merge "improve a bit the implementation of eglGetPr...Mathias Agopian2010-08-101-86/+32
|\ \ | |/
| * improve a bit the implementation of eglGetProcAddressMathias Agopian2010-08-091-86/+32
* | Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-2/+18
|/
* fix [2421247] implement eglGetProcAddress(), needed in the ndkMathias Agopian2010-08-024-51/+233
* fix [2870926] Issue 9802: EGL wrapper has not been implemented correctly for ...Mathias Agopian2010-07-261-98/+138
* Fix a bug that prevented the creation of EGL shared contexts.Jamie Gennis2010-07-021-0/+4
* update GL ES stub libraries with the new GL ES headersMathias Agopian2010-06-095-58/+268
* fix a crasher in our EGL wrapper when attrib_list is NULL in eglChooseConfigMathias Agopian2010-05-171-4/+6
* small cleanup. gEGLImpl should have been staticMathias Agopian2010-04-092-1/+2
* Fix Android's glEGLImageTargetRenderbufferOES() wrapperMathias Agopian2010-03-292-2/+2
* Implement eglInitialize / eglTerminate reference countingJack Palevich2010-03-151-1/+4
* fix [2189862] Race condition in eglIntialize and eglDestroyMathias Agopian2010-02-051-3/+16
* fix [2303866] eglMakeCurrent doesn't return all error messages described in t...Mathias Agopian2010-01-251-3/+3
* Use correct TLS codepath in graphics librariesGary King2010-01-121-0/+11
* A library for encoding and decoding ETC1 textures.Jack Palevich2009-12-312-0/+700
* Implement Matrix Palette extension.Jack Palevich2009-12-081-0/+21
* fix[2222341] Soft reset while going back from camcorder settingsMathias Agopian2009-10-301-1/+1
* return proper error code from eglCreateImageKHRMathias Agopian2009-10-291-4/+24
* Use the TLS register if HAVE_ARM_TLS_REGISTER is definedMathias Agopian2009-10-193-6/+34