wlroots-hyprland/include/wlr/interfaces
Simon Ser 2f29b0c438 Add wlr_output_layer
This is based on previous work [1] [2].

This new API allows compositors to display buffers without needing to
perform rendering operations. This API can be implemented on Wayland
using subsurfaces and on DRM using KMS planes.

Compared to [1], this approach leverages wlr_addon_set to let backends
attach their own private state to layers, removes the pending
state (necessary for interop with wlr_output_commit_state()) and
enum wlr_output_layer_state_field.

[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/1985
[2]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3447
2023-02-20 18:38:09 +01:00
..
wlr_buffer.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_keyboard.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_output.h Add wlr_output_layer 2023-02-20 18:38:09 +01:00
wlr_pointer.h interface/wlr_pointer: rework destroy sequence 2022-03-07 16:37:41 +00:00
wlr_switch.h interface/wlr_switch: rework destroy sequence 2022-03-07 16:37:41 +00:00
wlr_tablet_pad.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_tablet_tool.h interface/wlr_tablet_tool: rework destroy sequence 2022-03-07 16:37:41 +00:00
wlr_touch.h interface/wlr_touch: rework destroy sequence 2022-03-07 16:37:41 +00:00