OSDN Git Service

egl: Remove dependency on libX11.
authorChia-I Wu <olvaffe@gmail.com>
Fri, 21 Aug 2009 05:53:36 +0000 (13:53 +0800)
committerBrian Paul <brianp@vmware.com>
Fri, 21 Aug 2009 14:34:34 +0000 (08:34 -0600)
commit5a459d58fca2b71cb77c39f98df8a81ce6298421
tree736e152e0c0da819c13482ccb183806ce2538610
parent1f871a4d1536a7124d82d4503d1167bd668f84da
egl: Remove dependency on libX11.

libX11 is used to determine the screen number, which is in turned used
to determine the DRI driver.  However, the sysfs interface for
determining the DRI driver is gone, and no working driver depends on
this mechanism.

Display string parsing is moved to a new function,
_eglSplitDisplayString.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
configs/default
src/egl/main/Makefile
src/egl/main/egldisplay.c
src/egl/main/egldisplay.h
src/egl/main/egldriver.c
src/egl/main/egldriver.h
src/egl/main/eglx.c [deleted file]
src/egl/main/eglx.h [deleted file]