WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
256333
[GPU Process][Filters] Make SVGFilter own a vector of unique FilterEffects
https://bugs.webkit.org/show_bug.cgi?id=256333
Summary
[GPU Process][Filters] Make SVGFilter own a vector of unique FilterEffects
Said Abou-Hallawa
Reported
2023-05-04 13:53:51 PDT
Currently SVGFilter owns a SVGFilterExpression which is a Vector of SVGFilterExpressionTerm. The SVGFilterExpressionTerm holds a Ref<FilterEffect> which maybe referenced more than once by multiple SVGFilterExpressionTerms. We need make SVGFilter own a Vector of unique FilterEffects. SVGFilterExpressionTerm will hold an index to this Vector. This will allow building an SVGFilterTransaction which is a set of altered unique FilterEffects identified by the index in the vector of unique FilterEffects of SVGFilter.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-05-08 14:53:26 PDT
<
rdar://problem/109060794
>
Said Abou-Hallawa
Comment 2
2023-05-08 19:10:53 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/13619
EWS
Comment 3
2023-05-09 16:51:08 PDT
Committed
263886@main
(56cc7591e5e3): <
https://commits.webkit.org/263886@main
> Reviewed commits have been landed. Closing PR #13619 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug