aboutsummaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Expand)Author
2023-02-20backend/drm: init wlr_drm_plane for all plane typesSimon Ser
2023-02-20backend/wayland: implement output layersSimon Ser
2023-02-02backend/wayland: handle wl_registry.global_remove for wl_seatSimon Ser
2023-02-02backend/wayland: make destroy_wl_seats() handle a single seatSimon Ser
2023-02-02backend/drm: require hwdata pkg-config fileSimon Ser
2023-02-02backend/wayland: update output mode after commit is doneSimon Ser
2023-02-02backend/wayland: allow superseding a previous commitSimon Ser
2023-02-02backend/wayland: don't cache next item when destroying buffersSimon Ser
2023-01-31backend/drm: set "max bpc" property based on pixel formatSimon Ser
2023-01-18backend/drm: disable all CRTCs after VT switchSimon Ser
2023-01-16backend/x11: fix delta_discrete valueKirill Primak
2023-01-03backend/x11: fix initial value of wlr_x11_buffer.n_busySimon Ser
2022-12-16backend/drm: check return value of get_drm_{connector,crtc}_props()Simon Ser
2022-12-15backend/drm: remove wlr_drm_crtc.legacy_crtcSimon Ser
2022-12-15backend/drm: fetch fresh legacy CRTC in connector_get_current_mode()Simon Ser
2022-12-13backend/drm: drop unused arg in connector_get_current_mode()Simon Ser
2022-12-13backend/drm: prevent out-of-bounds array access on unknown subpixelSimon Ser
2022-12-13backend/drm: refuse to switch CRTC for enabled connectorSimon Ser
2022-12-13backend/drm: rename wlr_drm_backend.outputs to connectorsSimon Ser
2022-12-13backend/drm: clear pending cursor FB in drm_connector_commit_state()Simon Ser
2022-12-13backend/drm: update wlr_drm_connnector.crtc in drm_connector_commit_state()Simon Ser
2022-12-13backend/drm: print stringified connector status in realloc_crtcs()Simon Ser
2022-12-13backend/drm: add drm_connector_status_str()Simon Ser
2022-12-07backend/drm: store pending FB in stateSimon Ser
2022-12-07backend/drm: use separate field to store pending cursor FBSimon Ser
2022-12-07backend/drm: pass fb as arg in set_plane_props()Simon Ser
2022-12-07backend/drm: stop using goto in set_plane_props()Simon Ser
2022-12-07backend/drm: simplify dealloc_crtc() commitSimon Ser
2022-12-07backend/drm: fix VRR testSimon Ser
2022-12-06build: unify naming for HAVE_* definesSimon Ser
2022-12-06backend/libinput: use internal_configSimon Ser
2022-12-06backend/x11: ensure buffers are released on shutdownSimon Ser
2022-12-06backend/wayland: ensure buffers are released on shutdownSimon Ser
2022-11-25backend/session: make optionalSimon Ser
2022-11-25backend: use time helpers to implement timeoutsSimon Ser
2022-11-25backend: error out when missing DRM and libinput in wlr_backend_autocreate()Simon Ser
2022-11-25backend/session: disable libseat examples for subproject by defaultSimon Ser
2022-11-17backend/drm: don't damage output on CRTC changeSimon Ser
2022-11-17output: call wlr_output_update_enabled() after commitSimon Ser
2022-11-15backend: rename backend to multi in wlr_backend_autocreate()Simon Ser
2022-11-15backend: drop wlr_backend_get_session()Simon Ser
2022-11-15backend: return wlr_session in wlr_backend_autocreate() callSimon Ser
2022-11-15backend/x11: use request_state when window is resizedSimon Ser
2022-11-15backend/wayland: use request_state when toplevel is resizedSimon Ser
2022-11-15backend/drm: only request page-flip if activeSimon Ser
2022-11-15backend/drm: fix FPE when disabling outputSimon Ser
2022-11-14backend/drm: log modesetting commitsSimon Ser
2022-11-14backend/drm: log refresh rate in HzSimon Ser
2022-11-11backend: remove const casts for pixman_region32_tSimon Ser
2022-11-11build: move udev dep to backend/Simon Ser