Closed
Bug 1416076
Opened 7 years ago
Closed 7 years ago
19% of WebRenderLayerManager::EndTransaction during MotionMark is in nsDisplayItem::RecomputeVisibilty
Categories
(Core :: Graphics: WebRender, enhancement, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: ethlin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [wr-mvp])
Attachments
(1 file)
It seems like we could do something much simpler when we're using blob images.
Reporter | ||
Updated•7 years ago
|
Blocks: motionmark
Assignee | ||
Comment 1•7 years ago
|
||
Indeed, the RecomputeVisibilty has some region computations. For webrender, we should just call ComputeVisibility.
Assignee: nobody → ethlin
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
Please don't regress bug 1403920. I had changed this to RecomputeVisibility specifically to avoid that problem.
Assignee | ||
Comment 4•7 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #3)
> Please don't regress bug 1403920. I had changed this to RecomputeVisibility
> specifically to avoid that problem.
Oh..I should think another way.
Assignee | ||
Updated•7 years ago
|
Attachment #8927257 -
Flags: review?(jmuizelaar)
Updated•7 years ago
|
Blocks: stage-wr-nightly
status-firefox57:
--- → unaffected
status-firefox58:
--- → unaffected
Priority: -- → P1
Updated•7 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [wr-mvp]
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Attachment #8927257 -
Flags: review?(bugmail) → review?(matt.woodrow)
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8927257 [details]
Bug 1416076 - We should set visible rect to display item before computing visibility.
https://reviewboard.mozilla.org/r/198566/#review204330
Matt is probably a better reviewer for this visibility stuff.
::: commit-message-f944b:1
(Diff revision 2)
> +Bug 1416076 - We should set visibile rect to display item before computing visibility. r=kats
s/visibile/visible/
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8927257 [details]
Bug 1416076 - We should set visible rect to display item before computing visibility.
https://reviewboard.mozilla.org/r/198566/#review204626
Attachment #8927257 -
Flags: review?(matt.woodrow) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Pushed by ethlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b468a6f584f8
We should set visible rect to display item before computing visibility. r=mattwoodrow
Comment 11•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•