[Mesa-dev] [PATCH mesa 2/2] egl: EGL_PLATFORM_SURFACELESS_MESA is now upstream
Eric Engestrom
eric.engestrom at imgtec.com
Tue Jan 24 18:07:06 UTC 2017
EGL_PLATFORM_SURFACELESS_MESA is in eglext.h as of last commit.
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
include/EGL/eglmesaext.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h
index 405d0e9ee4..3a1b88e3d1 100644
--- a/include/EGL/eglmesaext.h
+++ b/include/EGL/eglmesaext.h
@@ -85,11 +85,6 @@
#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
--
Cheers,
Eric
More information about the mesa-dev
mailing list