History log of /external/mesa3d/src/egl/main/egllog.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6b024464e80d035fe92c9c15761a0ac269a8ad51 01-Mar-2012 José Fonseca <jose.r.fonseca@gmail.com> egl: Don't include strings.h on Windows.

strings.h is needed for the declaration of strcasecmp(), but only on
non-Windows platforms.
/external/mesa3d/src/egl/main/egllog.c
88612029f6ce9d2717220a0ef31bfe71a8c85529 05-Feb-2012 Eric Anholt <eric@anholt.net> egl/main: Convert to automake.

The drivers/ walk-through-subdirs makefile is converted as well so I
didn't need to keep EGL_DRIVERS_DIRS along with the per-driver
HAVE_EGL_DRIVER_WHATEVER.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/src/egl/main/egllog.c
f2001df508fda599a18b3586d2775e970a3db13a 02-Jul-2011 Chia-I Wu <olv@lunarg.com> egl: add copyright notices

The list of copyright holders could be incomplete. Please update
directly or notify me if your name is missing.
/external/mesa3d/src/egl/main/egllog.c
ad00a92ee720c275d3852faea4e442a8da876ca2 01-Nov-2010 Chia-I Wu <olv@lunarg.com> egl: Rework _eglGetSearchPath.

So that the directory part of EGL_DRIVER, if exists, is prepended to the
search path. This commit also adds a sanity check to _eglLog.
/external/mesa3d/src/egl/main/egllog.c
1e6c10f4be9e36cc052a6b47fb2cb1eae60caa00 31-May-2010 Chia-I Wu <olv@lunarg.com> egl: Use SConscript for Windows build.

Fix several portability issues and add SConscript for Windows build.
/external/mesa3d/src/egl/main/egllog.c
f1c5cab5525dfcb8edffa275e7c8c3e753c7536f 29-Sep-2009 Chia-I Wu <olvaffe@gmail.com> egl: Improve logging facility.

Add _eglSetLogger and _eglSetLogLevel to allow drivers to change the
message logger or report level.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
/external/mesa3d/src/egl/main/egllog.c
5541988578054345ca70b7ed7972710396e61b44 28-Sep-2009 Chia-I Wu <olvaffe@gmail.com> egl: Add support for driver built-in.

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 <olvaffe@gmail.com>
/external/mesa3d/src/egl/main/egllog.c
bd953fdd549310638b6960f358b31a40c05ca680 07-Aug-2008 Jonathan White <jwhite@tungstengraphics.com> egl: fixes for Windows
/external/mesa3d/src/egl/main/egllog.c
f6e030f531f7292a373a7cd633e8af9f97726266 06-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> egl: change default logging level to _EGL_WARNING
/external/mesa3d/src/egl/main/egllog.c
20e851bb9a6737194bc0effcb155b2fdb23acaaa 20-Feb-2007 Christian Neumair <chris@gnome-de.org> set log level w/ env var
/external/mesa3d/src/egl/main/egllog.c
f049ca4e33e0e5d06223a1c05815bc564b4bf06e 23-Nov-2005 Brian Paul <brian.paul@tungstengraphics.com> New _eglLog() function to replace fprintf/printf calls for debug/info.
/external/mesa3d/src/egl/main/egllog.c