summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/wayland
AgeCommit message (Collapse)Author
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom
This makes it usable also for native helpers. Also add inline functions to access the context and to uninit the native display structure. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2011-02-10st/egl wayland: Sync front buffer releaseBenjamin Franzke
2011-02-10st/egl wayland: Set color_format according to wl_visualBenjamin Franzke
2011-02-07st/egl: Add wayland platformBenjamin Franzke