[PATCH xserver] glamor: remove no longer needed KHR_gl_texture_2D_image requirement

Emil Velikov emil.l.velikov at gmail.com
Thu Jun 29 00:55:25 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

The code that needed it was introduced with commit 7cfd9cc2327 ("Add
DRI3 support to glamor") back in 2013. And was nuked a couple of years
ago with commit 51984dddfcc ("glamor: Delay making pixmaps shareable
until we need to.")

Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 glamor/glamor_egl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c
index b0d3e9efe..53a74b8da 100644
--- a/glamor/glamor_egl.c
+++ b/glamor/glamor_egl.c
@@ -665,7 +665,6 @@ glamor_egl_init(ScrnInfoPtr scrn, int fd)
 		goto error;  \
 	}
 
-    GLAMOR_CHECK_EGL_EXTENSION(KHR_gl_texture_2D_image);
     GLAMOR_CHECK_EGL_EXTENSION(KHR_surfaceless_context);
 
     if (eglBindAPI(EGL_OPENGL_API)) {
-- 
2.13.0



More information about the xorg-devel mailing list