summaryrefslogtreecommitdiffstats
path: root/include/EGL
diff options
context:
space:
mode:
authorStanislav Vorobiov <s.vorobiov@samsung.com>2013-09-16 13:02:46 +0400
committerKristian Høgsberg <krh@bitplanet.net>2013-09-16 22:20:27 -0700
commit1281a90532511bb5dcecab1220aa89aa42c4a142 (patch)
treede68e7760776bea3bc4c7a50e4c466675c89e836 /include/EGL
parent9ad6dda21e149de021889f224cc98852654d175b (diff)
downloadexternal_mesa3d-1281a90532511bb5dcecab1220aa89aa42c4a142.zip
external_mesa3d-1281a90532511bb5dcecab1220aa89aa42c4a142.tar.gz
external_mesa3d-1281a90532511bb5dcecab1220aa89aa42c4a142.tar.bz2
egl: add EGL_WAYLAND_Y_INVERTED_WL attribute
This enables querying of wl_buffer's orientation
Diffstat (limited to 'include/EGL')
-rw-r--r--include/EGL/eglmesaext.h2
1 files changed, 2 insertions, 0 deletions
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