summaryrefslogtreecommitdiff
path: root/src/egl/main/eglx.c
AgeCommit message (Collapse)Author
2009-08-21egl: Remove dependency on libX11.Chia-I Wu
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>
2008-09-26egl: switch to egl_glx.so as the default EGL driver for X.Alan Hourihane
2008-06-09egl: s/softpipe_egl.so/egl_softpipe.so/Brian Paul
2008-06-09egl: choose between DRI and softpipe driversBrian Paul
2008-05-29egl: use softpipe_egl driver by defaultBrian Paul
2008-05-28x-related EGL code (stub)Brian Paul