index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opengl
/
libs
/
EGL
/
Loader.cpp
Age
Commit message (
Expand
)
Author
2012-03-07
remove files that moved to frameworks/native
Mathias Agopian
2012-02-13
EGLConfig is now not remaped to an internal EGLConfig
Mathias Agopian
2012-02-13
remove multiplexing of multiple EGL implementation
Mathias Agopian
2012-01-29
add support for GL_EXT_debug_marker
Mathias Agopian
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-03
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2011-12-02
glestrace: Framework for GLES tracing library
Siva Velusamy
2011-09-02
opengl: EGL: special case for GLES emulation
David 'Digit' Turner
2011-05-23
fix x86 build
Mathias Agopian
2011-05-11
fix (Again) adding OES postfix when looking for gl functions
Mathias Agopian
2011-05-11
add OES postfix without truncating function
Jeff Boody
2011-03-10
GLES2Debugger: Added DbgContext and vertex data capturing.
David Li
2011-03-03
Initial commit of GLESv2 debugger server
David Li
2010-09-20
support loading EGL libraries from /vendor/lib/egl as well as /system/lib/egl
Brian Swetland
2009-10-14
fix [2187212] add support for GLESv2 dispatch based on TLS
Mathias Agopian
2009-09-20
log an error when loading an existing GL driver fails
Mathias Agopian
2009-08-20
fix a bug in ComponentSizeChooser where it could pick a software EGLConfig in...
Mathias Agopian
2009-07-29
GLESv2 couldn't be loaded due to wrong path specification
Mathias Agopian
2009-07-07
Make opengl loader use an absolute path.
Marco Nelissen
2009-06-03
remove some spurious debuging LOGD
Mathias Agopian
2009-06-03
fix/clean these Android.mk following dbort and joeo's comments
Mathias Agopian
2009-05-28
implement a real loader for EGL drivers
Mathias Agopian