Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Improve logging facility. | Chia-I Wu | 2009-10-13 | 1 | -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 Wu | 2009-10-13 | 1 | -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 Windows | Jonathan White | 2008-08-06 | 1 | -0/+4 |
| | |||||
* | egl: change default logging level to _EGL_WARNING | Brian Paul | 2008-06-06 | 1 | -14/+16 |
| | |||||
* | set log level w/ env var | Christian Neumair | 2007-02-20 | 1 | -2/+39 |
| | |||||
* | New _eglLog() function to replace fprintf/printf calls for debug/info. | Brian Paul | 2005-11-23 | 1 | -0/+57 |