Closed
Bug 1019324
Opened 10 years ago
Closed 3 years ago
Use GPU to do GrallocImage color space conversion
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: chiajung, Unassigned)
References
Details
There are many use cases we need canvas.drawImage(<video>). We can avoid use GrallocImage::GetAsSourceSurface in bug 880114, but it only works while GL backend is initialized successfully.
Since we default:
pref("gfx.canvas.willReadFrequently.enable", true);
which prevent GL backend from initialization, we will still suffer from those color format problems. We should create a software canvas backend compatible GL converter path.
Comment 1•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:lsalzman, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: ffantasy1999 → nobody
Flags: needinfo?(lsalzman)
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(lsalzman)
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•