Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 51a8c38ce20633b24ff72b87c2e3429e7cfc69f5
      
https://github.com/WebKit/WebKit/commit/51a8c38ce20633b24ff72b87c2e3429e7cfc69f5
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2025-10-13 (Mon, 13 Oct 2025)

  Changed paths:
    M 
LayoutTests/compositing/clipping/border-radius-async-overflow-non-stacking.html
    M 
LayoutTests/compositing/clipping/border-radius-async-overflow-stacking.html
    M LayoutTests/fast/text/multiple-text-shadow-overflow-layout-rect.html
    M LayoutTests/imported/mozilla/svg/pattern-transformed-01.svg
    M 
LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/css-box-shadow-001.html
    M LayoutTests/imported/w3c/web-platform-tests/css/css-ui/outline-028.html
    M 
LayoutTests/imported/w3c/web-platform-tests/css/filter-effects/backdrop-filter-clip-rect-zoom.html
    M 
LayoutTests/imported/w3c/web-platform-tests/svg/painting/reftests/marker-path-001.svg
    M LayoutTests/platform/glib/TestExpectations
    M LayoutTests/platform/gtk/TestExpectations
    M LayoutTests/svg/as-image/svg-as-image-pattern-scale.html
    M 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.cpp
    M 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.h
    M 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.cpp
    M 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.h
    M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp
    M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
    M 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHostPlayStation.cpp
    M 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHostPlayStation.h
    M 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.cpp
    M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.h
    M 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositorPlayStation.cpp
    M 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositorPlayStation.h

  Log Message:
  -----------
  [CoordinatedGraphics] Compute the layers tile size instead of using a fixed 
value
https://bugs.webkit.org/show_bug.cgi?id=300093

Reviewed by Miguel Gomez.

This way we can use a different logic depending on whether we are using
CPU or GPU rendering for the tiles. In the case of CPU rendering we use
smaller tiles of 256x256 by default, while for GPU rendering we use the
visible size for the width and 1/4 of the visible height, similar to what
chromium does.

Canonical link: https://commits.webkit.org/301398@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

Reply via email to