summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-06-29 01:55:25 +0100
committerEric Anholt <eric@anholt.net>2017-06-29 08:48:25 -0700
commit06419a5b17180126d2507c8699229e07f5b2c434 (patch)
treeb438021e720e8cc21799049a2cadce923a54992d
parent47a7b63f7455eaeacb634fd800e924f2087dacbd (diff)
glamor: remove no longer needed KHR_gl_texture_2D_image requirement
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.") Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--glamor/glamor_egl.c1
1 files changed, 0 insertions, 1 deletions
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)) {