summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/Loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Find non-extension GLES wrappers in eglGetProcAddressJesse Hall2013-07-041-1/+12
* fix local include pathsMathias Agopian2013-04-041-2/+2
* reduce PB size from 2MB to 512KBMathias Agopian2012-06-051-0/+47
* EGLConfig is now not remaped to an internal EGLConfigMathias Agopian2012-02-131-3/+3
* remove multiplexing of multiple EGL implementationMathias Agopian2012-02-131-36/+13
* add support for GL_EXT_debug_markerMathias Agopian2012-01-291-0/+13
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-7/+7
* glestrace: Framework for GLES tracing librarySiva Velusamy2011-12-021-2/+2
* opengl: EGL: special case for GLES emulationDavid 'Digit' Turner2011-09-021-0/+43
* fix x86 buildMathias Agopian2011-05-231-3/+2
* 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
* GLES2Debugger: Added DbgContext and vertex data capturing.David Li2011-03-101-1/+1
* Initial commit of GLESv2 debugger serverDavid Li2011-03-031-0/+2
* support loading EGL libraries from /vendor/lib/egl as well as /system/lib/eglBrian Swetland2010-09-201-13/+15
* fix [2187212] add support for GLESv2 dispatch based on TLSMathias Agopian2009-10-141-12/+14
* log an error when loading an existing GL driver failsMathias Agopian2009-09-201-5/+14
* fix a bug in ComponentSizeChooser where it could pick a software EGLConfig in...Mathias Agopian2009-08-201-2/+2
* GLESv2 couldn't be loaded due to wrong path specificationMathias Agopian2009-07-291-1/+1
* Make opengl loader use an absolute path.Marco Nelissen2009-07-071-1/+1
* 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-281-0/+278