Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a03eea64e9cc6f702d44b99728e063d9079ec650
https://github.com/WebKit/WebKit/commit/a03eea64e9cc6f702d44b99728e063d9079ec650
Author: Carlos Garcia Campos <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M
Source/WebCore/platform/graphics/skia/ImageBufferSkiaAcceleratedBackend.cpp
Log Message:
-----------
[Skia] Use skgpu::Budgeted::kYes for surfaces targeting internal skia
resources
https://bugs.webkit.org/show_bug.cgi?id=316785
Reviewed by Nikolas Zimmermann.
In most of the cases we create skia surfaces for external textures, but
for accelerated image buffer we use skia internal resources. In those
cases using skgpu::Budgeted::kYes makes skia reuse the texture
internally which improves performance.
* Source/WebCore/platform/graphics/skia/ImageBufferSkiaAcceleratedBackend.cpp:
(WebCore::ImageBufferSkiaAcceleratedBackend::create):
Canonical link: https://commits.webkit.org/314922@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications