Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7eb44b915a43686f4d37ea23db5417d5b4c6f4d8
      
https://github.com/WebKit/WebKit/commit/7eb44b915a43686f4d37ea23db5417d5b4c6f4d8
  Author: Simon Fraser <[email protected]>
  Date:   2025-12-22 (Mon, 22 Dec 2025)

  Changed paths:
    M Source/WebCore/SourcesCocoa.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    A Source/WebCore/platform/graphics/coreimage/FEBlendCoreImageApplier.h
    A Source/WebCore/platform/graphics/coreimage/FEBlendCoreImageApplier.mm
    M Source/WebCore/platform/graphics/coreimage/FilterImageCoreImage.mm
    M Source/WebCore/platform/graphics/filters/FEBlend.cpp
    M Source/WebCore/platform/graphics/filters/FEBlend.h
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGResourceFilter.cpp

  Log Message:
  -----------
  [CI Filters] Implement FEBlend in CoreImage
https://bugs.webkit.org/show_bug.cgi?id=304603
rdar://167034446

Reviewed by Mike Wyrzykowski.

Add FEBlendCoreImageApplier. For `normal` it just returns the first input 
image. For other
blend modes, it uses the appropriate CIFilter with two inputs.

* Source/WebCore/SourcesCocoa.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/graphics/coreimage/FEBlendCoreImageApplier.h: Added.
* Source/WebCore/platform/graphics/coreimage/FEBlendCoreImageApplier.mm: Added.
(WebCore::FEBlendCoreImageApplier::FEBlendCoreImageApplier):
(WebCore::FEBlendCoreImageApplier::supportsCoreImageRendering):
(WebCore::FEBlendCoreImageApplier::apply const):
* Source/WebCore/platform/graphics/coreimage/FEColorMatrixCoreImageApplier.mm: 
Use a RetainPtr.
(WebCore::FEColorMatrixCoreImageApplier::apply const):
* Source/WebCore/platform/graphics/filters/FEBlend.cpp:
(WebCore::FEBlend::supportedFilterRenderingModes const):
(WebCore::FEBlend::createAcceleratedApplier const):
* Source/WebCore/platform/graphics/filters/FEBlend.h:
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGResourceFilter.cpp:
(WebCore::LegacyRenderSVGResourceFilter::removeAllClientsFromCache): Remove 
some noisy logging.
(WebCore::LegacyRenderSVGResourceFilter::removeClientFromCache):

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



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

Reply via email to