1743 Commits (5f3b99bbedf074c47a266a5a0ba9dc9f670e84d8)

Author SHA1 Message Date
Simon Ser 52e01a9c8b backend/drm: implement wlr_backend_impl.{test,commit}
8 months ago
Simon Ser d41b5efc65 backend/drm: fix adaptive sync no-op changes
8 months ago
Simon Ser 35737ab00c backend/drm: add drm_connector_prepare()
8 months ago
Simon Ser a4f54086c1 backend/drm: move post-commit disable logic to drm_connector_apply_commit()
8 months ago
Simon Ser 5efa88ee7a backend/drm: drop drm_device_state_init_single()
8 months ago
Simon Ser ee01712847 backend/drm: unify connector test and commit codepaths
8 months ago
Simon Ser 917c650903 backend/multi: implement wlr_backend_impl.{test,commit}
8 months ago
Simon Ser 78c76ddd09 backend: add wlr_backend_{test,commit}()
8 months ago
Simon Ser fc4996d853 backend/drm: rework struct wlr_drm_page_flip for multiple connectors
8 months ago
Simon Ser 805807fd5b backend/drm: add infrastructure for device-wide commits
8 months ago
Simon Ser 4636f8c407 backend/drm: track pending atomic state in wlr_drm_connector_state
8 months ago
Simon Ser d7d974ae30 backend/drm: drop VRR debug message
8 months ago
Simon Ser 3d72da9ed7 backend/drm: extract post-commit logic into functions
8 months ago
Simon Ser f8f2dde1f0 backend/drm: add wlr_drm_connector_state.connector
8 months ago
Simon Ser 94dbb3cfb5 backend/libinput: check bus type before setting tablet USB IDs
9 months ago
Simon Ser edbf8bf2ce input-device: drop wlr_input_device.{vendor,product}
9 months ago
Simon Ser e21b975f5d tablet-tool: add usb_vendor_id and usb_product_id to wlr_tablet
9 months ago
Simon Ser c3743364e2 backend/drm: ensure CRTC is set up in drm_connector_state_init()
9 months ago
Simon Ser 16b42bf65b backend/drm: track cursor FB in wlr_drm_connector_state
9 months ago
Simon Ser f6659414ba backend/drm: add drm_fb_copy()
9 months ago
Simon Ser 1a54d33e77 backend/drm: clear pending cursor FB in drm_connector_set_cursor()
9 months ago
Simon Ser f5889319f7 backend/drm: fix queued cursor FB overwritten with NULL
9 months ago
Simon Ser e3ab52af7b backend/x11: add error logging to query_dri3_drm_fd()
9 months ago
Isaac Freund b821be5749
input-device: unconfuse tablet naming
9 months ago
Simon Ser ee70932422 backend/libinput: use NULL to indicate missing device name
9 months ago
Simon Ser 488a23c169 pointer: drop enum wlr_axis_orientation
9 months ago
Simon Ser ec5263e6b7 pointer: drop enum wlr_axis_relative_direction
9 months ago
Simon Ser 812451cd8f pointer: use enum wl_pointer_button_state
9 months ago
Simon Ser 9f4cf242d9 pointer: drop enum wlr_axis_source
9 months ago
Simon Ser d83c15c318 backend/drm: use CRTC pointers instead of indices in realloc_crtcs()
9 months ago
Simon Ser 4b1713d203 backend/drm: improve CRTC reallocation pretty printing
9 months ago
Simon Ser db2b1892ad backend/drm: move primary FB check after pending buffer logic
9 months ago
Simon Ser 0e839ab1c2 backend/drm: fix primary FB check
9 months ago
Simon Ser ef4997b722 backend/drm: use output_pending_enabled()
9 months ago
Alexander Orzechowski 374daeb256 backend/drm: Ensure a primary fb is available when configuring an output
9 months ago
Alexander Orzechowski f9a371717c backend/drm: Remove dead code
9 months ago
Alexander Orzechowski 672ff1e14e backend/drm: Init connector after we try to allocate a crtc for it
9 months ago
Kenny Levinsen 8dec0f6174 backend/drm: Remove erroneous free
9 months ago
Kenny Levinsen 153dea9c28 backend/drm: Free current_modeinfo on error
9 months ago
Simon Ser 0d9ffef774 backend/drm: don't destroy previous DRM master blobs
9 months ago
Simon Ser 842093bb84 Define _POSIX_C_SOURCE globally
9 months ago
Simon Ser 17fe87af5e backend/drm: skip reset after VT switch if possible
9 months ago
Simon Ser 653e28d2a3 backend/drm: fix typo in restore_drm_device() comment
9 months ago
Simon Ser d2acd4c362 backend/drm: move restore logic to drm.c
9 months ago
Simon Ser 505175e56f backend/drm: atomically reset state after VT switch
9 months ago
Simon Ser 836cb820d0 backend/drm: call get_drm_connector_props() when creating connector
9 months ago
Simon Ser feb54979c0 backend/drm: extract logic to build current connector state
9 months ago
Simon Ser c397515ee5 backend/drm: use early return in handle_session_active()
9 months ago
Simon Ser 9a685cefa9 backend/drm: add destroy_blob()
9 months ago
Simon Ser 741aaa3f76 backend/drm: drop wlr_drm_backend arg from create_mode_blob()
9 months ago
Simon Ser 76ed82c101 backend/drm: add drm_page_flip_create()
9 months ago
Simon Ser 97a6a58a95 backend/drm: fix fb_damage_clips_arr memory leak
9 months ago
Simon Ser 6ad9e89a34 backend/drm: drop unnecessary _XOPEN_SOURCE
9 months ago
Paul Cercueil 220df2aa0f
Add more POSIX compliance macros to fix uClibc support
9 months ago
Austin Shafer d368028bd5 allocator: remove backend parameter in allocator_autocreate_with_drm_fd
10 months ago
Simon Ser 967e788bc8 backend/session: add docs
10 months ago
Simon Ser 6991f03767 linux-dmabuf-v1: switch to stable
10 months ago
Kirill Primak 92ff86db23 backend/drm: use wlr_drm_backend.name for fd cloning
10 months ago
Simon Ser 00b869c1a9 backend/drm: add support for atomic tearing page-flips
10 months ago
Simon Ser d1b39b5843 backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate()
10 months ago
Simon Ser f27808b8d9 backend/multi: take wl_event_loop instead of wl_display
10 months ago
Simon Ser 54f9944b48 backend/drm: drop wl_display argument
10 months ago
Simon Ser b62ac611c8 backend/x11: take wl_event_loop instead of wl_display
10 months ago
Simon Ser ed0bba581b backend/wayland: take wl_event_loop instead of wl_display
10 months ago
Simon Ser f5e8fa48f3 backend/libinput: drop wl_display argument
10 months ago
Simon Ser 682dbf36e5 backend/headless: take wl_event_loop instead of wl_display
10 months ago
Simon Ser 3cc4374542 backend: stop calling wl_display_terminate()
10 months ago
Simon Ser 4ad6e6c298 backend: destroy multi backend when primary backend is
10 months ago
Simon Ser be0b7845f7 backend: make attempt_drm_backend() return the primary backend
10 months ago
Simon Ser a82fc4cb8f backend/multi: emit destroy signal before destroying child backends
10 months ago
Simon Ser 98c708618e backend/wayland: populate pointer axis relative direction
10 months ago
Simon Ser 7a58f41416 backend/libinput: populate pointer axis relative direction
10 months ago
Kirill Primak db69dcf767 backend/x11: handle touchpoint allocation failure
10 months ago
Simon Ser a0b1329ee6 Fix bool return types
11 months ago
Simon Ser f81c3d93cd backend/drm: save current refresh rate
11 months ago
Sergei Trofimovich f3e1f7b2a7 backend: fix build against upcoming `gcc-14` (`-Werror=calloc-transposed-args`)
11 months ago
Simon Ser d8c0707e27 backend/drm: return secondary backend DRM FD
12 months ago
Simon Ser fc7a0b93dd backend/drm: add wlr_drm_backend_get_parent()
12 months ago
Alexander Orzechowski 8ac5139007 backend/x11: Use wlr_texture_read_pixels
12 months ago
Simon Ser 67c77fdbdc backend/drm: remove wlr_drm_renderer.backend
12 months ago
Simon Ser f935ff0ef6 backend/drm: move drm_plane_finish_surface() to drm.c
12 months ago
Simon Ser 260dbdf704 backend/drm: split wlr_drm_fb related functions into separate file
12 months ago
Simon Ser ae3d7a697c backend/drm: use DRM_IOCTL_MODE_CLOSEFB instead of RMFB
1 year ago
Kirill Primak 4990ed99eb backend/x11: don't send ConfigureRequest with the same size
1 year ago
Kirill Primak 4102b722d9 backend/x11: check buffer format in output_test()
1 year ago
Simon Ser 56ec13596a Cleanup wlr_matrix.h includes
1 year ago
Simon Ser d61ec694b3 output: take wl_event_loop in wlr_output_init()
1 year ago
Simon Ser 63792b38e4 backend/session: take wl_event_loop instead of wl_display
1 year ago
Simon Ser 9e702e9cfe util/transform: move over wl_output_transform helpers
1 year ago
Simon Ser bd18d5ccfc backend/drm: drop unnecessary flags in legacy interface
1 year ago
Simon Ser 8c44e86077 backend/drm: add wlr_drm_connector_state.nonblock
1 year ago
Simon Ser f47b6e3fce backend/drm: fix pending page-flip check
1 year ago
Alexander Orzechowski b06d58fa8b backend/drm: Destroy page flips on backend destroy
1 year ago
Alexander Orzechowski 3aed24b8d4 backend/drm: Track page flips in list
1 year ago
Simon Ser 3b53d1cbf1 backend/drm: introduce page-flip tracking struct
1 year ago
sunzhguy c9c9dd6a5b backend/drm: free fb later
1 year ago
Simon Ser b0bd86285f backend/drm: leave CRTCs on when shutting down
1 year ago
Simon Ser 4932e0d347 backend/drm: ensure plane surfaces are cleaned up on shutdown
1 year ago
Simon Ser 1c24b1182b backend: drop wlr_backend_get_presentation_clock()
1 year ago
JiDe Zhang b560f36207 Fix output layers order error on wayland backend
1 year ago