Bug 55509 - premultipliedAlpha=false for a WebGL context is ignored on Mac WebKit
Summary: premultipliedAlpha=false for a WebGL context is ignored on Mac WebKit
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 14:27 PST by John Bauman
Modified: 2021-09-07 11:46 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Bauman 2011-03-01 14:27:57 PST
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.
Comment 1 John Bauman 2011-03-16 15:44:18 PDT

*** This bug has been marked as a duplicate of bug 56238 ***
Comment 2 John Bauman 2011-03-16 15:55:26 PDT
Actually, nevermind. I've fixed the premultipliedAlpha flag to not be forced on, but the compositing of the data still ignores the flag.