Age | Commit message (Expand) | Author |
2023-11-23 | backend/session: take wl_event_loop instead of wl_display | Simon Ser |
2023-10-30 | backend: drop wlr_backend_get_presentation_clock() | Simon Ser |
2023-07-07 | Use struct initializers instead of memset() | Simon Ser |
2023-02-27 | backend: move #ifdefs to nested functions | Simon Ser |
2023-02-27 | backend: make wlr_backend_autocreate() fail when DRM is missing | Simon Ser |
2023-02-21 | backend: disable DRM backend monitor when WLR_DRM_DEVICES is used | Simon Ser |
2023-02-21 | backend: avoid adding NULL backend in attempt_backend_by_name() | Simon Ser |
2023-02-21 | backend: create DRM backend monitor when WLR_BACKENDS is used | Simon Ser |
2022-11-25 | backend/session: make optional | Simon Ser |
2022-11-25 | backend: use time helpers to implement timeouts | Simon Ser |
2022-11-25 | backend: error out when missing DRM and libinput in wlr_backend_autocreate() | Simon Ser |
2022-11-15 | backend: rename backend to multi in wlr_backend_autocreate() | Simon Ser |
2022-11-15 | backend: drop wlr_backend_get_session() | Simon Ser |
2022-11-15 | backend: return wlr_session in wlr_backend_autocreate() call | Simon Ser |
2022-08-22 | Use env helpers | Alexander Orzechowski |
2022-08-18 | Use wl_signal_emit_mutable | Alexander Orzechowski |
2022-04-28 | Zero-initialize structs in init functions | Simon Ser |
2021-12-20 | backend: error out in autocreate without libinput support | Simon Ser |
2021-12-13 | backend/drm: add wlr_drm_backend_monitor | Chris Chamberlain |
2021-12-13 | backend: fix return value of attempt_drm_backend | Chris Chamberlain |
2021-11-25 | backend: remove noop backend | Simon Zeni |
2021-11-19 | backend: fix attempt_backend_by_name multi backend self insertion | Simon Zeni |
2021-11-18 | backend: remove wlr_backend_get_renderer | Simon Zeni |
2021-11-18 | backend: remove backend_get_allocator | Simon Zeni |
2021-11-18 | backend: remove backend ensure renderer and allocator check | Simon Zeni |
2021-10-27 | backend.c: do not try to explicitly clean up the libinput backend | MarkusVolk |
2021-10-18 | Add error handling to backend creation | Anthony Super |
2021-10-05 | backend: drop unconditional and unused <libinput.h> | Jan Beich |
2021-09-30 | backend: create renderer and allocator in wlr_backend_autocreate | Simon Ser |
2021-09-07 | backend: wait for session to become active | muradm |
2021-08-25 | Move allocator stuff into new directory | Simon Ser |
2021-07-28 | backend/drm: drop get_renderer implementation | Simon Ser |
2021-07-22 | backend: make DRM and libinput backends optional | ayaka |
2021-05-21 | backend: automatically create allocator | Simon Ser |
2021-05-21 | backend: automatically create renderer | Simon Ser |
2021-05-21 | backend: introduce wlr_backend_finish | Simon Ser |
2021-04-28 | Log when WLR_BACKENDS/WLR_RENDERER is set | Simon Ser |
2021-04-28 | backend: introduce backend_get_buffer_caps | Simon Zeni |
2021-04-12 | backend: move get_drm_fd to public interface | Roman Gilg |
2021-01-16 | backend: add get_drm_fd to interface | Simon Ser |
2021-01-04 | backend/session: allow wlr_session_find_gpus to return an error | Simon Ser |
2020-12-30 | Remove wlr_create_renderer_func_t | Simon Ser |
2020-11-19 | backend/session: operate on wlr_device | Simon Ser |
2020-09-16 | backend: remove check for _WAYLAND_DISPLAY | Simon Ser |
2020-01-10 | Drop RDP backend | Drew DeVault |
2020-01-08 | Allow WLR_RDP_PORT to be any valid TCP/UDP port number | Jason |
2019-11-18 | backend: Do not attempt DRM on X11/WL failure | Scott Anderson |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-04-08 | Add FreeRDP backend for remote desktop support | Drew DeVault |
2019-01-17 | Introduce noop backend | Ryan Dwyer |