Bug 104289

Summary: [Chromium] Layout test css3/filters/effect-reference-hw.html is failing
Product: WebKit Reporter: Stephen White <senorblanco>
Component: Layout and RenderingAssignee: Stephen White <senorblanco>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Stephen White 2012-12-06 13:03:12 PST
The lighting direction in the feLighting sample of effect-reference-hw has a y-flip.  Not sure yet if this is a Skia or WebKit bug.
Comment 1 Stephen White 2013-01-14 14:24:32 PST
Theory:  the GrTextures created by wrapping the compositor's platform textures do not have their origin set correctly (TopLeft vs BottomLeft).
Comment 2 Stephen White 2013-02-06 12:42:52 PST
Committed r142018: <http://trac.webkit.org/changeset/142018>
Comment 3 Stephen White 2013-02-08 09:29:52 PST
Committed r142291: <http://trac.webkit.org/changeset/142291>