| 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 | ||
|
Description
Carlos Garcia Campos
2023-06-15 04:02:43 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14998 Committed 265349@main (b30a03a4c8a2): <https://commits.webkit.org/265349@main> Reviewed commits have been landed. Closing PR #14998 and removing active labels. Re-opening for pull request https://github.com/webkit/webkit/pull/15174 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 Committed 265385@main (97140e139db1): <https://commits.webkit.org/265385@main> Reviewed commits have been landed. Closing PR #15174 and removing active labels. |