aboutsummaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Expand)Author
2022-10-17backend/drm: drop drm_crtc_page_flip()Simon Ser
2022-10-17backend/drm: log when restoring mode after VT switch failsSimon Ser
2022-10-17backend/drm: fix EINVAL atomic commits after VT switchSimon Ser
2022-10-17backend/drm: extract current mode logic into separate functionSimon Ser
2022-10-15backend/drm: extract connect_drm_connector() logicSimon Ser
2022-10-14backend/drm: use atomic API to fetch current connector's CRTCSimon Ser
2022-10-13backend/drm: use wl_container_of() instead of casts for wlr_drm_modeSimon Ser
2022-10-13backend/drm/legacy: Fix whitespaceAlexander Orzechowski
2022-10-13backend: use global output name countersSimon Ser
2022-10-10backend/drm: drop drm_connector_set_mode()Simon Ser
2022-10-07backend/drm: allocate connector CRTC on lease creationSimon Zeni
2022-10-07backend/drm: nuke wlr_drm_connector.desired_enabledSimon Ser
2022-10-07backend/drm: drop unnecessary wlr_drm_connector.crtc checksSimon Ser
2022-10-04render: drop wlr_renderer_read_pixels() flagsSimon Ser
2022-10-03backend/drm: remove outdated TODOSimon Ser
2022-10-03backend/drm: don't unconditionally set desired_enabledSimon Ser
2022-09-30backend/drm: fix missing wlr_output_state.allow_artifactsSimon Ser
2022-09-30output: add wlr_output_state.allow_artifactsSimon Ser
2022-09-22backend/libinput: Fix SIGSEGV found in low-memory fuzzingJohn Lindgren
2022-09-22backend/drm: pass through mode picture aspect ratioSimon Ser
2022-09-21backend/drm: de-duplicate wlr_drm_mode creationSimon Ser
2022-09-16Only set max_bpc when full modesetting is being done.vanfanel
2022-09-16Initialize connectors current mode to the mode used by KMS on startup.vanfanel
2022-09-08backend/wayland: drop output_set_custom_mode()Simon Ser
2022-08-30backend/x11: report adaptive sync as enabledIsaac Freund
2022-08-30backend/wayland: report adaptive sync as enabledIsaac Freund
2022-08-30output: fail commits if adaptive sync cannot be enabledSimon Ser
2022-08-22Use env helpersAlexander Orzechowski
2022-08-18Use wl_signal_emit_mutableAlexander Orzechowski
2022-08-11backend/wayland: fix touch device not added on startupSimon Ser
2022-08-10backend/drm: drop enum wlr_drm_connector_statusSimon Ser
2022-08-10backend/drm: drop WLR_DRM_CONN_NEEDS_MODESETSimon Ser
2022-07-25backend/drm: use drmModeConnectorGetPossibleCrtcsSimon Ser
2022-07-25backend/drm: use drmModeGetConnectorTypeNameSimon Ser
2022-07-11backend/wayland: handle high-res scroll eventsJosé Expósito
2022-07-11backend/libinput: code style consistencyJosé Expósito
2022-07-11backend/libinput: handle high-res scroll eventsJosé Expósito
2022-07-11pointer: transform low-res to high-res axis eventsJosé Expósito
2022-07-11build: check if libinput supports high-res scrollJosé Expósito
2022-06-21wlr_input_device: remove anon union fieldIsaac Freund
2022-06-19backend/drm: set "max bpc" to the maxSimon Ser
2022-06-19backend/drm: remove unused CRTC count checkSimon Ser
2022-06-07backend/drm: fix NULL pointer deference due to typoIsaac Freund
2022-06-07backend/drm: make serial optionalSimon Ser
2022-06-07backend/drm: unconditionally set "content type" to graphicsSimon Ser
2022-06-02backend/drm: fix check for no-op commitsIsaac Freund
2022-06-02backend/drm: short-circuit no-op commitsSimon Ser
2022-06-01backend/drm: make commits without a buffer blockingSimon Ser
2022-05-31backend/drm: improve atomic commit flag loggingSimon Ser
2022-05-30output: pass wlr_output_state to backendSimon Ser