Bug 104289
Summary: | [Chromium] Layout test css3/filters/effect-reference-hw.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Stephen White <senorblanco> |
Component: | Layout and Rendering | Assignee: | Stephen White <senorblanco> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Stephen White
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Stephen White
Theory: the GrTextures created by wrapping the compositor's platform textures do not have their origin set correctly (TopLeft vs BottomLeft).
Stephen White
Committed r142018: <http://trac.webkit.org/changeset/142018>
Stephen White
Committed r142291: <http://trac.webkit.org/changeset/142291>