RESOLVED FIXED 61049
Apply the ParallelJobs support to FEGaussianBlur
https://bugs.webkit.org/show_bug.cgi?id=61049
Summary Apply the ParallelJobs support to FEGaussianBlur
Gabor Loki
Reported 2011-05-18 06:28:03 PDT
The Gaussian blur filter of SVG can consume lots of resources if it is applied to a large area. The computation can be distributed to multiple cores if the architecture supports. The average performance progression is about 15% on dual-core machines.
Attachments
Proposed patch (7.93 KB, patch)
2011-05-18 06:41 PDT, Renata Hodovan
zimmermann: review+
Renata Hodovan
Comment 1 2011-05-18 06:41:30 PDT
Created attachment 93905 [details] Proposed patch
Nikolas Zimmermann
Comment 2 2011-05-18 06:47:04 PDT
Comment on attachment 93905 [details] Proposed patch Looks great - I guess no pixel test changes, etc? r=me.
Renata Hodovan
Comment 3 2011-05-18 08:20:27 PDT
Note You need to log in before you can comment on or make changes to this bug.