Closed
Bug 917658
Opened 11 years ago
Closed 11 years ago
Remove clears from ContentClient::UpdateDestinationFrom
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
INVALID
People
(Reporter: nrc, Unassigned)
References
Details
These were taken out in bug 914505 and then put back in for bug 907463. Since we use OP_SOURCE, they are hypothetically unnecessary and (not hypothetically) slow. But we fail a bunch of reftests, so we need to find out why, fix them, and then remove the clears.
Reporter | ||
Comment 1•11 years ago
|
||
Turns out the bug is using OP_SOURCE rather than OP_OVER (as opposed to the actual clear). We should fix the underlying bug and change to OP_SOURCE because that is more efficient on d2d.
Reporter | ||
Comment 2•11 years ago
|
||
No longer an issue since we don't plan on landing the patch in 907463 which did the de-optimisation.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•