From a597c8ad5b75f37336257e3f4462caebacb621ef Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Wed, 12 Oct 2016 15:48:15 -0700 Subject: egl: Implement EGL_MESA_platform_surfaceless Reviewed-by: Emil Velikov --- include/EGL/eglmesaext.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h index 337dd2c..188452e 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 -- cgit v1.1