summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2012-08-16 17:28:19 -0500
committerDaniel Stone <daniels@collabora.com>2016-12-05 16:01:21 +0000
commit8ca14b04e118a92ba0cdd64b81f1cb8407136bce (patch)
tree52157ef3ef02474a33d62dca412f83928dea1e53 /include
parentd09da32cfa52d6d47c300996cbb2efbbcf6c9f46 (diff)
add EGL_TEXTURE_EXTERNAL_WL to WL_bind_wayland_display spec
Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/EGL/eglmesaext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h
index 188452ee0f..405d0e9ee4 100644
--- a/include/EGL/eglmesaext.h
+++ b/include/EGL/eglmesaext.h
@@ -52,6 +52,7 @@ extern "C" {
#define EGL_TEXTURE_Y_U_V_WL 0x31D7
#define EGL_TEXTURE_Y_UV_WL 0x31D8
#define EGL_TEXTURE_Y_XUXV_WL 0x31D9
+#define EGL_TEXTURE_EXTERNAL_WL 0x31DA
struct wl_display;
struct wl_resource;