Closed
Bug 1238755
Opened 9 years ago
Closed 9 years ago
Make BasicCompositor a little faster on OS X using Skia
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/30417/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/30417/
Attachment #8706626 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/30419/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/30419/
Attachment #8706627 -
Flags: review?(matt.woodrow)
Updated•9 years ago
|
Attachment #8706626 -
Flags: review?(matt.woodrow) → review+
Comment 3•9 years ago
|
||
Comment on attachment 8706626 [details]
MozReview Request: Bug 1238755 - Avoid a copy when uploading the BasicCompositor result to a texture. r?mattwoodrow
https://reviewboard.mozilla.org/r/30417/#review27137
::: widget/cocoa/nsChildView.mm:2942
(Diff revision 1)
> + int32_t stride = size.width * 4;
Would prefer BytesPerPixel rather than 4
Comment 4•9 years ago
|
||
Comment on attachment 8706627 [details]
MozReview Request: Bug 1238755 - Use Skia for BasicCompositor composition. r?mattwoodrow
https://reviewboard.mozilla.org/r/30419/#review27141
Attachment #8706627 -
Flags: review?(matt.woodrow) → review+
Updated•9 years ago
|
Summary: Make BasicCompositor a little faster on OS X → Make BasicCompositor a little faster on OS X using Skia
Updated•9 years ago
|
OS: Unspecified → Mac OS X
Comment 6•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/305fa4641686
https://hg.mozilla.org/mozilla-central/rev/ff537450e059
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•