summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/platform_x11.c
AgeCommit message (Collapse)Author
2011-03-02egl_dri2 x11: Workaround device_name xcb-dri2 bugBenjamin Franzke
This commit is basically a copy-over of the fix Chia-I Wu's commited to wayland: http://cgit.freedesktop.org/wayland/wayland-demos/commit/?id=1b6c0ed95 "Workaround an xcb-dri2 bug. xcb_dri2_connect_device_name generated by xcb-proto 1.6 is broken. It only works when the length of the driver name is a multiple of 4."
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke
2011-02-20egl_dri2: Return NULL when xcb_get_geometry_reply fails.Chia-I Wu
This should fix bug #33946.
2011-02-16egl_dri2: add swrastHaitao Feng
This enables the egl_dri2 driver to load swrast driver for software rendering. It could be used when hardware dri2 drivers are not available, such as in VM. Signed-off-by: Haitao Feng <haitao.feng@intel.com>
2011-02-10egl_dri2: rename loader_extension to dri2_loader_extensionHaitao Feng
Signed-off-by: Haitao Feng <haitao.feng@intel.com>
2011-02-10egl_dri2: Use double buffering for window surfacesBenjamin Franzke
2011-02-03egl_dri2: Split out x11 platform codeKristian Høgsberg