summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egllog.c
Commit message (Collapse)AuthorAgeFilesLines
* 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