Age | Commit message (Expand) | Author |
2023-02-27 | backend: move #ifdefs to nested functions | Simon Ser |
2023-02-27 | backend: make wlr_backend_autocreate() fail when DRM is missing | Simon Ser |
2023-02-26 | output: allow modeset with buffer while frame is pending | Simon Ser |
2023-02-24 | output: leverage wlr_output_configure_primary_swapchain() | Simon Ser |
2023-02-24 | output: introduce wlr_output_configure_primary_swapchain() | Simon Ser |
2023-02-24 | vulkan: silence -Wint-conversion on 32-bit architectures | Jan Beich |
2023-02-24 | swapchain: remove allocator listener on destroy | Simon Ser |
2023-02-22 | Switch to "meson setup" | Simon Ser |
2023-02-21 | render/swapchain: make public | Simon Ser |
2023-02-21 | backend: disable DRM backend monitor when WLR_DRM_DEVICES is used | Simon Ser |
2023-02-21 | backend: avoid adding NULL backend in attempt_backend_by_name() | Simon Ser |
2023-02-21 | backend: create DRM backend monitor when WLR_BACKENDS is used | Simon Ser |
2023-02-21 | output-layer: document interactions with screen capture | Simon Ser |
2023-02-21 | backend/headless: unconditionally accept all output layers | Simon Ser |
2023-02-21 | backend/drm: drop wlr_drm_layer.pending_{width,height} | Simon Ser |
2023-02-21 | output: expose wlr_output_state_set_buffer() | Simon Ser |
2023-02-21 | output: expose wlr_output_state_finish() | Simon Ser |
2023-02-21 | screencopy-v1: drop unnecessary pixman_region32_t casts | Simon Ser |
2023-02-21 | backend/drm: drop unnecessary pixman_region32_t casts | Simon Ser |
2023-02-21 | xwayland: Send synthetic ConfigureNotify per ICCCM 4.1.5 | John Lindgren |
2023-02-20 | wlr_scene: Add dmabuf_feedback helper | Alexander Orzechowski |
2023-02-20 | wlr_scene: Extract considering logic for direct scanout | Alexander Orzechowski |
2023-02-20 | wlr_scene: Cleanup header includes | Alexander Orzechowski |
2023-02-20 | examples/output-layers: relay feedback events | Simon Ser |
2023-02-20 | linux-dmabuf-v1: add helper for output layer feedback events | Simon Ser |
2023-02-20 | backend/drm: send output layer feedback events | Simon Ser |
2023-02-20 | output-layer: add feedback event | Simon Ser |
2023-02-20 | backend/drm: add support for output layers | Simon Ser |
2023-02-20 | backend/drm: add libliftoff composition layer | Simon Ser |
2023-02-20 | backend/drm: add libliftoff interface | Simon Ser |
2023-02-20 | backend/drm: init wlr_drm_plane for all plane types | Simon Ser |
2023-02-20 | examples/output-layers: new example | Simon Ser |
2023-02-20 | backend/wayland: implement output layers | Simon Ser |
2023-02-20 | output: add wlr_output_set_layers() | Simon Ser |
2023-02-20 | Add wlr_output_layer | Simon Ser |
2023-02-19 | build: enable subproject for libxkbcommon | Simon Ser |
2023-02-18 | Revert "render/egl: skip incompatible EGL devices" | Simon Zeni |
2023-02-17 | fullscreen-shell: add release request handler | Vasyl Vavrychuk |
2023-02-16 | render/egl: skip incompatible EGL devices | Eric Engestrom |
2023-02-15 | build: set pkgconfig URL | Simon Ser |
2023-02-15 | build: remove unnecessary pkgconfig arguments | Simon Ser |
2023-02-13 | xwayland: Read and publish _NET_WM_STRUT_PARTIAL property | John Lindgren |
2023-02-13 | Switch IRC channel to #wlroots | Simon Ser |
2023-02-08 | scene: Add fractional scale handling | Kenny Levinsen |
2023-02-08 | wp-fractional-scale-v1: new protocol implementation | Kenny Levinsen |
2023-02-07 | linux-dmabuf-v1: fix missing SCANOUT flag | Simon Ser |
2023-02-06 | linux-dmabuf-v1: use wlr_linux_dmabuf_feedback_v1_init_with_options() | Simon Ser |
2023-02-06 | linux-dmabuf-v1: add wlr_linux_dmabuf_feedback_v1_init_with_options() | Simon Ser |
2023-02-06 | linux-dmabuf-v1: add basic helpers for feedback | Simon Ser |
2023-02-06 | linux-dmabuf-v1: stop using const in feedback | Simon Ser |