summaryrefslogtreecommitdiff
path: root/opengl/libs/EGL/Loader.cpp
AgeCommit message (Expand)Author
2012-03-07remove files that moved to frameworks/nativeMathias Agopian
2012-02-13EGLConfig is now not remaped to an internal EGLConfigMathias Agopian
2012-02-13remove multiplexing of multiple EGL implementationMathias Agopian
2012-01-29add support for GL_EXT_debug_markerMathias Agopian
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
2011-12-02glestrace: Framework for GLES tracing librarySiva Velusamy
2011-09-02opengl: EGL: special case for GLES emulationDavid 'Digit' Turner
2011-05-23fix x86 buildMathias Agopian
2011-05-11fix (Again) adding OES postfix when looking for gl functionsMathias Agopian
2011-05-11add OES postfix without truncating functionJeff Boody
2011-03-10GLES2Debugger: Added DbgContext and vertex data capturing.David Li
2011-03-03Initial commit of GLESv2 debugger serverDavid Li
2010-09-20support loading EGL libraries from /vendor/lib/egl as well as /system/lib/eglBrian Swetland
2009-10-14fix [2187212] add support for GLESv2 dispatch based on TLSMathias Agopian
2009-09-20log an error when loading an existing GL driver failsMathias Agopian
2009-08-20fix a bug in ComponentSizeChooser where it could pick a software EGLConfig in...Mathias Agopian
2009-07-29GLESv2 couldn't be loaded due to wrong path specificationMathias Agopian
2009-07-07Make opengl loader use an absolute path.Marco Nelissen
2009-06-03remove some spurious debuging LOGDMathias Agopian
2009-06-03fix/clean these Android.mk following dbort and joeo's commentsMathias Agopian
2009-05-28implement a real loader for EGL driversMathias Agopian