summaryrefslogtreecommitdiff
path: root/src/egl/wayland
AgeCommit message (Collapse)AuthorFilesLines
2011-03-02egl/wayland: build subdirs (wayland-drm) before dependBenjamin Franzke1-1/+1
Autogenerated files need to be generated first.
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke7-5/+332
2011-02-07wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create()Kristian Høgsberg1-1/+2
2011-02-07wayland-egl: Force roundtrips to get device name and authenticate correctlyKristian Høgsberg1-0/+1
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: Implement libwayland-eglBenjamin Franzke4-0/+363
This library is required and defined by wayland for EGL implementations supporting wayland.