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
/
drm
Age
Commit message (
Expand
)
Author
2024-02-14
backend/drm: fix fb_damage_clips_arr memory leak
Simon Ser
2024-02-12
backend/drm: drop unnecessary _XOPEN_SOURCE
Simon Ser
2024-02-02
allocator: remove backend parameter in allocator_autocreate_with_drm_fd
Austin Shafer
2024-01-31
backend/drm: use wlr_drm_backend.name for fd cloning
Kirill Primak
2024-01-27
backend/drm: add support for atomic tearing page-flips
Simon Ser
2024-01-25
backend/drm: drop wl_display argument
Simon Ser
2024-01-25
backend: stop calling wl_display_terminate()
Simon Ser
2023-12-30
backend/drm: save current refresh rate
Simon Ser
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/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-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-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
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-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
output: Add initialization state to wlr_output_init
Alexander Orzechowski
2023-07-26
backend/drm: restore custom modes
Simon Ser
2023-07-14
backend/drm: stop checking for wlr_client_buffer
Simon Ser
2023-07-11
Use wl_container_of() instead of casts
Simon Ser
2023-07-07
Use struct initializers instead of memset()
Simon Ser
2023-06-30
backend/drm: use panel_orientation if it is set
Clayton Craft
2023-06-30
backend/drm: handle output layer damage
Simon Ser
2023-06-27
output: Set output mode during main commit
Alexander Orzechowski
2023-06-27
backend/drm: Don't add pollute fixed modes list with custom modes
Alexander Orzechowski
[next]