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-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
2023-09-07
backend/drm: Compute custom mode correctly
Alexander Orzechowski
2023-08-25
backend/drm: drop no-op shortcut
Simon Ser
2023-08-23
output: trigger frame/present events on all commits on enabled output
Simon Ser
2023-08-23
backend/drm: report !presented if session is inactive
Rose Hudson
2023-08-23
backend/drm: don't set frame_pending on modeset
Rose Hudson
2023-08-21
backend/headless: fix broken output frame events
Simon Ser
2023-08-16
backend/wayland: wait for xdg_surface.configure explicitly
Simon Ser
2023-08-16
backend/drm: Use output state to set init mode
Alexander Orzechowski
2023-08-16
backend/drm: Move output variable up in connect_drm_connector
Alexander Orzechowski
2023-08-16
backend/headless: Use output state to set init custom mode
Alexander Orzechowski
2023-08-16
backend/wayland: Use output state to set init custom mode
Alexander Orzechowski
2023-08-16
backend/x11: Use output state to set init custom mode
Alexander Orzechowski
2023-08-16
output: Add initialization state to wlr_output_init
Alexander Orzechowski
2023-08-16
backend/wayland: add wlr_wl_output_create_from_surface()
Simon Ser
2023-08-16
backend/wayland: tag wl_surface
Simon Ser
2023-08-16
backend/wayland: take existing wl_display in wlr_wl_backend_create()
Simon Ser
2023-07-26
backend/drm: restore custom modes
Simon Ser
[next]