summaryrefslogtreecommitdiff
path: root/opengl/libs/EGL/Loader.cpp
AgeCommit message (Expand)Author
2017-06-21Mark EGL/GLES libs as vendor_availableJiyong Park
2017-05-24EGL: Do not look up default namespace when sphal is definedJustin Yun
2017-05-08GraphicsEnv is separated from libuiJiyong Park
2017-04-09Load GL graphics drivers explicitly from sphal namespaceJiyong Park
2017-03-10Remove dependency to most of libutilsMathias Agopian
2017-02-28clean-up EGL includesMathias Agopian
2017-02-07move GraphicEnv from libgui to libuiMathias Agopian
2017-01-20resolve merge conflicts of 1508ae60c to masterJesse Hall
2017-01-20libEGL: Add initialization tracingJesse Hall
2017-01-17EGL: Load updated EGL/GLES driversJesse Hall
2017-01-16EGL: Load updated EGL/GLES driversJesse Hall
2017-01-12resolve merge conflicts of a2c2d11f9 to masterMark Salyzyn
2017-01-11Replace cutils/log.h and rationalize log/log.h and android/log.hMark Salyzyn
2016-12-28resolve merge conflicts of 525a5f2 to masterMark Salyzyn
2016-12-22Replace cutils/log.h and rationalize log/log.h and android/log.hMark Salyzyn
2016-12-15Remove unused getProcessCmdline functionJesse Hall
2016-02-23emulator: load vendor specific egl libraries firstbohu
2015-11-19Load the emulation libraries only when qemu.gles=1Nicolas Capens
2015-10-20Revert "Revert "Remove GLTrace support""Pablo Ceballos
2015-10-19Revert "Remove GLTrace support"Pablo Ceballos
2015-10-06Remove GLTrace supportPablo Ceballos
2015-07-08With SANITIZE_TARGET, load EGL libs from the instrumented path.Evgenii Stepanov
2014-03-27Expose core EGL entry points to eglGetProcAddressMichael Chock
2014-02-16Use /(vendor|system)/lib64/egl for 64-bit EGL librariesDan Willemsen
2013-08-28try to keep omap4 aliveMathias Agopian
2013-07-11resolved conflicts for merge of 5477d0e4 to masterJesse Hall
2013-07-04Find non-extension GLES wrappers in eglGetProcAddressJesse Hall
2013-04-26change how the userspace GLES drivers are namedMathias Agopian
2013-04-23fix a typo in EGL loaderMathias Agopian
2013-04-04fix local include pathsMathias Agopian
2012-06-05reduce PB size from 2MB to 512KBMathias 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