Age | Commit message (Expand) | Author |
2021-11-19 | output: remove XRGB8888 cursor fallback format | Manuel Stoeckl |
2021-11-19 | output: Add function to set preferred render format | Manuel Stoeckl |
2021-11-19 | output: use XRGB8888 format instead of ARGB8888 | Manuel Stoeckl |
2021-11-19 | output: lift up output format fallback logic | Manuel Stoeckl |
2021-11-19 | tinywl: init output render before commit | Simon Zeni |
2021-11-19 | backend: fix attempt_backend_by_name multi backend self insertion | Simon Zeni |
2021-11-19 | backend/multi: add asserts in wlr_multi_backend_add | Simon Zeni |
2021-11-19 | output: fix renderer buffer cap sanity check in wlr_output_init_render | Simon Ser |
2021-11-19 | docs: mention WLR_RENDERER=vulkan. | Érico Nogueira |
2021-11-18 | backend: remove wlr_backend_get_renderer | Simon Zeni |
2021-11-18 | backend/multi: remove backend_get_renderer | Simon Zeni |
2021-11-18 | backend/drm: stop initializing backend renderer | Simon Zeni |
2021-11-18 | backend/headless: don't store the parent renderer | Simon Zeni |
2021-11-18 | backend/x11: get renderer from wlr_x11_output | Simon Zeni |
2021-11-18 | types/wlr_scene: use renderer from wlr_output | Simon Zeni |
2021-11-18 | types/wlr_screencopy_v1: use renderer from output | Simon Zeni |
2021-11-18 | backend: remove backend_get_allocator | Simon Zeni |
2021-11-18 | backend: remove backend ensure renderer and allocator check | Simon Zeni |
2021-11-18 | tinywl: autocreate allocator and init output | Simon Zeni |
2021-11-18 | examples: init wlr_output with allocator and renderer | Simon Zeni |
2021-11-18 | output: add wlr_output_init_render | Simon Ser |
2021-11-17 | Improve wlr_drm_format documentation | Demi Marie Obenour |
2021-11-17 | Remove support for DMA-BUF flags | Simon Ser |
2021-11-17 | linux-dmabuf-v1: properly validate flags | Simon Ser |
2021-11-15 | backend/headless: unlink input device on destroy | Roman Gilg |
2021-11-14 | util/token: don't leak /dev/urandom fd to children | Raphael Robatsch |
2021-11-09 | egl: use alts for EGL_EXT_device_enum, if missing | Cole Mickens |
2021-11-09 | render/allocator: make wlr_allocator part of the public API | Simon Zeni |
2021-11-08 | text-input: fix type of send_preedit_string() args | Isaac Freund |
2021-11-08 | output: drop wlr_output_export_dmabuf | Simon Ser |
2021-11-08 | screencopy-v1: stop using wlr_output_export_dmabuf | Simon Ser |
2021-11-08 | export-dmabuf-v1: stop using wlr_output_export_dmabuf | Simon Ser |
2021-11-07 | text-input/input-method: handle strdup() failure | Isaac Freund |
2021-11-07 | scene: fix calloc size mismatch | Simon Ser |
2021-11-06 | CONTRIBUTING.md: add CoC section | Kirill Primak |
2021-11-06 | output: fix leak of wlr_drm_format | Isaac Freund |
2021-11-02 | backend/drm: handle per-connector hotplug events | Simon Ser |
2021-11-02 | backend/session: introduce wlr_device_change_event | Simon Ser |
2021-11-02 | xwayland: add support for -noTouchPointerEmulation | Simon Ser |
2021-11-02 | render: completely disable gles2 if requested but libEGL is found | Jan Beich |
2021-11-01 | s/GitHub/GitLab/ | Simon Ser |
2021-11-01 | ci: add .gitlab-ci.yml | Simon Ser |
2021-10-31 | scene/subsurface_tree: hide unmapped subsurfaces | tiosgz |
2021-10-31 | backend/wayland: use xdga client activation | Ronan Pigott |
2021-10-31 | xdg-activation-v1: add data field and emit token destroy events | Ronan Pigott |
2021-10-31 | xdg-activation-v1: enable compositors to request their own tokens | Ronan Pigott |
2021-10-29 | backend/drm: avoid creating empty FB_DAMAGE_CLIPS prop | Simon Ser |
2021-10-29 | output: fix stack variable lifetime in wlr_output_send_present | Simon Ser |
2021-10-29 | backend/drm: get rid of BO handle table | Simon Ser |
2021-10-29 | sceeencopy-v1: listen to output destroy in capture_output | Simon Ser |