summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglx.c
Commit message (Collapse)AuthorAgeFilesLines
* egl: Remove dependency on libX11.Chia-I Wu2009-08-211-100/+0
| | | | | | | | | | | | 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 <[email protected]>
* egl: switch to egl_glx.so as the default EGL driver for X.Alan Hourihane2008-09-261-4/+3
|
* egl: s/softpipe_egl.so/egl_softpipe.so/Brian Paul2008-06-091-1/+1
|
* egl: choose between DRI and softpipe driversBrian Paul2008-06-091-3/+55
|
* egl: use softpipe_egl driver by defaultBrian Paul2008-05-291-2/+14
|
* x-related EGL code (stub)Brian Paul2008-05-281-0/+37