Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-07 | wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create() | Kristian Høgsberg | |
2011-02-07 | wayland-egl: Force roundtrips to get device name and authenticate correctly | Kristian 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-07 | egl: Implement libwayland-egl | Benjamin Franzke | |
This library is required and defined by wayland for EGL implementations supporting wayland. |