Closed
Bug 1393706
Opened 8 years ago
Closed 8 years ago
Should compute visibility when creating fallback data in layers-free mode
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: ethlin, Assigned: ethlin)
References
Details
Attachments
(1 file)
For CreateWebRenderCommands(), we don't care the visible region. But for fallback path, the Paint() function may refer the variable that comes from ComputeVisibility(). So we should call ComputeVisibility() before painting.
| Assignee | ||
Comment 1•8 years ago
|
||
A related reftest is "layout/reftests/box-shadow/boxshadow-inner-basic.html".
| Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8901078 [details]
Bug 1393706 - Compute display item's visibility when creating fallback data in layers-free mode.
https://reviewboard.mozilla.org/r/172576/#review177920
Can you add a comment at the call to ComputeVisibility about why it needs to be there and give an example of a DisplayItem and place that uses the values?
Attachment #8901078 -
Flags: review+
Comment 4•8 years ago
|
||
Comment on attachment 8901078 [details]
Bug 1393706 - Compute display item's visibility when creating fallback data in layers-free mode.
Got r=jrmuizel
Attachment #8901078 -
Flags: review?(bugmail)
| Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #3)
> Comment on attachment 8901078 [details]
> Bug 1393706 - Compute display item's visibility when creating fallback data
> in layers-free mode.
>
> https://reviewboard.mozilla.org/r/172576/#review177920
>
> Can you add a comment at the call to ComputeVisibility about why it needs to
> be there and give an example of a DisplayItem and place that uses the values?
Okay, I will add a comment for the reason.
| Comment hidden (mozreview-request) |
Pushed by ethlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0e8f739cba12
Compute display item's visibility when creating fallback data in layers-free mode. r=jrmuizel
Comment 8•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•