Bug 55509
Summary: | premultipliedAlpha=false for a WebGL context is ignored on Mac WebKit | ||
---|---|---|---|
Product: | WebKit | Reporter: | John Bauman <jbauman> |
Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, cmarrin, kbr, kkinnunen, zmo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.6 |
John Bauman
Currently every WebGL context's premultipliedAlpha is forced to true in the WebKit's OpenGL context implementation (used on Macs). premultipliedAlpha=false is required to be supported by the OpenGL spec.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
John Bauman
*** This bug has been marked as a duplicate of bug 56238 ***
John Bauman
Actually, nevermind. I've fixed the premultipliedAlpha flag to not be forced on, but the compositing of the data still ignores the flag.