625 Commits (86ff511fe20737f4de5dd8925cf2a69710d1115a)

Author SHA1 Message Date
itycodes 49e03e111a Merge branch 'ext-screencopy-v1-ng'
3 months ago
Kenny Levinsen 96ad414ec9 backend/drm: Remove call to CRTC realloc on scan
4 months ago
Simon Ser 5507770194 output: require commit after hardware cursor update
4 months ago
Simon Ser 0d6284eb62 backend/drm: add explicit sync support to libliftoff interface
5 months ago
Simon Ser d7223eae02 backend/drm: add explicit sync support to multi-GPU blits
5 months ago
YaoBing Xiao a5aae69b2a backend/drm: remove unnecessary semicolons
5 months ago
Simon Ser 0bf642d246 backend/drm: use more descriptive names for match_obj()
5 months ago
YaoBing Xiao 43554c1966 types/wlr_output: removing the useless pointer
5 months ago
Dudemanguy 3d2f09bace backend/drm: fix a use-after-free
5 months ago
Isaac Freund 08495d2596 backend/drm: don't set vsync present flag if page flip was async
5 months ago
project-repo 3cae2a2c01 Fix memory leak in drm.c
5 months ago
Simon Ser 3067e45c2e backend/drm: add support for explicit sync APIs
5 months ago
Simon Ser a35b4f059d backend/drm: add support for SIZE_HINTS property
6 months ago
Simon Ser 315e022f2f backend/drm: fix swapped calloc() arguments in get_or_create_layer()
7 months ago
Simon Ser 29cb151987 backend/drm: fix return value type in create_drm_connector()
7 months ago
Kirill Primak 5201836868 backend/drm: store drm prop lists as structs
7 months ago
Kenny Levinsen bedc890935 backend/drm: Use cached vrr support flag
7 months ago
Kenny Levinsen f10327f915 wlr_output: Add adaptive_sync_supported
7 months ago
Kenny Levinsen 9c1930d462 backend/drm: Skip multi-gpu outputs in backend tests
9 months ago
Ian Forbes e3bd318547 drm/backend: add support for cursor hotspots
10 months ago
Simon Ser 52e01a9c8b backend/drm: implement wlr_backend_impl.{test,commit}
10 months ago
Simon Ser 35737ab00c backend/drm: add drm_connector_prepare()
10 months ago
Simon Ser a4f54086c1 backend/drm: move post-commit disable logic to drm_connector_apply_commit()
10 months ago
Simon Ser 5efa88ee7a backend/drm: drop drm_device_state_init_single()
10 months ago
Simon Ser ee01712847 backend/drm: unify connector test and commit codepaths
10 months ago
Simon Ser fc4996d853 backend/drm: rework struct wlr_drm_page_flip for multiple connectors
10 months ago
Simon Ser 805807fd5b backend/drm: add infrastructure for device-wide commits
10 months ago
Simon Ser 4636f8c407 backend/drm: track pending atomic state in wlr_drm_connector_state
10 months ago
Simon Ser 3d72da9ed7 backend/drm: extract post-commit logic into functions
10 months ago
Simon Ser f8f2dde1f0 backend/drm: add wlr_drm_connector_state.connector
10 months ago
Simon Ser c3743364e2 backend/drm: ensure CRTC is set up in drm_connector_state_init()
10 months ago
Simon Ser 16b42bf65b backend/drm: track cursor FB in wlr_drm_connector_state
10 months ago
Simon Ser f6659414ba backend/drm: add drm_fb_copy()
10 months ago
Simon Ser 1a54d33e77 backend/drm: clear pending cursor FB in drm_connector_set_cursor()
10 months ago
Simon Ser f5889319f7 backend/drm: fix queued cursor FB overwritten with NULL
10 months ago
Simon Ser d83c15c318 backend/drm: use CRTC pointers instead of indices in realloc_crtcs()
11 months ago
Simon Ser 4b1713d203 backend/drm: improve CRTC reallocation pretty printing
11 months ago
Simon Ser db2b1892ad backend/drm: move primary FB check after pending buffer logic
11 months ago
Simon Ser 0e839ab1c2 backend/drm: fix primary FB check
11 months ago
Simon Ser ef4997b722 backend/drm: use output_pending_enabled()
11 months ago
Alexander Orzechowski 374daeb256 backend/drm: Ensure a primary fb is available when configuring an output
11 months ago
Alexander Orzechowski f9a371717c backend/drm: Remove dead code
11 months ago
Alexander Orzechowski 672ff1e14e backend/drm: Init connector after we try to allocate a crtc for it
11 months ago
Kenny Levinsen 8dec0f6174 backend/drm: Remove erroneous free
11 months ago
Kenny Levinsen 153dea9c28 backend/drm: Free current_modeinfo on error
11 months ago
Simon Ser 0d9ffef774 backend/drm: don't destroy previous DRM master blobs
11 months ago
Simon Ser 842093bb84 Define _POSIX_C_SOURCE globally
11 months ago
Simon Ser 17fe87af5e backend/drm: skip reset after VT switch if possible
11 months ago
Simon Ser 653e28d2a3 backend/drm: fix typo in restore_drm_device() comment
11 months ago
Simon Ser d2acd4c362 backend/drm: move restore logic to drm.c
11 months ago