wlroots-hyprland/types/output
Simon Ser e92b272616 output/render: make output_ensure_buffer() no-op when missing renderer
Some compositors want to have full control over the buffers attached
to the output, and don't want to use the internal swapchain. Such
compositors include KWinFT (allocates its buffers on its own) and
gamescope (uses a headless output without any buffers).

Let's just make output_ensure_buffer() a no-op in that case.
2022-10-07 19:21:20 +00:00
..
cursor.c output/cursor: downgrade error messages 2022-09-15 09:33:30 +02:00
output.c output: add a swapchain NULL check in wlr_output_commit_state() 2022-10-07 15:12:53 +00:00
render.c output/render: make output_ensure_buffer() no-op when missing renderer 2022-10-07 19:21:20 +00:00
state.c output: add wlr_output_state.allow_artifacts 2022-09-30 10:58:17 +00:00
transform.c output: split into multiple files 2021-10-23 00:49:24 +02:00