Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Remove dependency on libX11. | Chia-I Wu | 2009-08-21 | 1 | -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 Hourihane | 2008-09-26 | 1 | -4/+3 |
| | |||||
* | egl: s/softpipe_egl.so/egl_softpipe.so/ | Brian Paul | 2008-06-09 | 1 | -1/+1 |
| | |||||
* | egl: choose between DRI and softpipe drivers | Brian Paul | 2008-06-09 | 1 | -3/+55 |
| | |||||
* | egl: use softpipe_egl driver by default | Brian Paul | 2008-05-29 | 1 | -2/+14 |
| | |||||
* | x-related EGL code (stub) | Brian Paul | 2008-05-28 | 1 | -0/+37 |