From: Emil Velikov <[email protected]> The extensions listed have not been needed in a while. Replace with the only remaining requirement.
Signed-off-by: Emil Velikov <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
