Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 896e6eb5b07c48159f282050dc91071ff6e654ad https://github.com/WebKit/WebKit/commit/896e6eb5b07c48159f282050dc91071ff6e654ad Author: Carlos Garcia Campos <cgar...@igalia.com> Date: 2024-04-17 (Wed, 17 Apr 2024)
Changed paths: M Source/WebCore/CMakeLists.txt M Source/WebCore/platform/graphics/PlatformDisplay.cpp M Source/WebCore/platform/graphics/PlatformDisplay.h M Source/WebCore/platform/graphics/egl/GLContext.cpp M Source/WebCore/platform/graphics/egl/GLContext.h M Source/WebCore/platform/graphics/egl/GLContextLibWPE.cpp M Source/WebCore/platform/graphics/egl/GLContextWrapper.cpp M Source/WebCore/platform/graphics/egl/GLContextWrapper.h M Source/WebCore/platform/graphics/egl/PlatformDisplaySurfaceless.cpp M Source/WebCore/platform/graphics/egl/PlatformDisplaySurfaceless.h M Source/WebCore/platform/graphics/gbm/PlatformDisplayGBM.cpp M Source/WebCore/platform/graphics/gbm/PlatformDisplayGBM.h M Source/WebCore/platform/graphics/gstreamer/PlatformDisplayGStreamer.cpp M Source/WebCore/platform/graphics/skia/PlatformDisplaySkia.cpp M Source/WebCore/platform/graphics/wayland/PlatformDisplayWayland.h M Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp M Source/WebCore/platform/graphics/x11/PlatformDisplayX11.h M Source/WebCore/platform/xr/openxr/OpenXRExtensions.cpp M Source/WebCore/platform/xr/openxr/OpenXRUtils.h M Source/WebKit/CMakeLists.txt M Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp M Source/WebKit/UIProcess/dmabuf/AcceleratedBackingStoreDMABuf.messages.in M Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp M Source/WebKit/UIProcess/gtk/AcceleratedBackingStore.cpp M Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.cpp M Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.h M Source/WebKit/WebProcess/WebPage/AcceleratedSurface.cpp M Source/WebKit/WebProcess/WebPage/dmabuf/AcceleratedSurfaceDMABuf.cpp M Source/WebKit/WebProcess/WebPage/dmabuf/AcceleratedSurfaceDMABuf.h M Source/WebKit/WebProcess/WebPage/dmabuf/AcceleratedSurfaceDMABuf.messages.in M Source/WebKit/WebProcess/glib/WebProcessGLib.cpp M Source/cmake/OptionsGTK.cmake M Source/cmake/OptionsPlayStation.cmake M Source/cmake/OptionsWPE.cmake M Source/cmake/OptionsWin.cmake Log Message: ----------- Remove USE(EGL) https://bugs.webkit.org/show_bug.cgi?id=272747 Reviewed by Don Olmstead. It's unconditionally true for all ports using it. * Source/WebCore/CMakeLists.txt: * Source/WebCore/platform/graphics/PlatformDisplay.cpp: (WebCore::PlatformDisplay::PlatformDisplay): (WebCore::PlatformDisplay::sharedDisplayDidClose): (WebCore::PlatformDisplay::~PlatformDisplay): (WebCore::PlatformDisplay::clearSharingGLContext): * Source/WebCore/platform/graphics/PlatformDisplay.h: * Source/WebCore/platform/graphics/egl/GLContext.cpp: * Source/WebCore/platform/graphics/egl/GLContext.h: * Source/WebCore/platform/graphics/egl/GLContextLibWPE.cpp: * Source/WebCore/platform/graphics/egl/GLContextWrapper.cpp: * Source/WebCore/platform/graphics/egl/GLContextWrapper.h: * Source/WebCore/platform/graphics/egl/PlatformDisplaySurfaceless.cpp: * Source/WebCore/platform/graphics/egl/PlatformDisplaySurfaceless.h: * Source/WebCore/platform/graphics/gbm/PlatformDisplayGBM.cpp: * Source/WebCore/platform/graphics/gbm/PlatformDisplayGBM.h: * Source/WebCore/platform/graphics/gstreamer/PlatformDisplayGStreamer.cpp: (WebCore::PlatformDisplay::gstGLDisplay const): (WebCore::PlatformDisplay::gstGLContext const): * Source/WebCore/platform/graphics/skia/PlatformDisplaySkia.cpp: (WebCore::skiaGLInterface): * Source/WebCore/platform/graphics/wayland/PlatformDisplayWayland.h: * Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp: (WebCore::PlatformDisplayX11::~PlatformDisplayX11): (WebCore::PlatformDisplayX11::sharedDisplayDidClose): (WebCore::PlatformDisplayX11::initializeEGLDisplay): * Source/WebCore/platform/graphics/x11/PlatformDisplayX11.h: * Source/WebCore/platform/xr/openxr/OpenXRExtensions.cpp: (PlatformXR::OpenXRExtensions::loadMethods): * Source/WebCore/platform/xr/openxr/OpenXRUtils.h: * Source/WebKit/CMakeLists.txt: * Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp: (WebKit::uiProcessContextIsEGL): (WebKit::WebKitProtocolHandler::handleGPU): * Source/WebKit/UIProcess/dmabuf/AcceleratedBackingStoreDMABuf.messages.in: * Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp: (WebKit::WebProcessPool::platformInitializeWebProcess): * Source/WebKit/UIProcess/gtk/AcceleratedBackingStore.cpp: (WebKit::AcceleratedBackingStore::checkRequirements): (WebKit::AcceleratedBackingStore::create): * Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.cpp: * Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.h: * Source/WebKit/WebProcess/WebPage/AcceleratedSurface.cpp: (WebKit::AcceleratedSurface::create): * Source/WebKit/WebProcess/WebPage/dmabuf/AcceleratedSurfaceDMABuf.cpp: * Source/WebKit/WebProcess/WebPage/dmabuf/AcceleratedSurfaceDMABuf.h: * Source/WebKit/WebProcess/WebPage/dmabuf/AcceleratedSurfaceDMABuf.messages.in: * Source/WebKit/WebProcess/glib/WebProcessGLib.cpp: (WebKit::WebProcess::platformInitializeWebProcess): * Source/cmake/OptionsGTK.cmake: * Source/cmake/OptionsPlayStation.cmake: * Source/cmake/OptionsWPE.cmake: * Source/cmake/OptionsWin.cmake: Canonical link: https://commits.webkit.org/277603@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes