summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-07-18 09:38:34 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-08-06 15:37:04 -0700
commitb50703aea55450e04bcd8154335774786e0f253b (patch)
tree15f7e93313c66946f8199e530ee2d4e7ebe89010 /src/egl/main/egldisplay.h
parentcb77f5dd1f6658fca671454c9b5be9a23c3bf3e4 (diff)
downloadexternal_mesa3d-b50703aea55450e04bcd8154335774786e0f253b.zip
external_mesa3d-b50703aea55450e04bcd8154335774786e0f253b.tar.gz
external_mesa3d-b50703aea55450e04bcd8154335774786e0f253b.tar.bz2
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
KHR extension name is reserved for Khronos ratified extensions, and there is no such thing as EGL_KHR_surfaceless_{gles1,gles2,opengl}. Replace these three extensions with EGL_KHR_surfaceless_context since that extension actually exists. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index 905c7a4..a1dd279 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -103,9 +103,7 @@ struct _egl_extensions
EGLBoolean KHR_reusable_sync;
EGLBoolean KHR_fence_sync;
- EGLBoolean KHR_surfaceless_gles1;
- EGLBoolean KHR_surfaceless_gles2;
- EGLBoolean KHR_surfaceless_opengl;
+ EGLBoolean KHR_surfaceless_context;
EGLBoolean NOK_swap_region;
EGLBoolean NOK_texture_from_pixmap;