WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
256759
[GPU Process][Filters] Implement equality operator for FilterEffect
https://bugs.webkit.org/show_bug.cgi?id=256759
Summary
[GPU Process][Filters] Implement equality operator for FilterEffect
Said Abou-Hallawa
Reported
2023-05-13 07:11:35 PDT
This will be needed when caching the FilterResults in GPUProcess. We need to identify the modified FilterEffects so we can clear their FilterImages. They will be regenerated when the filtered ImageBuffer is displayed. The FilterEffect::operator==() will be virtual and will be overridden by all the superclasses. All the properties of the superclass and the properties of FilterEffect will be compared for equality.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-05-13 07:11:55 PDT
<
rdar://problem/109303025
>
Said Abou-Hallawa
Comment 2
2023-05-13 07:22:29 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/13856
EWS
Comment 3
2023-05-13 12:20:41 PDT
Committed
264050@main
(5f6cc633dcd4): <
https://commits.webkit.org/264050@main
> Reviewed commits have been landed. Closing PR #13856 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