summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egllog.c
Commit message (Collapse)AuthorAgeFilesLines
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
| | | | | The list of copyright holders could be incomplete. Please update directly or notify me if your name is missing.
* egl: Rework _eglGetSearchPath.Chia-I Wu2010-11-021-1/+4
| | | | | 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.
* egl: Use SConscript for Windows build.Chia-I Wu2010-05-311-1/+2
| | | | Fix several portability issues and add SConscript for Windows build.
* egl: Improve logging facility.Chia-I Wu2009-10-131-51/+130
| | | | | | | Add _eglSetLogger and _eglSetLogLevel to allow drivers to change the message logger or report level. Signed-off-by: Chia-I Wu <[email protected]>
* egl: Add support for driver built-in.Chia-I Wu2009-10-131-4/+0
| | | | | | | | 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 <[email protected]>
* egl: fixes for WindowsJonathan White2008-08-061-0/+4
|
* egl: change default logging level to _EGL_WARNINGBrian Paul2008-06-061-14/+16
|
* set log level w/ env varChristian Neumair2007-02-201-2/+39
|
* New _eglLog() function to replace fprintf/printf calls for debug/info.Brian Paul2005-11-231-0/+57