Closed
Bug 1583647
Opened 6 years ago
Closed 6 years ago
Make GIF decoder use accelerated unpacking for color table
Categories
(Core :: Graphics: ImageLib, enhancement, P3)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
Details
Attachments
(1 file)
In bug 1551088 I missed how the color table in the GIF decoder is just an unpack of RGB to BGRA. We can use the swizzle functionality added in bug 1551088 to improve the decoder.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/db3e0362db01
Make the GIF decoder use the accelerated RGB unpacking. r=tnikkel
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•