summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egllog.h
Commit message (Collapse)AuthorAgeFilesLines
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+2
| | | | Mainly to remove eglcurrent.h and egldisplay.h from eglglobals.h.
* egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-051-3/+3
| | | | | | Mark EGL API and driver functions as PUBLIC. Signed-off-by: Chia-I Wu <[email protected]>
* egl: Improve logging facility.Chia-I Wu2009-10-131-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 Paul2005-11-231-0/+16