wlroots-hyprland/include/wlr
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/multi: stop pulling <wlr/backend/session.h> 2022-11-24 21:50:28 +00:00
interfaces Add wlr_output_layer 2023-02-20 18:38:09 +01:00
render render/swapchain: make public 2023-02-21 17:14:31 +01:00
types output: introduce wlr_output_configure_primary_swapchain() 2023-02-24 18:22:20 +00:00
util util/region: forbid "shrinking" a region with wlr_region_expand() 2022-12-09 16:46:36 +00:00
xwayland xwayland: Read and publish _NET_WM_STRUT_PARTIAL property 2023-02-13 12:57:20 -05:00
backend.h backend: stop pulling <wlr/backend/session.h> 2022-11-24 21:50:28 +00:00
config.h.in backend/session: make optional 2022-11-25 16:15:29 +00:00
meson.build build: bump version to 0.16.0-dev 2022-05-24 15:04:14 +02:00
version.h.in Drop WLR_VERSION_API_* 2021-06-29 12:22:55 +02:00
xcursor.h examples, tinywl: use "default" cursor instead of "left_ptr" 2023-02-01 15:00:42 +01:00
xwayland.h xwayland: split headers 2022-11-02 19:00:23 +01:00