Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f3ed054dc660698adec3a734f0c1f1287af39617
      
https://github.com/WebKit/WebKit/commit/f3ed054dc660698adec3a734f0c1f1287af39617
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2026-04-23 (Thu, 23 Apr 2026)

  Changed paths:
    M Source/WebCore/platform/Skia.cmake
    M Source/WebCore/platform/SourcesSkia.txt
    A Source/WebCore/platform/graphics/skia/SkiaBackingStore.cpp
    A Source/WebCore/platform/graphics/skia/SkiaBackingStore.h
    M Source/WebCore/platform/graphics/skia/SkiaCompositingLayer.cpp
    M Source/WebCore/platform/graphics/skia/SkiaCompositingLayer.h
    M 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp
    M 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.h

  Log Message:
  -----------
  [GTK][WPE] Skia Compositor: add SkiaBackingStore
https://bugs.webkit.org/show_bug.cgi?id=313100

Reviewed by Nikolas Zimmermann.

And use it instead of CoordinatedBackingStore and
CoordinatedBackingStoreTile. It's a simplified version of those by using
skia API.

* Source/WebCore/platform/Skia.cmake:
* Source/WebCore/platform/SourcesSkia.txt:
* Source/WebCore/platform/graphics/skia/SkiaBackingStore.cpp: Added.
(WebCore::SkiaBackingStore::update):
(WebCore::allTileEdgesExposed):
(WebCore::SkiaBackingStore::paintToCanvas):
(WebCore::SkiaBackingStore::drawDebugBorders):
(WebCore::SkiaBackingStore::Tile::tryEnsureSurface):
(WebCore::SkiaBackingStore::Tile::update):
(WebCore::SkiaBackingStore::Tile::image):
* Source/WebCore/platform/graphics/skia/SkiaBackingStore.h: Added.
(WebCore::SkiaBackingStore::scale const):
(WebCore::SkiaBackingStore::Tile::Tile):
* Source/WebCore/platform/graphics/skia/SkiaCompositingLayer.cpp:
(WebCore::SkiaCompositingLayer::setUseBackingStore):
(WebCore::SkiaCompositingLayer::updateBackingStore):
* Source/WebCore/platform/graphics/skia/SkiaCompositingLayer.h:
* 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp:
(WebCore::CoordinatedBackingStore::paintToCanvas): Deleted.
(WebCore::CoordinatedBackingStore::drawDebugBorders): Deleted.
* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.h:

Canonical link: https://commits.webkit.org/311835@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to