[webkit-changes] [WebKit/WebKit] 015bce: [GTK][Skia] Add support for non-accelerated rendering
Carlos Garcia Campos
noreply at github.com
Wed Mar 13 03:22:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 015bce0872dcce7de3173685094b0a73dbfb93b6
https://github.com/WebKit/WebKit/commit/015bce0872dcce7de3173685094b0a73dbfb93b6
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2024-03-13 (Wed, 13 Mar 2024)
Changed paths:
M Source/WebCore/platform/graphics/skia/ShareableBitmapSkia.cpp
M Source/WebKit/UIProcess/cairo/BackingStoreCairo.cpp
Log Message:
-----------
[GTK][Skia] Add support for non-accelerated rendering
https://bugs.webkit.org/show_bug.cgi?id=270788
Reviewed by Adrian Perez de Castro.
GTK uses cairo for non-accelerated rendering, so we need to render the
ShareableBitmap with skia, but into a cairo surface.
* Source/WebCore/platform/graphics/skia/ShareableBitmapSkia.cpp:
(WebCore::ShareableBitmap::paint):
* Source/WebKit/UIProcess/cairo/BackingStoreCairo.cpp:
(WebKit::BackingStore::incorporateUpdate):
(WebKit::BackingStore::scroll):
Canonical link: https://commits.webkit.org/276018@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list