Closed
Bug 687392
Opened 14 years ago
Closed 14 years ago
Use nearest filter for mobile plugin rendering
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: romaxa, Assigned: romaxa)
Details
Attachments
(1 file, 2 obsolete files)
1.31 KB,
patch
|
Details | Diff | Splinter Review |
I found that with some recent changes GOOD filtering was enabled by default for all ImageLAyers...
That is not good for video and plugins rendering.
Assignee | ||
Comment 1•14 years ago
|
||
This is will speedup video rendering in software mode a lot
Hmm, in the steady state BasicPlanarYCbCrImage::SetData should be prescaling to the right size. Is that not happening?
Assignee | ||
Comment 3•14 years ago
|
||
Oh, yep you right, pre-scaling does the right thing for video element.
Looks like I have to consider it in my Media Bridge implementation.
Here is plugins only patch
Attachment #560835 -
Attachment is obsolete: true
Attachment #560835 -
Flags: review?(roc)
Attachment #560839 -
Flags: review?(roc)
Attachment #560839 -
Flags: review?(roc) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 4•14 years ago
|
||
bilinear is not spelled correctly in the comment.
Assignee | ||
Comment 5•14 years ago
|
||
Attachment #560839 -
Attachment is obsolete: true
Comment 6•14 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla9
Summary: Use nearest filter for mobile video/plugin rendering → Use nearest filter for mobile plugin rendering
Comment 7•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•