projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98b3a0
)
egl: EGL_PLATFORM_SURFACELESS_MESA is now upstream
author
Eric Engestrom
<eric.engestrom@imgtec.com>
Tue, 24 Jan 2017 18:07:06 +0000
(18:07 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 27 Jan 2017 16:52:23 +0000
(16:52 +0000)
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>
include/EGL/eglmesaext.h
patch
|
blob
|
history
diff --git
a/include/EGL/eglmesaext.h
b/include/EGL/eglmesaext.h
index 405d0e9ee4d9a12c4b07a755f90300d4b6548865..3a1b88e3d16bccf3043173267175075b05e700ed 100644
(file)
--- 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