Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Clean up header inclusions. | Chia-I Wu | 2010-01-30 | 1 | -0/+2 |
| | | | | Mainly to remove eglcurrent.h and egldisplay.h from eglglobals.h. | ||||
* | egl: Fix breakage from -fvisibility=hidden. | Chia-I Wu | 2010-01-05 | 1 | -3/+3 |
| | | | | | | Mark EGL API and driver functions as PUBLIC. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Improve logging facility. | Chia-I Wu | 2009-10-13 | 1 | -0/+11 |
| | | | | | | | Add _eglSetLogger and _eglSetLogLevel to allow drivers to change the message logger or report level. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | New _eglLog() function to replace fprintf/printf calls for debug/info. | Brian Paul | 2005-11-23 | 1 | -0/+16 |