Bug 61049 - Apply the ParallelJobs support to FEGaussianBlur
Summary: Apply the ParallelJobs support to FEGaussianBlur
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Renata Hodovan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 06:28 PDT by Gabor Loki
Modified: 2011-05-18 08:20 PDT (History)
4 users (show)

See Also:


Attachments
Proposed patch (7.93 KB, patch)
2011-05-18 06:41 PDT, Renata Hodovan
zimmermann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Loki 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.
Comment 1 Renata Hodovan 2011-05-18 06:41:30 PDT
Created attachment 93905 [details]
Proposed patch
Comment 2 Nikolas Zimmermann 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.
Comment 3 Renata Hodovan 2011-05-18 08:20:27 PDT
Committed r86763: <http://trac.webkit.org/changeset/86763>