Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5d0a3ef57206ef978b1be69e0caeecdb0c24c5b1
https://github.com/WebKit/WebKit/commit/5d0a3ef57206ef978b1be69e0caeecdb0c24c5b1
Author: Pawel Lampe <[email protected]>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
Log Message:
-----------
[Skia] Fix corner cases involving drawing shadows when ImageBitmap is
accelerated
https://bugs.webkit.org/show_bug.cgi?id=274830
Reviewed by Carlos Garcia Campos.
When drawing GPU-backed image on CPU-backed canvas with filter, we need to
convert image to CPU-backed one.
Otherwise, skia won't do the conversion on its own and we will end up with no
drawing operation being done.
* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:
(WebCore::GraphicsContextSkia::drawNativeImageInternal):
Canonical link: https://commits.webkit.org/280408@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes