glamor: remove no longer needed KHR_gl_texture_2D_image requirement
The code that needed it was introduced with commit7cfd9cc232
("Add DRI3 support to glamor") back in 2013. And was nuked a couple of years ago with commit51984dddfc
("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:
parent
47a7b63f74
commit
06419a5b17
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue