summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gingerbread' of git://git.omapzoom.org/platform/frameworks/base...Steve Kondik2011-09-291-0/+43
|\
| * opengl: Ensure we only load the GLES emulation library when the emulator supp...David 'Digit' Turner2011-09-161-0/+43
| * egl: fixes for object refcountsMichael I. Gold2011-02-221-20/+31
* | libagl: Add eglGetRenderBufferANDROID() extensionArne Coucheron2011-09-181-0/+19
* | libEGL: Make vendor extensions a device optionRicardo Cerqueira2011-07-171-1/+0
* | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-03-301-20/+31
|\ \
| * | egl: fixes for object refcountsMichael I. Gold2011-03-291-20/+31
| |/
* | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-02-281-10/+27
|\ \ | |/
| * fix [3258603] 'Quadrant' benchmark crashes inside eglQueryContext on GB/CrespoMathias Agopian2010-12-081-2/+2
| * [3229973, 3247470, ...] set EGLNativeWindowSurface's format in EGLMathias Agopian2010-12-031-8/+25
* | [egl] return error code for NULL num_config output parameterGary King2010-12-211-0/+1
* | [egl] add support for vendor-specific GL extensionsGary King2010-12-211-0/+62
|/
* DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong poin...Mathias Agopian2010-11-091-0/+4
* better fix for [3028370] GL get error should return a valid error if no conte...Mathias Agopian2010-09-231-9/+2
* fix [3028370] GL get error should return a valid error if no context is bound.Mathias Agopian2010-09-231-0/+9
* fix small bug in EGL error managementMathias Agopian2010-09-211-2/+4
* support loading EGL libraries from /vendor/lib/egl as well as /system/lib/eglBrian Swetland2010-09-202-14/+16
* 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
* fix [2912927] Can't get NV_draw_path extension to workMathias Agopian2010-08-131-2/+3
* improve a bit the implementation of eglGetProcAddressMathias Agopian2010-08-091-86/+32
* fix [2421247] implement eglGetProcAddress(), needed in the ndkMathias Agopian2010-08-022-45/+226
* 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
* 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-091-1/+1
* 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
* 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
* fix [2187212] add support for GLESv2 dispatch based on TLSMathias Agopian2009-10-144-123/+138
* log an error when loading an existing GL driver failsMathias Agopian2009-09-201-5/+14
* fix a bug recently introduced where EGL couldn't be initialized again after i...Mathias Agopian2009-08-241-76/+116
* first step for fixing [2066786] EGL object lifetime management doesn't respec...Mathias Agopian2009-08-211-71/+243
* fix a bug in ComponentSizeChooser where it could pick a software EGLConfig in...Mathias Agopian2009-08-201-2/+2
* fix bug [2021677] egl driver unloaded after eglTerminate() is calledMathias Agopian2009-08-171-99/+99
* Better error handling in EGL extensionsMathias Agopian2009-08-121-11/+9
* log opengl-call-with-no-context only once per thread, instead of for each fun...Mathias Agopian2009-07-311-2/+9
* GLESv2 couldn't be loaded due to wrong path specificationMathias Agopian2009-07-291-1/+1
* am 46e28db8: Merge change 6713 into donutAndroid (Google) Code Review2009-07-091-1/+1
|\
| * fix for [1969185] valgrind errors in new gl stuffMathias Agopian2009-07-091-1/+1
| * fix [1942438] eglGetCurrentSurface() returns bogus valueMathias Agopian2009-06-241-3/+5
| * make sure to fail to software when the h/w renderer cannot be initializedMathias Agopian2009-05-201-0/+5
* | Make opengl loader use an absolute path.Marco Nelissen2009-07-071-1/+1
* | Add eglGetRenderBufferANDROID() extension, which returns the current render b...Mathias Agopian2009-06-252-0/+18
* | fix [1942438] eglGetCurrentSurface() returns bogus valueMathias Agopian2009-06-251-3/+5
* | remove some spurious debuging LOGDMathias Agopian2009-06-031-1/+1
* | fix/clean these Android.mk following dbort and joeo's commentsMathias Agopian2009-06-031-4/+2
* | implement a real loader for EGL driversMathias Agopian2009-05-284-136/+447