egl: Implement EGL_MESA_platform_surfaceless

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Chad Versace
2016-10-12 15:48:15 -07:00
parent c177ef9d47
commit a597c8ad5b
5 changed files with 75 additions and 1 deletions

View File

@@ -61,6 +61,9 @@ struct _egl_global _eglGlobal =
#endif
#ifdef HAVE_DRM_PLATFORM
" EGL_MESA_platform_gbm"
#endif
#ifdef HAVE_SURFACELESS_PLATFORM
" EGL_MESA_platform_surfaceless"
#endif
" EGL_KHR_client_get_all_proc_addresses"
" EGL_KHR_debug",