mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
wlr_scene: Account for occlusion by other scene nodes when calculating visibility
This commit is contained in:
parent
ce57485e6a
commit
919e67da7d
3 changed files with 61 additions and 2 deletions
|
|
@ -51,6 +51,9 @@ wlroots reads these environment variables
|
|||
tasks for compositors that use scenes (available options: none, rerender,
|
||||
highlight)
|
||||
* *WLR_SCENE_DISABLE_DIRECT_SCANOUT*: disables direct scan-out for debugging.
|
||||
* *WLR_SCENE_DISABLE_VISIBILITY*: If set to 1, the visibility of all scene nodes
|
||||
will be considered to be the full node. Intelligent visibility canculations will
|
||||
be disabled.
|
||||
|
||||
# Generic
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue