[PATCH xserver] glamor: update "required EGL extensions" comment
Emil Velikov
emil.l.velikov at gmail.com
Thu Jun 29 01:17:06 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
The extensions listed have not been needed in a while. Replace with the
only remaining requirement.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
Decided to keep KHR_gl_texture_2D_image as-is (as opposed to respinning
the other patch I've just sent) since the hunk is badly outdated anyway.
Can split/squash if people prefer.
---
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);
--
2.13.0
More information about the xorg-devel
mailing list