dmabuf: Don't check for image storage

I was wrong about this extension, and it isn't even a GL extension
to begin with, so revert all this.
This commit is contained in:
Matthias Clasen 2023-10-29 14:45:20 -04:00
parent 6e236b9459
commit 1914adc344

View File

@ -55,8 +55,7 @@ gdk_dmabuf_egl_downloader_collect_formats (const GdkDmabufDownloader *downloader
int n_mods;
if (egl_display == EGL_NO_DISPLAY ||
!display->have_egl_dma_buf_import ||
!gdk_gl_context_has_image_storage (context))
!display->have_egl_dma_buf_import)
return FALSE;
gdk_gl_context_make_current (context);