Open Bug 700755 Opened 13 years ago Updated 3 years ago

Add RGBA32 support to gfxImageSurface

Categories

(Core :: Graphics, defect)

defect

Tracking

()

People

(Reporter: snorp, Unassigned)

Details

Fennec on Android draws Flash content to a gfxImageSurface. In transparent mode, Flash wants to use RGBA32, which gfxImageSurface does not support. Additionally, there is also a canvas API we have to implement for Flash and we need RGBA32 there as well (see ANPCanvas.cpp and friends).
For clarification, does Flash need RGBA32 to (or not to) be alpha-premultiplied?
(In reply to Jeff Gilbert [:jgilbert] from comment #1) > For clarification, does Flash need RGBA32 to (or not to) be > alpha-premultiplied? It isn't specified (shocking, I know), but I guess I'd expect it to not be premultiplied.
No longer blocks: 700756
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.