Closed
Bug 588055
Opened 15 years ago
Closed 9 years ago
Do double-pass rendering and alpha extraction in the plugin process
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: benjamin, Unassigned)
Details
Currently when we need to do double-pass rendering and alpha extraction, the object frame sends a signal message and then two paint messages, collects both paint results, and does alpha extraction on them. It would involve less message overhead and fewer shared memory buffers if we sent a "do double-pass rendering" message, and the plugin process made both of the paint calls and did the alpha extraction, sending the result back in a shared memory buffer.
| Reporter | ||
Comment 1•9 years ago
|
||
Resolving old bugs which are likely not relevant any more, since NPAPI plugins are deprecated.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•