Bug 82399
Summary: | Lack test coverage for multisampled WebGL composited output path | ||
---|---|---|---|
Product: | WebKit | Reporter: | James Robinson <jamesr> |
Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, kbr, kkinnunen, zmo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
James Robinson
On chromium linux, we appear to not have any layout test coverage for the composited output path for multisampled WebGL - patch 3 on https://bugs.webkit.org/show_bug.cgi?id=82275 breaks this path completely in chrome (no pixels show up) and fast/canvas/ passes cleanly. Either we don't have tests, the failure (lack support for shared FBOs) does not exist in the test WebGraphicsContext3D implementation, or all tests are marked as failing on chromium linux.
I've confirmed that the GC3D implementation we use in DumpRenderTree does advertise support for the multisampling extensions.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |