Closed
Bug 1255105
Opened 9 years ago
Closed 5 years ago
Use SurfacePipe in the BMP decoder
Categories
(Core :: Graphics: ImageLib, defect, P3)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: seth, Assigned: aosmond)
References
(Blocks 2 open bugs)
Details
(Whiteboard: gfx-noted)
Attachments
(1 file)
SurfacePipe is intended to eliminate the possibility of output buffer overflows in ImageLib, so we want to use it for all decoders. That includes BMP.
Whiteboard: gfx-noted
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
This patch converts the BMP decoder to use SurfacePipe instead of using
AllocateFrame and Downscaler directly. As a result, it now uses the
accelerated premultiplication path, honours the
SurfaceFlags::NO_PREMULTIPLY_ALPHA flag, and allows for a path forward
to support color management and clipboard better.
Updated•5 years ago
|
Assignee: nobody → aosmond
Status: NEW → ASSIGNED
Updated•5 years ago
|
Attachment #9129956 -
Attachment description: Bug 1255105 - Use SurfacePipe in the BMP decoder. r=tnikkel → Bug 1255105 - Use SurfacePipe in the BMP decoder.
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b93db4865f2
Use SurfacePipe in the BMP decoder. r=tnikkel
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•