From 1281a90532511bb5dcecab1220aa89aa42c4a142 Mon Sep 17 00:00:00 2001 From: Stanislav Vorobiov Date: Mon, 16 Sep 2013 13:02:46 +0400 Subject: egl: add EGL_WAYLAND_Y_INVERTED_WL attribute This enables querying of wl_buffer's orientation --- include/EGL/eglmesaext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/EGL') diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h index e0eae28..1f07d4c 100644 --- a/include/EGL/eglmesaext.h +++ b/include/EGL/eglmesaext.h @@ -115,6 +115,8 @@ typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDRMDISPLAYMESA) (int fd); #define EGL_WAYLAND_BUFFER_WL 0x31D5 /* eglCreateImageKHR target */ #define EGL_WAYLAND_PLANE_WL 0x31D6 /* eglCreateImageKHR target */ +#define EGL_WAYLAND_Y_INVERTED_WL 0x31DB /* eglQueryWaylandBufferWL attribute */ + #define EGL_TEXTURE_Y_U_V_WL 0x31D7 #define EGL_TEXTURE_Y_UV_WL 0x31D8 #define EGL_TEXTURE_Y_XUXV_WL 0x31D9 -- cgit v1.1