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.
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.
<rdar://problem/111092945>
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.