Bug 76042

Summary: Fix turbulence bug when stitch tiles enabled and rendered in parallel
Product: WebKit Reporter: Zoltan Herczeg <zherczeg>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch zimmermann: review+

Description Zoltan Herczeg 2012-01-11 02:30:16 PST
The tile stitch variables are used (and overwritten) by all threads in the same time.
Comment 1 Zoltan Herczeg 2012-01-11 02:33:23 PST
Created attachment 121996 [details]
patch
Comment 2 Nikolas Zimmermann 2012-01-11 02:43:04 PST
Comment on attachment 121996 [details]
patch

Ah thanks a lot for finding that annoying bug! You should mention in the ChangeLog that this fixes the problems with svg/dynamic-updates/SVGFETurb* and update the pixel test results.. still, r=me.
Comment 3 Zoltan Herczeg 2012-01-12 06:58:28 PST
Landed in: http://trac.webkit.org/changeset/104824