Bug 61049

Summary: Apply the ParallelJobs support to FEGaussianBlur
Product: WebKit Reporter: Gabor Loki <loki>
Component: SVGAssignee: Renata Hodovan <rhodovan.u-szeged>
Status: RESOLVED FIXED    
Severity: Enhancement CC: ossy, rhodovan.u-szeged, zherczeg, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch zimmermann: review+

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>