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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/17291
EWS
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
<rdar://problem/114769133>