[webkit-changes] [WebKit/WebKit] 855a2c: [GTK][WPE] Do not use epoxy PlatformDisplay::creat...

Carlos Garcia Campos noreply at github.com
Thu Aug 31 09:27:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 855a2ca13f6a85b0aacb0576fbbc9a926e646b2e
      https://github.com/WebKit/WebKit/commit/855a2ca13f6a85b0aacb0576fbbc9a926e646b2e
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/PlatformDisplay.cpp

  Log Message:
  -----------
  [GTK][WPE] Do not use epoxy PlatformDisplay::create|destroyEGLImage
https://bugs.webkit.org/show_bug.cgi?id=260968

Reviewed by Michael Catanzaro.

libepoxy needs a current context to work, but creating EGL images
doesn't need any context, it's display API.

* Source/WebCore/platform/graphics/PlatformDisplay.cpp:
(WebCore::PlatformDisplay::createEGLImage const):
(WebCore::PlatformDisplay::destroyEGLImage const):

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




More information about the webkit-changes mailing list