Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 60cae7a061f93b37e4db9de1c14c0f07397c1e77
https://github.com/WebKit/WebKit/commit/60cae7a061f93b37e4db9de1c14c0f07397c1e77
Author: Carlos Garcia Campos <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M LayoutTests/TestExpectations
A LayoutTests/media/content/video-with-alpha-red.webm
A LayoutTests/media/video-with-alpha-premultiplied-expected.html
A LayoutTests/media/video-with-alpha-premultiplied.html
M LayoutTests/platform/glib/TestExpectations
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBufferRGB.cpp
Log Message:
-----------
[GTK][WPE] Skia compositor: CoordinatedPlatformLayerBufferRGB should handle
TextureMapperFlags::ShouldPremultiply
https://bugs.webkit.org/show_bug.cgi?id=322986
Reviewed by Nikolas Zimmermann.
We are currently assuming that texture is always premultiplied. Use
kUnpremul_SkAlphaType when TextureMapperFlags::ShouldPremultiply is
present.
*
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBufferRGB.cpp:
(WebCore::CoordinatedPlatformLayerBufferRGB::skiaImage):
* LayoutTests/media/content/video-with-alpha-red.webm: Added.
* LayoutTests/media/video-with-alpha-premultiplied-expected.html: Added.
* LayoutTests/media/video-with-alpha-premultiplied.html: Added.
* LayoutTests/TestExpectations:
* LayoutTests/platform/glib/TestExpectations:
Canonical link: https://commits.webkit.org/320233@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications