summaryrefslogtreecommitdiff
path: root/src/egl/main/egllog.c
AgeCommit message (Collapse)Author
2009-09-29egl: Improve logging facility.Chia-I Wu
Add _eglSetLogger and _eglSetLogLevel to allow drivers to change the message logger or report level.
2009-09-28egl: Allow driver to be built-in.Chia-I Wu
This undoes a temporary hack.
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