Age | Commit message (Expand) | Author |
2023-04-06 | output: drop direct scan-out check in output_basic_test() | Simon Ser |
2023-04-06 | scene: check wlr_output_is_direct_scanout_allowed() | Simon Ser |
2023-04-06 | output: add wlr_output_is_direct_scanout_allowed() | Simon Ser |
2023-04-04 | output-layer: add support for scaling buffers | Simon Ser |
2023-03-28 | backend/wayland: only unmap layers when necessary | Simon Ser |
2023-03-28 | backend/wayland: only update layer position when necessary | Simon Ser |
2023-03-28 | backend/wayland: only re-order sub-surfaces when necessary | Simon Ser |
2023-03-28 | output-layer: cache current state | Simon Ser |
2023-03-26 | render/vulkan: avoid double-close on sync_file FD after semaphore import | Simon Ser |
2023-03-24 | examples/touch: support touch cancel events | Rose Hudson |
2023-03-24 | backend/wayland: support touch cancel events | Rose Hudson |
2023-03-20 | backend/drm: log drm_connector_alloc_crtc() failures | Simon Ser |
2023-03-20 | backend/wayland: fix undefined reference to wlr_wl_input_device_get_seat | zccrs |
2023-03-17 | examples/touch: fix incorrect event type | Rose Hudson |
2023-03-16 | drm_format_set: fix realloc size | Brett Ernst |
2023-03-12 | xdg-shell: improve unmapping logic slightly | Kirill Primak |
2023-03-10 | output-layer: require all layers in wlr_output_state.layers | Simon Ser |
2023-03-10 | xdg-decoration: send missing protocol errors | Isaac Freund |
2023-03-09 | xwm: emit new_surface/destroy on associate/dissociate | Kirill Primak |
2023-03-09 | xwm: make atom_map static | Kirill Primak |
2023-03-09 | wlr_scene: Skip direct scanout if there is no damage | Alexander Orzechowski |
2023-03-07 | xwm: remove misleading comment | Kirill Primak |
2023-03-06 | gamma-control-v1: simplify get_gamma_control error handling | Simon Ser |
2023-03-06 | gamma-control-v1: fix handling of duplicate control | Simon Ser |
2023-03-04 | tinywl: init server to zeros | Kirill Primak |
2023-03-02 | xdg-shell: improve validation of resize edges | Isaac Freund |
2023-03-01 | backend/wayland: fix leak of some globals | Simon Ser |
2023-03-01 | util/log: prefix WLR_REL_SRC_DIR with underscore | Simon Ser |
2023-02-28 | backend/wayland: destroy zwp_linux_buffer_params_v1 objects | Simon Ser |
2023-02-28 | backend/drm: use libdisplay-info for CVT mode generation | Simon Ser |
2023-02-28 | backend/drm: use libdisplay-info to parse EDID | Simon Ser |
2023-02-28 | render/vulkan: prefer render node for wlr_renderer_get_drm_fd() | Simon Ser |
2023-02-28 | examples/dmabuf-capture: fix frame_number deprecated in FFmpeg 6.0 | Simon Ser |
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 |