summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-01-24 18:07:06 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-01-27 16:52:23 +0000
commit87619a1a6acbaddfdd72a364b15524e5d0b99afc (patch)
tree73a8b253a799a4deef0b2bb9a4e9c7ae76abe093 /include
parenta98b3a0872f9c542e6db75d17b7875a3f0374a14 (diff)
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 <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Chad Versace <chadversary@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/EGL/eglmesaext.h5
1 files changed, 0 insertions, 5 deletions
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