[webkit-changes] [WebKit/WebKit] 47a6f7: [GTK][WPE] Remove conditional includes of epoxy in...

Carlos Garcia Campos noreply at github.com
Mon Mar 6 06:45:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 47a6f78c67302b62e26c9eeaa228868a6ee45cb2
      https://github.com/WebKit/WebKit/commit/47a6f78c67302b62e26c9eeaa228868a6ee45cb2
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    M Source/WebCore/PlatformGTK.cmake
    M Source/WebCore/platform/graphics/egl/GLContextEGLWayland.cpp
    M Source/WebCore/platform/graphics/egl/GLContextEGLX11.cpp
    M Source/WebCore/platform/graphics/glx/GLContextGLX.cpp
    M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
    M Source/WebCore/platform/graphics/nicosia/texmap/NicosiaGCGLANGLELayer.cpp
    M Source/WebCore/platform/graphics/wayland/PlatformDisplayWayland.cpp
    M Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp
    M Source/WebCore/platform/graphics/x11/XUniquePtr.cpp
    M Source/WebCore/platform/graphics/x11/XUniqueResource.cpp
    M Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp
    M Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp

  Log Message:
  -----------
  [GTK][WPE] Remove conditional includes of epoxy in files that are only used by GTK and WPE
https://bugs.webkit.org/show_bug.cgi?id=253429

Reviewed by Žan Doberšek.

epoxy is now required by both GTK and WPE, so we can include it
unconditionally.

* Source/WebCore/PlatformGTK.cmake:
* Source/WebCore/platform/graphics/egl/GLContextEGLWayland.cpp:
* Source/WebCore/platform/graphics/egl/GLContextEGLX11.cpp:
* Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:
(WebCore::checkExtentions):
(WebCore::GLContextGLX::createWindowContext):
(WebCore::GLContextGLX::createPbufferContext):
(WebCore::GLContextGLX::swapInterval):
(WebCore::hasSGISwapControlExtension): Deleted.
(WebCore::hasGLXARBCreateContextExtension): Deleted.
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
* Source/WebCore/platform/graphics/nicosia/texmap/NicosiaGCGLANGLELayer.cpp:
* Source/WebCore/platform/graphics/wayland/PlatformDisplayWayland.cpp:
(WebCore::PlatformDisplayWayland::initialize):
* Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:
(WebCore::PlatformDisplayX11::initializeEGLDisplay):
* Source/WebCore/platform/graphics/x11/XUniquePtr.cpp:
* Source/WebCore/platform/graphics/x11/XUniqueResource.cpp:
* Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp:
(WebKit::openGLAPI):

Canonical link: https://commits.webkit.org/261265@main




More information about the webkit-changes mailing list