summaryrefslogtreecommitdiff
path: root/src/egl/main/egllog.c
AgeCommit message (Collapse)Author
2010-11-02egl: Rework _eglGetSearchPath.Chia-I Wu
So that the directory part of EGL_DRIVER, if exists, is prepended to the search path. This commit also adds a sanity check to _eglLog.
2010-05-31egl: Use SConscript for Windows build.Chia-I Wu
Fix several portability issues and add SConscript for Windows build.
2009-10-13egl: 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-13egl: 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-06egl: fixes for WindowsJonathan White
2008-06-06egl: change default logging level to _EGL_WARNINGBrian Paul
2007-02-20set log level w/ env varChristian Neumair
2005-11-23New _eglLog() function to replace fprintf/printf calls for debug/info.Brian Paul