Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d6127be96fcf9088592bc7a283f591e971134594
      
https://github.com/WebKit/WebKit/commit/d6127be96fcf9088592bc7a283f591e971134594
  Author: LMM <[email protected]>
  Date:   2026-03-04 (Wed, 04 Mar 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/android/PlatformDisplayAndroid.cpp

  Log Message:
  -----------
  Fix PlatformDisplayAndroid usage of eglGetPlatformDisplay
 to avoid compatibility issues with some Android versions

https://bugs.webkit.org/show_bug.cgi?id=308942

Reviewed by Adrian Perez de Castro.

In some cases the Epoxy GL function dispatch resolver doesn't work reliably
 before we have a connected EGLDisplay, so we use eglGetProcAddress() to avoid 
that.
Also added a call eglGetPlatformDisplayEXT because eglGetPlatformDisplay may 
not be
 available with some EGL versions.

* Source/WebCore/platform/graphics/android/PlatformDisplayAndroid.cpp:
(WebCore::PlatformDisplayAndroid::create):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to