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
2024-01-27
backend/drm: add support for atomic tearing page-flips
Simon Ser
2024-01-25
backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate()
Simon Ser
2024-01-25
backend/multi: take wl_event_loop instead of wl_display
Simon Ser
2024-01-25
backend/drm: drop wl_display argument
Simon Ser
2024-01-25
backend/x11: take wl_event_loop instead of wl_display
Simon Ser
2024-01-25
backend/wayland: take wl_event_loop instead of wl_display
Simon Ser
2024-01-25
backend/libinput: drop wl_display argument
Simon Ser
2024-01-25
backend/headless: take wl_event_loop instead of wl_display
Simon Ser
2024-01-25
backend: stop calling wl_display_terminate()
Simon Ser
2024-01-25
backend: destroy multi backend when primary backend is
Simon Ser
2024-01-25
backend: make attempt_drm_backend() return the primary backend
Simon Ser
2024-01-25
backend/multi: emit destroy signal before destroying child backends
Simon Ser
2024-01-23
backend/wayland: populate pointer axis relative direction
Simon Ser
2024-01-23
backend/libinput: populate pointer axis relative direction
Simon Ser
2024-01-17
backend/x11: handle touchpoint allocation failure
Kirill Primak
2024-01-04
Fix bool return types
Simon Ser
2023-12-30
backend/drm: save current refresh rate
Simon Ser
2023-12-21
backend: fix build against upcoming `gcc-14` (`-Werror=calloc-transposed-args`)
Sergei Trofimovich
2023-12-12
backend/drm: return secondary backend DRM FD
Simon Ser
2023-12-12
backend/drm: add wlr_drm_backend_get_parent()
Simon Ser
2023-11-30
backend/x11: Use wlr_texture_read_pixels
Alexander Orzechowski
2023-11-30
backend/drm: remove wlr_drm_renderer.backend
Simon Ser
2023-11-30
backend/drm: move drm_plane_finish_surface() to drm.c
Simon Ser
2023-11-30
backend/drm: split wlr_drm_fb related functions into separate file
Simon Ser
2023-11-28
backend/drm: use DRM_IOCTL_MODE_CLOSEFB instead of RMFB
Simon Ser
2023-11-27
backend/x11: don't send ConfigureRequest with the same size
Kirill Primak
2023-11-26
backend/x11: check buffer format in output_test()
Kirill Primak
2023-11-25
Cleanup wlr_matrix.h includes
Simon Ser
2023-11-23
output: take wl_event_loop in wlr_output_init()
Simon Ser
2023-11-23
backend/session: take wl_event_loop instead of wl_display
Simon Ser
2023-11-23
util/transform: move over wl_output_transform helpers
Simon Ser
2023-11-19
backend/drm: drop unnecessary flags in legacy interface
Simon Ser
2023-11-19
backend/drm: add wlr_drm_connector_state.nonblock
Simon Ser
2023-11-19
backend/drm: fix pending page-flip check
Simon Ser
2023-11-17
backend/drm: Destroy page flips on backend destroy
Alexander Orzechowski
2023-11-17
backend/drm: Track page flips in list
Alexander Orzechowski
2023-11-17
backend/drm: introduce page-flip tracking struct
Simon Ser
2023-11-17
backend/drm: free fb later
sunzhguy
2023-11-15
backend/drm: leave CRTCs on when shutting down
Simon Ser
2023-11-15
backend/drm: ensure plane surfaces are cleaned up on shutdown
Simon Ser
2023-10-30
backend: drop wlr_backend_get_presentation_clock()
Simon Ser
2023-10-16
Fix output layers order error on wayland backend
JiDe Zhang
2023-10-12
Revert "backend/drm: Automatic non-blocking commits"
Simon Ser
2023-10-10
backend/drm: Automatic non-blocking commits
Kenny Levinsen
2023-10-09
output: allow_artifacts -> allow_reconfiguration
Kenny Levinsen
2023-10-03
treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical
Alexander Orzechowski
2023-10-02
docs: replace the less commonly used "::" with "."
Kirill Primak
2023-10-02
output: defer fake present events until after commit
Rose Hudson
2023-10-02
backend/drm: restore pending page-flip check when tearing
Simon Ser
2023-09-28
backend/drm: Add async page flip support to legacy
vaxerski
[next]