wlroots/include
Alexander Orzechowski 23202e192c wlr_scene: Introduce wlr_scene_output_needs_frame
It seems that some scene compositors want to avoid wlr_scene_output_commit
and use the lower lever wlr_scene_output_build_state. However, build
state does not early return if a frame is not needed so compositors will
implement the check themselves. Let's add a helper function that compositors
can use to implement the check.

Technically pending_commit_damage is a private interface, so this lets
compositors not interface with private interfaces to implement the check.
2024-08-14 12:51:15 -04:00
..
backend backend/drm: add support for explicit sync APIs 2024-08-06 17:37:06 +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/gles2: implement explicit sync API 2024-08-06 17:37:06 +00:00
types cursor: add support for linux-drm-syncobj-v1 2024-08-06 17:37:06 +00:00
util xdg-toplevel: check that title provided actually is UTF-8 2023-11-22 22:03:00 +03:00
wlr wlr_scene: Introduce wlr_scene_output_needs_frame 2024-08-14 12:51:15 -04:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland xwayland/xwm: listen shell destroy signal 2024-08-13 11:33:04 +08:00
meson.build render/color: add fallback stub when LCMS2 is disabled 2024-06-04 17:45:51 +00:00