Bug 76042 - Fix turbulence bug when stitch tiles enabled and rendered in parallel
Summary: Fix turbulence bug when stitch tiles enabled and rendered in parallel
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-11 02:30 PST by Zoltan Herczeg
Modified: 2012-01-12 06:58 PST (History)
1 user (show)

See Also:


Attachments
patch (10.91 KB, patch)
2012-01-11 02:33 PST, Zoltan Herczeg
zimmermann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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