Bug 312569
| Summary: | [threaded-animations] animating incompatible filter values across multiple effects yields a CAPresentationModifier exception | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
rdar://172747293
Radar WebKit Bug Importer
<rdar://problem/175007860>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/62973
EWS
Committed 311468@main (c9feb0cc3bfd): <https://commits.webkit.org/311468@main>
Reviewed commits have been landed. Closing PR #62973 and removing active labels.