Bug 260968

Summary: [GTK][WPE] Do not use epoxy PlatformDisplay::create|destroyEGLImage
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebCore Misc.Assignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, webkit-bug-importer
Priority: P2 Keywords: Gtk, InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.