index
:
wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
Age
Commit message (
Expand
)
Author
2023-02-02
backend/wayland: handle wl_registry.global_remove for wl_seat
Simon Ser
2023-02-02
backend/wayland: make destroy_wl_seats() handle a single seat
Simon Ser
2023-02-02
backend/drm: require hwdata pkg-config file
Simon Ser
2023-02-02
backend/wayland: update output mode after commit is done
Simon Ser
2023-02-02
backend/wayland: allow superseding a previous commit
Simon Ser
2023-02-02
backend/wayland: don't cache next item when destroying buffers
Simon Ser
2023-01-31
backend/drm: set "max bpc" property based on pixel format
Simon Ser
2023-01-18
backend/drm: disable all CRTCs after VT switch
Simon Ser
2023-01-16
backend/x11: fix delta_discrete value
Kirill Primak
2023-01-03
backend/x11: fix initial value of wlr_x11_buffer.n_busy
Simon Ser
2022-12-16
backend/drm: check return value of get_drm_{connector,crtc}_props()
Simon Ser
2022-12-15
backend/drm: remove wlr_drm_crtc.legacy_crtc
Simon Ser
2022-12-15
backend/drm: fetch fresh legacy CRTC in connector_get_current_mode()
Simon Ser
2022-12-13
backend/drm: drop unused arg in connector_get_current_mode()
Simon Ser
2022-12-13
backend/drm: prevent out-of-bounds array access on unknown subpixel
Simon Ser
2022-12-13
backend/drm: refuse to switch CRTC for enabled connector
Simon Ser
2022-12-13
backend/drm: rename wlr_drm_backend.outputs to connectors
Simon Ser
2022-12-13
backend/drm: clear pending cursor FB in drm_connector_commit_state()
Simon Ser
2022-12-13
backend/drm: update wlr_drm_connnector.crtc in drm_connector_commit_state()
Simon Ser
2022-12-13
backend/drm: print stringified connector status in realloc_crtcs()
Simon Ser
2022-12-13
backend/drm: add drm_connector_status_str()
Simon Ser
2022-12-07
backend/drm: store pending FB in state
Simon Ser
2022-12-07
backend/drm: use separate field to store pending cursor FB
Simon Ser
2022-12-07
backend/drm: pass fb as arg in set_plane_props()
Simon Ser
2022-12-07
backend/drm: stop using goto in set_plane_props()
Simon Ser
2022-12-07
backend/drm: simplify dealloc_crtc() commit
Simon Ser
2022-12-07
backend/drm: fix VRR test
Simon Ser
2022-12-06
build: unify naming for HAVE_* defines
Simon Ser
2022-12-06
backend/libinput: use internal_config
Simon Ser
2022-12-06
backend/x11: ensure buffers are released on shutdown
Simon Ser
2022-12-06
backend/wayland: ensure buffers are released on shutdown
Simon Ser
2022-11-25
backend/session: make optional
Simon Ser
2022-11-25
backend: use time helpers to implement timeouts
Simon Ser
2022-11-25
backend: error out when missing DRM and libinput in wlr_backend_autocreate()
Simon Ser
2022-11-25
backend/session: disable libseat examples for subproject by default
Simon Ser
2022-11-17
backend/drm: don't damage output on CRTC change
Simon Ser
2022-11-17
output: call wlr_output_update_enabled() after commit
Simon Ser
2022-11-15
backend: rename backend to multi in wlr_backend_autocreate()
Simon Ser
2022-11-15
backend: drop wlr_backend_get_session()
Simon Ser
2022-11-15
backend: return wlr_session in wlr_backend_autocreate() call
Simon Ser
2022-11-15
backend/x11: use request_state when window is resized
Simon Ser
2022-11-15
backend/wayland: use request_state when toplevel is resized
Simon Ser
2022-11-15
backend/drm: only request page-flip if active
Simon Ser
2022-11-15
backend/drm: fix FPE when disabling output
Simon Ser
2022-11-14
backend/drm: log modesetting commits
Simon Ser
2022-11-14
backend/drm: log refresh rate in Hz
Simon Ser
2022-11-11
backend: remove const casts for pixman_region32_t
Simon Ser
2022-11-11
build: move udev dep to backend/
Simon Ser
2022-11-11
backend/drm: ensure disconnected outputs are disabled after VT switch
Simon Ser
2022-11-11
backend/drm: request page-flip event on modeset
Simon Ser
[next]