Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 022e8d04ae5fd197bb48f0b3f4695391be4c0507 https://github.com/WebKit/WebKit/commit/022e8d04ae5fd197bb48f0b3f4695391be4c0507 Author: Pawel Lampe <pla...@igalia.com> Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths: M Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp M Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h M Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.cpp M Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.h M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h Log Message: ----------- [GTK][WPE] Use a single Damage object for damage in global coordinate space https://bugs.webkit.org/show_bug.cgi?id=296615 Reviewed by Carlos Garcia Campos. This change makes layers utilize global coordinate space damage object originating from the layer tree host instead of per-layer instances. This way, fewer damage rectangles are stored for global coordinate space in total thus making the storing and iterating more efficient. Canonical link: https://commits.webkit.org/298073@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