538 Commits (08e779bd85b738d993007fa6a7f3f32bebc19649)

Author SHA1 Message Date
Simon Ser 3067e45c2e backend/drm: add support for explicit sync APIs
4 months ago
Simon Ser a35b4f059d backend/drm: add support for SIZE_HINTS property
4 months ago
Simon Ser 0a79bc28c7 build: require libinput v1.19
5 months ago
Kirill Primak 67b88e46b0 Fix __VA_OPT__ macro invocations
5 months ago
Simon Ser 3880ee15d7 Use standard __VA_OPT__ instead of GNU's ##__VA_ARGS__
5 months ago
Kirill Primak f320df65e6 backend/wayland: introduce wlr_wl_output_set_app_id()
5 months ago
Kirill Primak 5201836868 backend/drm: store drm prop lists as structs
5 months ago
Kenny Levinsen bedc890935 backend/drm: Use cached vrr support flag
5 months ago
Kirill Primak 629a5171f2 backend/wayland: don't ack outdated configures
5 months ago
Kirill Primak d80c46250d backend/wayland: improve/fix xdg_toplevel (re-)initialization
5 months ago
Kirill Primak baf1e4f674 backend/wayland: don't ack a configure event too early
5 months ago
Kirill Primak 94e7165e85 backend/wayland: don't request a state too early
5 months ago
Kirill Primak a62dfebf10 backend/wayland: store output xdg_toplevel title
5 months ago
Kirill Primak 2f82c92307 Avoid using wayland-{client,server}.h
7 months ago
Ian Forbes e3bd318547 drm/backend: add support for cursor hotspots
8 months ago
Simon Ser 52e01a9c8b backend/drm: implement wlr_backend_impl.{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 f8f2dde1f0 backend/drm: add wlr_drm_connector_state.connector
8 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 ee70932422 backend/libinput: use NULL to indicate missing device name
9 months ago
Simon Ser ec5263e6b7 pointer: drop enum wlr_axis_relative_direction
9 months ago
Simon Ser 9f4cf242d9 pointer: drop enum wlr_axis_source
9 months ago
Simon Ser 0d9ffef774 backend/drm: don't destroy previous DRM master blobs
9 months ago
Simon Ser d8f4a3d78c backend/drm: fix broken link to KMS property docs
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 741aaa3f76 backend/drm: drop wlr_drm_backend arg from create_mode_blob()
9 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 98c708618e backend/wayland: populate pointer axis relative direction
10 months ago
Simon Ser f81c3d93cd backend/drm: save current refresh rate
11 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
Kirill Primak 4990ed99eb backend/x11: don't send ConfigureRequest with the same size
1 year ago
Simon Ser 63792b38e4 backend/session: take wl_event_loop instead of wl_display
1 year ago
Simon Ser 8c44e86077 backend/drm: add wlr_drm_connector_state.nonblock
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
Simon Ser 1c24b1182b backend: drop wlr_backend_get_presentation_clock()
1 year ago
Kirill Primak a09d649439 docs: replace the less commonly used "::" with "."
1 year ago
vaxerski c2aa7fd965 backend/drm: Add async page flip support to legacy
1 year ago