1591 Commits (c58deb7a7d82298c76bd045113be5f33d58c45ec)

Author SHA1 Message Date
Rose Hudson 9e8947e4d5 add render timer API
1 year ago
Simon Ser 4e513c93bd backend/wayland: add support for cropping output layers
1 year ago
Simon Ser 4c5eadecce backend/wayland: add scaling support for output layers
1 year ago
Simon Ser 30aca4df0d backend/drm: introduce wlr_drm_mode_get_info()
2 years ago
Simon Ser 8fe29e6bd1 backend/drm: use new rendering API
2 years ago
Austin Shafer 0910fa9179 drm_plane_pick_render_format: return false if no format could be found
2 years ago
Tobias Predel 3dc5c7e5e7 backend_destroy: Similiar logic like DRM backend
2 years ago
Alexander Orzechowski 300bd80772 wlr_drm_format_set: Store formats on array
2 years ago
Alexander Orzechowski 90d08f8f1c wlr_drm_format: Rework wlr_drm_format_intersect
2 years ago
Alexander Orzechowski b45396c790 wlr_drm_format: Introduce drm_format_finish
2 years ago
zhoulei 2c30500ce1 backend/drm: fix di_info memory leak
2 years ago
ptrcnull 56502be1d1 backend/x11: prevent segfault on empty DRI3 response
3 years ago
Simon Ser 44069dfd5e output-layer: add cropping support
2 years ago
Simon Ser 835208db98 output-layer: add support for scaling buffers
2 years ago
Simon Ser 89dcecba39 backend/wayland: only unmap layers when necessary
2 years ago
Simon Ser fcc092c2a6 backend/wayland: only update layer position when necessary
2 years ago
Simon Ser e8a2f76eb4 backend/wayland: only re-order sub-surfaces when necessary
2 years ago
Rose Hudson 37f42e2df2 backend/wayland: support touch cancel events
2 years ago
Simon Ser 1d64e12391 backend/drm: log drm_connector_alloc_crtc() failures
2 years ago
Simon Ser 1b6fac4aa6 output-layer: require all layers in wlr_output_state.layers
2 years ago
Simon Ser 97c8ad7c65 backend/wayland: fix leak of some globals
2 years ago
Simon Ser af5cc860e1 backend/wayland: destroy zwp_linux_buffer_params_v1 objects
2 years ago
Simon Ser a160304289 backend/drm: use libdisplay-info for CVT mode generation
2 years ago
Simon Ser 35da997001 backend/drm: use libdisplay-info to parse EDID
2 years ago
Simon Ser bec94cc040 backend: move #ifdefs to nested functions
2 years ago
Simon Ser 8acaabcbab backend: make wlr_backend_autocreate() fail when DRM is missing
2 years ago
Simon Ser b33ab26fe7 render/swapchain: make public
2 years ago
Simon Ser c667e64892 backend: disable DRM backend monitor when WLR_DRM_DEVICES is used
2 years ago
Simon Ser 7303e13808 backend: avoid adding NULL backend in attempt_backend_by_name()
2 years ago
Simon Ser 2849712356 backend: create DRM backend monitor when WLR_BACKENDS is used
2 years ago
Simon Ser bea6bee55d backend/headless: unconditionally accept all output layers
2 years ago
Simon Ser 8338d17d7e backend/drm: drop wlr_drm_layer.pending_{width,height}
2 years ago
Simon Ser bbd5145d8a backend/drm: drop unnecessary pixman_region32_t casts
2 years ago
Simon Ser 22d9df2af4 backend/drm: send output layer feedback events
2 years ago
Simon Ser 4d6fbb2289 backend/drm: add support for output layers
2 years ago
Simon Ser 2398621b8b backend/drm: add libliftoff composition layer
2 years ago
Simon Ser 9d43e7e4d6 backend/drm: add libliftoff interface
2 years ago
Simon Ser b4e9487312 backend/drm: init wlr_drm_plane for all plane types
2 years ago
Simon Ser cd17b18495 backend/wayland: implement output layers
2 years ago
Simon Ser cfa7696d7b backend/wayland: handle wl_registry.global_remove for wl_seat
2 years ago
Simon Ser 2b5eb0733e backend/wayland: make destroy_wl_seats() handle a single seat
2 years ago
Simon Ser 8df62e4016 backend/drm: require hwdata pkg-config file
2 years ago
Simon Ser afa1a7f4ba backend/wayland: update output mode after commit is done
2 years ago
Simon Ser 2e49fa1a0a backend/wayland: allow superseding a previous commit
2 years ago
Simon Ser c88ad532ad backend/wayland: don't cache next item when destroying buffers
2 years ago
Simon Ser d36dd96e8d backend/drm: set "max bpc" property based on pixel format
2 years ago
Simon Ser 324eeaa0cd backend/drm: disable all CRTCs after VT switch
2 years ago
Kirill Primak 9c7db7124e backend/x11: fix delta_discrete value
2 years ago
Simon Ser bc8260f377 backend/x11: fix initial value of wlr_x11_buffer.n_busy
2 years ago
Simon Ser dc7cc98cf2 backend/drm: check return value of get_drm_{connector,crtc}_props()
2 years ago
Simon Ser 8b8921d57b backend/drm: remove wlr_drm_crtc.legacy_crtc
2 years ago
Simon Ser 8b18352318 backend/drm: fetch fresh legacy CRTC in connector_get_current_mode()
2 years ago
Simon Ser caaea01bf6 backend/drm: drop unused arg in connector_get_current_mode()
2 years ago
Simon Ser c675380c56 backend/drm: prevent out-of-bounds array access on unknown subpixel
2 years ago
Simon Ser bde68b1df7 backend/drm: refuse to switch CRTC for enabled connector
2 years ago
Simon Ser 99fb2fefc3 backend/drm: rename wlr_drm_backend.outputs to connectors
2 years ago
Simon Ser 2c042566eb backend/drm: clear pending cursor FB in drm_connector_commit_state()
2 years ago
Simon Ser ea14e9c95f backend/drm: update wlr_drm_connnector.crtc in drm_connector_commit_state()
2 years ago
Simon Ser e59c3602f7 backend/drm: print stringified connector status in realloc_crtcs()
2 years ago
Simon Ser f361efe965 backend/drm: add drm_connector_status_str()
2 years ago
Simon Ser 037b21647b backend/drm: store pending FB in state
2 years ago
Simon Ser ae61cd6bfb backend/drm: use separate field to store pending cursor FB
2 years ago
Simon Ser 602f0d3be5 backend/drm: pass fb as arg in set_plane_props()
2 years ago
Simon Ser bc2d2e853b backend/drm: stop using goto in set_plane_props()
2 years ago
Simon Ser 72d1fd1446 backend/drm: simplify dealloc_crtc() commit
2 years ago
Simon Ser 90a6c7b7e1 backend/drm: fix VRR test
2 years ago
Simon Ser 86fc2199f8 build: unify naming for HAVE_* defines
2 years ago
Simon Ser a4a40618ad backend/libinput: use internal_config
2 years ago
Simon Ser afe1ae4479 backend/x11: ensure buffers are released on shutdown
2 years ago
Simon Ser 378f471d29 backend/wayland: ensure buffers are released on shutdown
2 years ago
Simon Ser f0375eed24 backend/session: make optional
2 years ago
Simon Ser 21254737bf backend: use time helpers to implement timeouts
2 years ago
Simon Ser fb4fb3bac2 backend: error out when missing DRM and libinput in wlr_backend_autocreate()
2 years ago
Simon Ser f839d6896f backend/session: disable libseat examples for subproject by default
2 years ago
Simon Ser 4452ed0651 backend/drm: don't damage output on CRTC change
2 years ago
Simon Ser ef5e2cc5e3 output: call wlr_output_update_enabled() after commit
2 years ago
Simon Ser 77d9fc0848 backend: rename backend to multi in wlr_backend_autocreate()
2 years ago
Simon Ser e7c556fcf6 backend: drop wlr_backend_get_session()
2 years ago
Simon Ser 41b7acbab7 backend: return wlr_session in wlr_backend_autocreate() call
2 years ago
Simon Ser 3ef68a4842 backend/x11: use request_state when window is resized
2 years ago
Simon Ser 756ecf8ee9 backend/wayland: use request_state when toplevel is resized
2 years ago
Simon Ser f863b93c05 backend/drm: only request page-flip if active
2 years ago
Simon Ser a40ba16a64 backend/drm: fix FPE when disabling output
2 years ago
Simon Ser 65836ce357 backend/drm: log modesetting commits
2 years ago
Simon Ser b3da33116e backend/drm: log refresh rate in Hz
2 years ago
Simon Ser feb5691240 backend: remove const casts for pixman_region32_t
2 years ago
Simon Ser 1928d1ce9f build: move udev dep to backend/
2 years ago
Simon Ser 1c4a625fe3 backend/drm: ensure disconnected outputs are disabled after VT switch
2 years ago
Simon Ser 84e727daae backend/drm: request page-flip event on modeset
2 years ago
illiliti eec95e3d5e backend/drm: use pnp.ids to fetch EDID data
2 years ago
Simon Ser d75b4d8e86 Revert "backend/drm: fetch EDID manufacturer from udev_hwdb"
2 years ago
Simon Ser fc3d8b228b backend/drm: get possible CRTCs in create_drm_connector()
2 years ago
Simon Ser 92580a2f67 backend/drm: extract create_drm_connector()
2 years ago
Simon Ser c6d8a11d2c backend/drm: fetch current CRTC once on startup
2 years ago
Simon Ser b475190327 backend/drm: log failures in drm_surface_blit()
2 years ago
Simon Ser a2063c93ea backend/drm: drop drm_crtc_page_flip()
2 years ago
Simon Ser 0c962c98cc backend/drm: log when restoring mode after VT switch fails
2 years ago
Simon Ser 98a83ce14c backend/drm: fix EINVAL atomic commits after VT switch
2 years ago
Simon Ser ca432ea539 backend/drm: extract current mode logic into separate function
2 years ago
Simon Ser eeb7a81138 backend/drm: extract connect_drm_connector() logic
2 years ago