Bug 258119
| Summary: | [GTK][WPE] Stop using DMA-BUF for WebGL in the web process | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebGL | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, dino, kbr, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | Gtk, InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=258367 | ||
Carlos Garcia Campos
We can use the drawing texture directly, like we did before ANGLE, which should be supported by any platform even if DMA-BUF or GBM are not available.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/14998
EWS
Committed 265349@main (b30a03a4c8a2): <https://commits.webkit.org/265349@main>
Reviewed commits have been landed. Closing PR #14998 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/111092945>
Diego Pino
Re-opening for pull request https://github.com/webkit/webkit/pull/15174
Diego Pino
WPE Ubuntu 20.04 started failing due to a no-unified build error after this patch:
https://build.webkit.org/#/builders/596/builds/10958
```
FAILED: Source/WebCore/CMakeFiles/WebCore.dir///WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-38.cpp.o
In file included from /usr/include/EGL/eglplatform.h:128,
from /usr/include/epoxy/egl_generated.h:11,
from /usr/include/epoxy/egl.h:46,
from ../../Source/WebCore/platform/graphics/epoxy/EpoxyEGL.h:28,
from ../../Source/WebCore/platform/graphics/PlatformDisplay.cpp:74,
from WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-38.cpp:1:
JavaScriptCore/PrivateHeaders/JavaScriptCore/OptionsList.h:690:11: error: expected nested-name-specifier before ‘int’
690 | using Bool = bool;
```
The build error is similar to https://github.com/WebKit/WebKit/pull/12965
EWS
Committed 265385@main (97140e139db1): <https://commits.webkit.org/265385@main>
Reviewed commits have been landed. Closing PR #15174 and removing active labels.