RESOLVED FIXED 260968
[GTK][WPE] Do not use epoxy PlatformDisplay::create|destroyEGLImage
https://bugs.webkit.org/show_bug.cgi?id=260968
Summary [GTK][WPE] Do not use epoxy PlatformDisplay::create|destroyEGLImage
Carlos Garcia Campos
Reported 2023-08-31 08:56:37 PDT
libepoxy needs a current context to work, but creating EGL images doesn't need any context, it's display API. When using this API without a current context epoxy aborts with a message like: No provider of eglDestroyImage found. Requires one of: EGL 15 EGL_KHR_image EGL_KHR_image_base
Attachments
Carlos Garcia Campos
Comment 1 2023-08-31 08:58:17 PDT
EWS
Comment 2 2023-08-31 09:27:21 PDT
Committed 267503@main (855a2ca13f6a): <https://commits.webkit.org/267503@main> Reviewed commits have been landed. Closing PR #17291 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-08-31 09:28:16 PDT
Note You need to log in before you can comment on or make changes to this bug.