Bug 312569

Summary: [threaded-animations] animating incompatible filter values across multiple effects yields a CAPresentationModifier exception
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Antoine Quint
Reported 2026-04-17 07:20:41 PDT
We have a system to disallow the acceleration of filter properties if we are not able to successfully interpolate them with a single CAPresentationModifier in the remote layer tree, but this system only is able to reason within the scope of a single accelerated effect. But it's possible for an effect stack to compose filters such that they are individually blending to supported configurations but not when handled in coordination. We must disallow acceleration in such cases.
Attachments
Antoine Quint
Comment 1 2026-04-17 07:20:48 PDT
Radar WebKit Bug Importer
Comment 2 2026-04-17 07:21:33 PDT
Antoine Quint
Comment 3 2026-04-17 07:27:10 PDT
EWS
Comment 4 2026-04-17 13:13:22 PDT
Committed 311468@main (c9feb0cc3bfd): <https://commits.webkit.org/311468@main> Reviewed commits have been landed. Closing PR #62973 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.