summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-06-29 02:17:06 +0100
committerAdam Jackson <ajax@redhat.com>2017-07-05 10:15:32 -0400
commit05a4396f08c83d9261b8ad16908d9e2730bd4bbf (patch)
treeb5491333c348297ea3beb629abe6c5d03bad4e5c
parent04511a0476b5c860e7d157b01080dff94d935f74 (diff)
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 <ajax@redhat.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--glamor/glamor.h3
1 files changed, 1 insertions, 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);