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>
This commit is contained in:
Emil Velikov 2017-06-29 02:17:06 +01:00 committed by Adam Jackson
parent 04511a0476
commit 05a4396f08
1 changed files with 1 additions and 2 deletions

View File

@ -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);