RESOLVED FIXED258119
[GTK][WPE] Stop using DMA-BUF for WebGL in the web process
https://bugs.webkit.org/show_bug.cgi?id=258119
Summary [GTK][WPE] Stop using DMA-BUF for WebGL in the web process
Carlos Garcia Campos
Reported 2023-06-15 04:02:43 PDT
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
Carlos Garcia Campos
Comment 1 2023-06-15 04:05:07 PDT
EWS
Comment 2 2023-06-21 03:41:05 PDT
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
Comment 3 2023-06-21 03:42:18 PDT
Diego Pino
Comment 4 2023-06-21 18:37:00 PDT
Diego Pino
Comment 5 2023-06-21 18:38:20 PDT
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
Comment 6 2023-06-21 19:04:08 PDT
Committed 265385@main (97140e139db1): <https://commits.webkit.org/265385@main> Reviewed commits have been landed. Closing PR #15174 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.