wlroots-hyprland/include
Simon Ser fef8ab22e3 output: introduce wlr_output_configure_primary_swapchain()
The goal is to simplify wlr_output by moving all of its rendering
API into separate helpers. Here is a first step to sunset
wlr_output_attach_render(). Instead, compositors call
wlr_output_configure_primary_swapchain(), wlr_swapchain_acquire(),
wlr_renderer_begin_with_buffer() and wlr_output_attach_buffer().

Note that compositors can supply a base struct wlr_output_state.
This is useful to allocate a buffer suitable for submission with
a modeset, for instance.

Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3079
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3197
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3984
2023-02-24 18:22:20 +00:00
..
backend backend/drm: drop wlr_drm_layer.pending_{width,height} 2023-02-21 09:45:47 +00:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/swapchain: make public 2023-02-21 17:14:31 +01:00
types output: expose wlr_output_state_set_buffer() 2023-02-21 09:43:43 +00:00
util util/env: make env_parse_switch() return a size_t 2022-12-06 16:14:18 +01:00
wlr output: introduce wlr_output_configure_primary_swapchain() 2023-02-24 18:22:20 +00:00
xcursor xcursors: Alias existing cursor defaults to cursor-spec cursor names 2023-02-01 14:14:41 +01:00
xwayland xwayland: Read and publish _NET_WM_STRUT_PARTIAL property 2023-02-13 12:57:20 -05:00
meson.build build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00