Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e140900bf11a66a8000838eae6056b73d8e3545d https://github.com/WebKit/WebKit/commit/e140900bf11a66a8000838eae6056b73d8e3545d Author: Carlos Garcia Campos <cgar...@igalia.com> Date: 2025-08-21 (Thu, 21 Aug 2025)
Changed paths: M Source/WebCore/platform/graphics/egl/GLDisplay.cpp M Source/WebCore/platform/graphics/egl/GLDisplay.h Log Message: ----------- [GTK][WPE] GLDisplay::dmabufFormats should be called once per instance not per process https://bugs.webkit.org/show_bug.cgi?id=297715 Reviewed by Fujii Hironori. We are using a static once flag, which means we only initialize the formats for the first instance created in the same process. The same happens with GLDisplay::dmabufFormatsForVideo. Canonical link: https://commits.webkit.org/299002@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