egl: Add support for driver built-in.
authorChia-I Wu <olvaffe@gmail.com>
Mon, 28 Sep 2009 09:25:48 +0000 (17:25 +0800)
committerBrian Paul <brianp@vmware.com>
Tue, 13 Oct 2009 18:00:36 +0000 (12:00 -0600)
commit5541988578054345ca70b7ed7972710396e61b44
tree719d43f257ccfa92af9c979c0cdd4431242163f9
parent1cc1c3a0336d74e518417e2e93e141171a50542b
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>
src/egl/main/egldriver.c
src/egl/main/egllog.c