summaryrefslogtreecommitdiffstats
path: root/include/EGL
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2012-08-16 17:28:19 -0500
committerDaniel Stone <[email protected]>2016-12-05 16:01:21 +0000
commit8ca14b04e118a92ba0cdd64b81f1cb8407136bce (patch)
tree52157ef3ef02474a33d62dca412f83928dea1e53 /include/EGL
parentd09da32cfa52d6d47c300996cbb2efbbcf6c9f46 (diff)
add EGL_TEXTURE_EXTERNAL_WL to WL_bind_wayland_display spec
Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Daniel Stone <[email protected]>
Diffstat (limited to 'include/EGL')
-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 188452ee0fe..405d0e9ee4d 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;