[webkit-changes] [WebKit/WebKit] a13d6e: [CoordinatedGraphics][Skia] Round accelerated buff...
Carlos Garcia Campos
noreply at github.com
Wed Jan 29 01:49:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a13d6edce6a8c4a7f5b5bb90abb7dd9d03491bf3
https://github.com/WebKit/WebKit/commit/a13d6edce6a8c4a7f5b5bb90abb7dd9d03491bf3
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2025-01-29 (Wed, 29 Jan 2025)
Changed paths:
M Source/WebCore/platform/graphics/skia/SkiaPaintingEngine.cpp
M Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreTile.cpp
Log Message:
-----------
[CoordinatedGraphics][Skia] Round accelerated buffer size to the next power of two
https://bugs.webkit.org/show_bug.cgi?id=286672
Reviewed by Miguel Gomez.
This increases the possibility of reusing the buffers, since the dirty
rectangles are not usually the same size.
* Source/WebCore/platform/graphics/skia/SkiaPaintingEngine.cpp:
(WebCore::SkiaPaintingEngine::createBuffer const):
* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreTile.cpp:
(WebCore::CoordinatedBackingStoreTile::processPendingUpdates):
Canonical link: https://commits.webkit.org/289494@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