Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 904f76a8f8a60978baef2a1fb255a330e61fbdf2 https://github.com/WebKit/WebKit/commit/904f76a8f8a60978baef2a1fb255a330e61fbdf2 Author: Miguel Gomez <mago...@igalia.com> Date: 2024-04-15 (Mon, 15 Apr 2024)
Changed paths: M Source/WebCore/platform/graphics/egl/GLContext.cpp M Source/WebCore/platform/graphics/egl/GLContext.h M Source/WebCore/platform/graphics/egl/GLFence.cpp Log Message: ----------- [GTK][WPE] Make GLFence usable with ANGLE EGL contexts https://bugs.webkit.org/show_bug.cgi?id=272581 Reviewed by Carlos Garcia Campos. Adapt GLFence to use only EGL/GL calls so it doesn't require a current GLContext. Also, take advantage of the static methods in GLContext to parse the version and extension strings. * Source/WebCore/platform/graphics/egl/GLContext.cpp: (WebCore::GLContext::versionFromString): (WebCore::GLContext::version): * Source/WebCore/platform/graphics/egl/GLContext.h: * Source/WebCore/platform/graphics/egl/GLFence.cpp: (WebCore::isGLFenceSyncSupported): (WebCore::GLFence::create): Canonical link: https://commits.webkit.org/277489@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