summaryrefslogtreecommitdiff
path: root/src/egl/main/egllog.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-02egl: add copyright noticesChia-I Wu1-0/+29
The list of copyright holders could be incomplete. Please update directly or notify me if your name is missing.
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-0/+2
Mainly to remove eglcurrent.h and egldisplay.h from eglglobals.h.
2010-01-05egl: Fix breakage from -fvisibility=hidden.Chia-I Wu1-3/+3
Mark EGL API and driver functions as PUBLIC. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2009-10-13egl: Improve logging facility.Chia-I Wu1-0/+11
Add _eglSetLogger and _eglSetLogLevel to allow drivers to change the message logger or report level. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2005-11-23New _eglLog() function to replace fprintf/printf calls for debug/info.Brian Paul1-0/+16