From: Eric Engestrom Date: Tue, 24 Jan 2017 18:07:06 +0000 (+0000) Subject: egl: EGL_PLATFORM_SURFACELESS_MESA is now upstream X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87619a1a6acbaddfdd72a364b15524e5d0b99afc;p=mesa.git egl: EGL_PLATFORM_SURFACELESS_MESA is now upstream EGL_PLATFORM_SURFACELESS_MESA is in eglext.h as of last commit. Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov Reviewed-by: Chad Versace --- diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h index 405d0e9ee4d..3a1b88e3d16 100644 --- a/include/EGL/eglmesaext.h +++ b/include/EGL/eglmesaext.h @@ -85,11 +85,6 @@ 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