Bug 104289 - [Chromium] Layout test css3/filters/effect-reference-hw.html is failing
Summary: [Chromium] Layout test css3/filters/effect-reference-hw.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Stephen White
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 13:03 PST by Stephen White
Modified: 2013-02-08 09:29 PST (History)
0 users

See Also:


Attachments

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