Age | Commit message (Expand) | Author |
2021-11-19 | backend/drm: scan leases on uevent | Simon Ser |
2021-11-19 | backend/drm: introduce wlr_drm_lease | Simon Ser |
2021-11-19 | Introduce WLR_DEVICE_LEASE events | Simon Ser |
2021-11-19 | output: use XRGB8888 format instead of ARGB8888 | Manuel Stoeckl |
2021-11-19 | backend: fix attempt_backend_by_name multi backend self insertion | Simon Zeni |
2021-11-19 | backend/multi: add asserts in wlr_multi_backend_add | Simon Zeni |
2021-11-18 | backend: remove wlr_backend_get_renderer | Simon Zeni |
2021-11-18 | backend/multi: remove backend_get_renderer | Simon Zeni |
2021-11-18 | backend/drm: stop initializing backend renderer | Simon Zeni |
2021-11-18 | backend/headless: don't store the parent renderer | Simon Zeni |
2021-11-18 | backend/x11: get renderer from wlr_x11_output | 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-11-17 | Remove support for DMA-BUF flags | Simon Ser |
2021-11-15 | backend/headless: unlink input device on destroy | Roman Gilg |
2021-11-02 | backend/drm: handle per-connector hotplug events | Simon Ser |
2021-11-02 | backend/session: introduce wlr_device_change_event | Simon Ser |
2021-10-31 | backend/wayland: use xdga client activation | Ronan Pigott |
2021-10-29 | backend/drm: avoid creating empty FB_DAMAGE_CLIPS prop | Simon Ser |
2021-10-29 | backend/drm: get rid of BO handle table | Simon Ser |
2021-10-27 | backend/drm/legacy.c: Fix memory leak in drm_legacy_crtc_set_gamma | Haelwenn (lanodan) Monnier |
2021-10-27 | backend.c: do not try to explicitly clean up the libinput backend | MarkusVolk |
2021-10-27 | backend/x11: fix code style in get_touchpoint_from_x11_touch_id | Simon Ser |
2021-10-26 | backend/drm: add entry for Valve EDID vendor | Simon Ser |
2021-10-22 | backend/multi: implement get_buffer_caps | Simon Zeni |
2021-10-18 | Add error handling to backend creation | Anthony Super |
2021-10-15 | output: add presented flag to presentation event | Kirill Primak |
2021-10-15 | output: disallow NULL event for wlr_output_send_present() | Kirill Primak |
2021-10-05 | backend: drop unconditional and unused <libinput.h> | Jan Beich |
2021-10-02 | Fix spelling errors | Elyes HAOUAS |
2021-10-01 | Revert "Require INVALID for implicit format modifiers" | Simon Ser |
2021-10-01 | Revert "backend/drm: fail on explicit modifier in drmModeAddFB2" | Simon Ser |
2021-10-01 | backend/drm: fail on explicit modifier in drmModeAddFB2 | Simon Ser |
2021-10-01 | Require INVALID for implicit format modifiers | Simon Ser |
2021-09-30 | backend: create renderer and allocator in wlr_backend_autocreate | Simon Ser |
2021-09-27 | backend/wayland: send hold gesture events | José Expósito |
2021-09-27 | backend/libinput: send hold gesture events | José Expósito |
2021-09-27 | build: check if libinput supports hold gestures | José Expósito |
2021-09-21 | backend/drm: add support for panel orientation | Simon Ser |
2021-09-08 | backend/drm: introduce wlr_drm_backend_get_non_master_fd | Simon Zeni |
2021-09-08 | backend/drm: implement drm lease function | Simon Zeni |
2021-09-07 | backend/drm: drop wlr_drm_connector.desired_mode | Simon Ser |
2021-09-07 | backend/drm: drop attempt_enable_needs_modeset | Simon Ser |
2021-09-07 | backend: wait for session to become active | muradm |
2021-09-07 | backend/drm: drop drm_connector_init_renderer | Simon Ser |
2021-09-07 | backend/drm: drop unused arg from get_possible_crtcs | Simon Ser |
2021-09-07 | backend/drm: fix crash on VT switch | Simon Ser |
2021-09-07 | backend/drm: introduce wlr_drm_connector_state | Simon Ser |
2021-09-07 | backend/drm: rename enum wlr_drm_connector_state to status | Simon Ser |
2021-09-03 | backend/drm: handle drm_surface_blit errors | Simon Ser |