Bug 43488
| Summary: | getParameter(SAMPLE_COVERAGE_VALUE) returns the wrong default value. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrienne Walker <enne> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | enne |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Adrienne Walker
It looks like getParameter(SAMPLE_COVERAGE_VALUE) is returning 2^31 by default instead of 1. This causes LayoutTests/fast/canvas/webgl/gl-get-calls.html to fail on Linux.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrienne Walker
This appears to be a Chrome bug in the command buffer and not a WebKit bug. Closing.