Bug 61048

Summary: Apply the ParallelJobs support to FELighting
Product: WebKit Reporter: Gabor Loki <loki>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: ossy, zherczeg, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Apply the ParallelJobs support to FELighting none

Description Gabor Loki 2011-05-18 06:16:14 PDT
The lighting 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 10-20% on dual-core machines (measured with Methanol).
Comment 1 Gabor Loki 2011-05-18 06:19:18 PDT
Created attachment 93903 [details]
Apply the ParallelJobs support to FELighting
Comment 2 Nikolas Zimmermann 2011-05-18 06:31:50 PDT
Comment on attachment 93903 [details]
Apply the ParallelJobs support to FELighting

Looks great, r=me.
Comment 3 Gabor Loki 2011-05-18 07:27:32 PDT
Comment on attachment 93903 [details]
Apply the ParallelJobs support to FELighting

Clearing flags on attachment: 93903

Committed r86759: <http://trac.webkit.org/changeset/86759>
Comment 4 Gabor Loki 2011-05-18 07:27:39 PDT
All reviewed patches have been landed.  Closing bug.