Closed
Bug 1076695
Opened 11 years ago
Closed 11 years ago
Don't convert alpha surfaces into RGBA surfaces for FilterNodeTransformSoftware
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.21 KB,
patch
|
Details | Diff | Splinter Review |
This is not that important, just a patch I had in my queue. It removes one use of NEED_COLOR_CHANNELS and modernizes the DrawTarget/DataSourceSurface interaction.
Attachment #8498666 -
Flags: review?(bas)
Updated•11 years ago
|
Attachment #8498666 -
Flags: review?(bas) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/f622aedd4348 as being the likely cause of the ASAN-only reftest permafail from bug 1079594
Status: RESOLVED → REOPENED
Flags: needinfo?(mstange)
Resolution: FIXED → ---
Updated•11 years ago
|
Target Milestone: mozilla35 → ---
| Assignee | ||
Comment 4•11 years ago
|
||
Duh, I wasn't clearing the output surface before drawing into it.
Attachment #8498666 -
Attachment is obsolete: true
Flags: needinfo?(mstange)
Comment 5•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•