Tile is invalidated during Youtube video fullscreen mode with WebRender native compositor
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: sotaro, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 4 obsolete files)
|
9.25 KB,
patch
|
Details | Diff | Splinter Review | |
|
20.49 KB,
patch
|
Details | Diff | Splinter Review |
During fullscreen video playback, one tile seemed to be constantly invalidated.
| Reporter | ||
Comment 1•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
| Comment hidden (obsolete) |
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 3•1 year ago
•
|
||
The problem often happened with Youtube fullscreen video plaback.
https://www.youtube.com/watch?v=LXb3EKWsInQ
For local video's fullscreen playback with layer compositor, the problem existed as Bug 1970043.
| Reporter | ||
Comment 4•1 year ago
|
||
| Reporter | ||
Comment 5•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 6•1 year ago
|
||
Addressed by Bug 1970043 fix.
| Reporter | ||
Comment 7•1 year ago
|
||
Bug 1970043 was not enough to address the problem.
| Reporter | ||
Comment 8•1 year ago
|
||
Comment 9•1 year ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
| Reporter | ||
Comment 10•8 months ago
|
||
| Reporter | ||
Comment 11•8 months ago
|
||
| Reporter | ||
Comment 12•8 months ago
•
|
||
I confirmed that video was rendered as underlay even during full screen video playback.
Even when video was rendered by overlay, some tiles were not occluded by Occluders::is_tile_occluded() in PicturePrimitive::take_context(), because of the following check.
- if tile_cache.spatial_node_index == frame_context.root_spatial_node_index
| Reporter | ||
Comment 13•8 months ago
|
||
Created Bug 2005100 and Bug 2005102 for comment 12.
| Reporter | ||
Updated•8 months ago
|
| Reporter | ||
Comment 14•6 months ago
|
||
Addressed by Bug 2005100 fix.
Description
•