Bug 258193
| Summary: | [GTK] Use EGL_MESA_image_dma_buf_export if available when GBM is disabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | Keywords: | Gtk |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Garcia Campos
We currently fallback to read pixels and shared memory when GBM is not available, but we can actually use EGL_MESA_image_dma_buf_export extrension if available which is a lot more efficient.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/15044
EWS
Committed 265327@main (f77a16895905): <https://commits.webkit.org/265327@main>
Reviewed commits have been landed. Closing PR #15044 and removing active labels.