summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Versace <chadversary@chromium.org>2016-10-12 15:48:15 -0700
committerChad Versace <chadversary@chromium.org>2016-10-14 11:19:40 -0700
commita597c8ad5b75f37336257e3f4462caebacb621ef (patch)
treea511f5cdc001958448b535f7f201a681a7bb15d7 /include
parentc177ef9d47943f648a13beed14269f468583c16e (diff)
egl: Implement EGL_MESA_platform_surfaceless
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/EGL/eglmesaext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h
index 337dd2cb789..188452ee0fe 100644
--- a/include/EGL/eglmesaext.h
+++ b/include/EGL/eglmesaext.h
@@ -84,6 +84,11 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EG
#define EGL_NO_CONFIG_MESA ((EGLConfig)0)
#endif
+#ifndef EGL_MESA_platform_surfaceless
+#define EGL_MESA_platform_surfaceless 1
+#define EGL_PLATFORM_SURFACELESS_MESA 0x31DD
+#endif /* EGL_MESA_platform_surfaceless */
+
#ifdef __cplusplus
}
#endif