Age | Commit message (Expand) | Author |
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 |
2018-11-12 | Use #if instead of #ifdef for wlroots config data | emersion |
2018-10-13 | backend: fix use-after-free in wlr_backend_autocreate | emersion |
2018-10-04 | Rename get_present_clock to get_presentation clock, use it | emersion |
2018-10-04 | backend: add get_present_clock | emersion |
2018-09-24 | Rework session handling | nyorain |
2018-07-21 | Revert "Merge pull request #1153 from emersion/include-config" | Drew DeVault |
2018-07-21 | Always include config.h | emersion |
2018-07-09 | util: add wlr_ prefix to log symbols | emersion |
2018-06-30 | backend autocreate: fix leak when WLR_BACKENDS is set | Dominique Martinet |
2018-05-25 | backends: implement custom EGL and renderer initialization | Ilia Bozhinov |
2018-05-19 | backend: support creating DRM and libinput via WLR_BACKENDS | emersion |
2018-05-19 | backend: allow multiple backends in WLR_BACKENDS | emersion |
2018-05-19 | backend: add WLR_BACKEND env variable | emersion |
2018-04-08 | backend: remove wlr_backend_get_egl | emersion |
2018-04-04 | Add ifdef to build without X11 | Tancredi Orlando |
2018-04-03 | Implement input inhibit in rootston | Drew DeVault |
2018-03-30 | backend/x11: fix extra output | emersion |