Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-31 | egl: Use SConscript for Windows build. | Chia-I Wu | |
Fix several portability issues and add SConscript for Windows build. | |||
2009-10-13 | egl: Improve logging facility. | Chia-I Wu | |
Add _eglSetLogger and _eglSetLogLevel to allow drivers to change the message logger or report level. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-13 | egl: Add support for driver built-in. | Chia-I Wu | |
This allows an EGL driver to be compiled together with libEGL.so. It eliminates the need to specify a driver, or support module loading on new platforms. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2008-08-06 | egl: fixes for Windows | Jonathan White | |
2008-06-06 | egl: change default logging level to _EGL_WARNING | Brian Paul | |
2007-02-20 | set log level w/ env var | Christian Neumair | |
2005-11-23 | New _eglLog() function to replace fprintf/printf calls for debug/info. | Brian Paul | |