From 05a4396f08c83d9261b8ad16908d9e2730bd4bbf Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 29 Jun 2017 02:17:06 +0100 Subject: [PATCH] glamor: update "required EGL extensions" comment The extensions listed have not been needed in a while. Replace with the only remaining requirement. Reviewed-by: Adam Jackson Signed-off-by: Emil Velikov --- glamor/glamor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glamor/glamor.h b/glamor/glamor.h index 4ad28df17..5b15a46e5 100644 --- a/glamor/glamor.h +++ b/glamor/glamor.h @@ -155,8 +155,7 @@ extern _X_EXPORT struct gbm_device *glamor_egl_get_gbm_device(ScreenPtr screen); * * The EGL layer needs to have the following extensions working: * - * .EGL_KHR_gl_texture_2D_image - * .EGL_EXT_image_dma_buf_import + * .EGL_KHR_surfaceless_context * */ extern _X_EXPORT Bool glamor_supports_pixmap_import_export(ScreenPtr screen);