glamor: remove no longer needed KHR_gl_texture_2D_image requirement

The code that needed it was introduced with commit 7cfd9cc232 ("Add
DRI3 support to glamor") back in 2013. And was nuked a couple of years
ago with commit 51984dddfc ("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>
This commit is contained in:
Emil Velikov 2017-06-29 01:55:25 +01:00 committed by Eric Anholt
parent 47a7b63f74
commit 06419a5b17

View File

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