Age | Commit message (Expand) | Author |
2022-10-17 | backend/drm: fix EINVAL atomic commits after VT switch | Simon Ser |
2022-10-17 | backend/drm: extract current mode logic into separate function | Simon Ser |
2022-10-15 | backend/drm: extract connect_drm_connector() logic | Simon Ser |
2022-10-14 | backend/drm: use atomic API to fetch current connector's CRTC | Simon Ser |
2022-10-13 | backend/drm: use wl_container_of() instead of casts for wlr_drm_mode | Simon Ser |
2022-10-13 | backend/drm/legacy: Fix whitespace | Alexander Orzechowski |
2022-10-13 | backend: use global output name counters | Simon Ser |
2022-10-10 | backend/drm: drop drm_connector_set_mode() | Simon Ser |
2022-10-07 | backend/drm: allocate connector CRTC on lease creation | Simon Zeni |
2022-10-07 | backend/drm: nuke wlr_drm_connector.desired_enabled | Simon Ser |
2022-10-07 | backend/drm: drop unnecessary wlr_drm_connector.crtc checks | Simon Ser |
2022-10-04 | render: drop wlr_renderer_read_pixels() flags | Simon Ser |
2022-10-03 | backend/drm: remove outdated TODO | Simon Ser |
2022-10-03 | backend/drm: don't unconditionally set desired_enabled | Simon Ser |
2022-09-30 | backend/drm: fix missing wlr_output_state.allow_artifacts | Simon Ser |
2022-09-30 | output: add wlr_output_state.allow_artifacts | Simon Ser |
2022-09-22 | backend/libinput: Fix SIGSEGV found in low-memory fuzzing | John Lindgren |
2022-09-22 | backend/drm: pass through mode picture aspect ratio | Simon Ser |
2022-09-21 | backend/drm: de-duplicate wlr_drm_mode creation | Simon Ser |
2022-09-16 | Only set max_bpc when full modesetting is being done. | vanfanel |
2022-09-16 | Initialize connectors current mode to the mode used by KMS on startup. | vanfanel |
2022-09-08 | backend/wayland: drop output_set_custom_mode() | Simon Ser |
2022-08-30 | backend/x11: report adaptive sync as enabled | Isaac Freund |
2022-08-30 | backend/wayland: report adaptive sync as enabled | Isaac Freund |
2022-08-30 | output: fail commits if adaptive sync cannot be enabled | Simon Ser |
2022-08-22 | Use env helpers | Alexander Orzechowski |
2022-08-18 | Use wl_signal_emit_mutable | Alexander Orzechowski |
2022-08-11 | backend/wayland: fix touch device not added on startup | Simon Ser |
2022-08-10 | backend/drm: drop enum wlr_drm_connector_status | Simon Ser |
2022-08-10 | backend/drm: drop WLR_DRM_CONN_NEEDS_MODESET | Simon Ser |
2022-07-25 | backend/drm: use drmModeConnectorGetPossibleCrtcs | Simon Ser |
2022-07-25 | backend/drm: use drmModeGetConnectorTypeName | Simon Ser |
2022-07-11 | backend/wayland: handle high-res scroll events | José Expósito |
2022-07-11 | backend/libinput: code style consistency | José Expósito |
2022-07-11 | backend/libinput: handle high-res scroll events | José Expósito |
2022-07-11 | pointer: transform low-res to high-res axis events | José Expósito |
2022-07-11 | build: check if libinput supports high-res scroll | José Expósito |
2022-06-21 | wlr_input_device: remove anon union field | Isaac Freund |
2022-06-19 | backend/drm: set "max bpc" to the max | Simon Ser |
2022-06-19 | backend/drm: remove unused CRTC count check | Simon Ser |
2022-06-07 | backend/drm: fix NULL pointer deference due to typo | Isaac Freund |
2022-06-07 | backend/drm: make serial optional | Simon Ser |
2022-06-07 | backend/drm: unconditionally set "content type" to graphics | Simon Ser |
2022-06-02 | backend/drm: fix check for no-op commits | Isaac Freund |
2022-06-02 | backend/drm: short-circuit no-op commits | Simon Ser |
2022-06-01 | backend/drm: make commits without a buffer blocking | Simon Ser |
2022-05-31 | backend/drm: improve atomic commit flag logging | Simon Ser |
2022-05-30 | output: pass wlr_output_state to backend | Simon Ser |
2022-05-27 | backend/x11: fix output model strdup call | Simon Ser |
2022-05-26 | backend/drm: fix crash with null serial | vaxerski |