egl: Make _eglChooseDriver return the filename of the driver.
authorChia-I Wu <olvaffe@gmail.com>
Fri, 21 Aug 2009 05:55:30 +0000 (13:55 +0800)
committerBrian Paul <brianp@vmware.com>
Fri, 21 Aug 2009 14:34:34 +0000 (08:34 -0600)
commitb1f156f0ecc93e456757fa95497b2af9b045d4de
tree43bbe338d67c35e8cdc3ae0d2e36f999a4714080
parent5a459d58fca2b71cb77c39f98df8a81ce6298421
egl: Make _eglChooseDriver return the filename of the driver.

The real difference is that the driver suffix is now appended.  This
also fixes an annoying bug that EGL_DRIVER could not specify the path to
a driver because a suffix was always appended.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/egl/main/egldriver.c