summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/platform_wayland.c
AgeCommit message (Collapse)Author
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke
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 wayland: Sync front buffer releaseBenjamin Franzke
2011-02-10egl_dri2: Use double buffering for window surfacesBenjamin Franzke
2011-02-07wayland-egl: Force roundtrips to get device name and authenticate correctlyKristian Høgsberg
If the client hasn't done the initial wl_display_iterate() at the time we initialize the display, we have to do that in platform_wayland.c. Make sure we detect that correctly instead of dup()ing fd=0, and use the sync callback to make sure we don't wait forever for authorization that won't happen.
2011-02-07egl_dri2: Add wayland platformBenjamin Franzke