[webkit-changes] [WebKit/WebKit] 82f851: Move compute table functions from FEComponentTrans...

Carlos Garcia Campos noreply at github.com
Tue May 7 07:38:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 82f851ba6e367121f35f2ca6d2bdc96e944bbf83
      https://github.com/WebKit/WebKit/commit/82f851ba6e367121f35f2ca6d2bdc96e944bbf83
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/filters/FEComponentTransfer.cpp
    M Source/WebCore/platform/graphics/filters/FEComponentTransfer.h
    M Source/WebCore/platform/graphics/filters/software/FEComponentTransferSoftwareApplier.cpp
    M Source/WebCore/platform/graphics/filters/software/FEComponentTransferSoftwareApplier.h

  Log Message:
  -----------
  Move compute table functions from FEComponentTransferSoftwareApplier to FEComponentTransfer
https://bugs.webkit.org/show_bug.cgi?id=273817

Reviewed by Nikolas Zimmermann.

Skia implementation will need those functions too, by moving them we
will be able to use them without duplicating the code.

* Source/WebCore/platform/graphics/filters/FEComponentTransfer.cpp:
(WebCore::FEComponentTransfer::computeLookupTable):
* Source/WebCore/platform/graphics/filters/FEComponentTransfer.h:
* Source/WebCore/platform/graphics/filters/software/FEComponentTransferSoftwareApplier.cpp:
(WebCore::FEComponentTransferSoftwareApplier::applyPlatform const):
(WebCore::FEComponentTransferSoftwareApplier::computeIdentityTable): Deleted.
(WebCore::FEComponentTransferSoftwareApplier::computeTabularTable): Deleted.
(WebCore::FEComponentTransferSoftwareApplier::computeDiscreteTable): Deleted.
(WebCore::FEComponentTransferSoftwareApplier::computeLinearTable): Deleted.
(WebCore::FEComponentTransferSoftwareApplier::computeGammaTable): Deleted.
(WebCore::FEComponentTransferSoftwareApplier::computeLookupTable): Deleted.
* Source/WebCore/platform/graphics/filters/software/FEComponentTransferSoftwareApplier.h:

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