summaryrefslogtreecommitdiff
path: root/docs/WL_bind_wayland_display.spec
AgeCommit message (Collapse)AuthorFilesLines
2012-07-19wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg1-1/+5
We're going to make the public wl_buffer struct as small as possible. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
2012-07-19wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg1-32/+27
We also reuse EGL_TEXTURE_RGBA and EGL_TEXTURE_RGB, adding only the new planar YUV texture formats: EGL_TEXTURE_Y_U_V_WL, EGL_TEXTURE_Y_UV_WL and EGL_TEXTURE_Y_XUXV_WL. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
2012-07-11egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg1-3/+87
This lets us specify the plane to create the image for for multiplanar wl_buffers. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
2011-04-21WL_bind_wayland_display: clarify that context must be NULLKristian Høgsberg1-1/+1
2011-04-10docs: fix typos in wayland specNicolas Kaiser1-3/+3
Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: Brian Paul <brianp@vmware.com>
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke1-0/+92