Age | Commit message (Expand) | Author |
2021-12-13 | scene: send surface enter/leave output events | Isaac Freund |
2021-12-13 | backend/drm: add wlr_drm_backend_monitor | Chris Chamberlain |
2021-12-13 | backend: fix return value of attempt_drm_backend | Chris Chamberlain |
2021-12-13 | output: add support for protocol interface version 4 | Simon Ser |
2021-12-09 | subsurface: don't add to parent list immediately | Kirill Primak |
2021-12-09 | surface: fix non-buffer damage handling | Kirill Primak |
2021-12-09 | subsurface: apply position change at the right moment | Kirill Primak |
2021-12-09 | subsurface: simplify and fix parent commit handling | Kirill Primak |
2021-12-09 | Fix incorrect %zd formatting directives | Simon Ser |
2021-12-09 | output: introduce wlr_output_set_name | Simon Ser |
2021-12-07 | examples: remove unnecessary partial_dependency() call | Simon Ser |
2021-12-07 | examples: remove unnecessary wlroots deps for clients | Simon Ser |
2021-12-07 | examples/layer-shell: remove wlroots dependency | Simon Ser |
2021-12-07 | build: move wayland-client dep to backend/wayland/ | Simon Ser |
2021-12-07 | linux-dmabuf-v1: add per-surface feedback | Simon Ser |
2021-12-07 | linux-dmabuf-v1: implement v4 | Simon Ser |
2021-12-07 | render: add wlr_renderer_init_wl_shm | Simon Ser |
2021-12-06 | surface: fix damage transformation | Kirill Primak |
2021-12-04 | Fix wlr_scene_node_lower_to_bottom | tiosgz |
2021-12-03 | output: drop front_buffer | Simon Ser |
2021-12-03 | screencopy-v1: use wlr_output_event_commit.buffer | Simon Ser |
2021-12-03 | export-dmabuf-v1: use wlr_output_event_commit.buffer | Simon Ser |
2021-12-03 | output: add wlr_output_event_commit.buffer | Simon Ser |
2021-12-03 | render/drm-format-set: add wlr_drm_format_set_intersect | Simon Ser |
2021-12-03 | readme: update wrapper libraries link | Simon Ser |
2021-12-02 | output: fix modifier stripping | Simon Ser |
2021-12-02 | render/egl: improve modifier support detection | Simon Ser |
2021-12-02 | render/pixman: advertise MOD_INVALID instead of MOD_LINEAR | Simon Ser |
2021-12-01 | render/egl: add wlr_egl_create_with_context | Simon Ser |
2021-12-01 | render/egl: store IMG_context_priority in wlr_egl | Simon Ser |
2021-12-01 | Fix uninitialized variable errors in release mode | Quantum |
2021-11-30 | backend/wayland: improve wayland input device name | Moon Sungjoon |
2021-11-30 | tinywl: use wlr_scene | Isaac Freund |
2021-11-30 | scene: add wlr_scene_get_scene_output | Simon Ser |
2021-11-30 | types/wlr_drm_lease_v1: add NULL check to drm lease resource destroy | Simon Zeni |
2021-11-30 | output: add wlr_output_get_primary_formats | Simon Ser |
2021-11-30 | output: fix typo in wlr_output_impl.get_primary_formats docs | Simon Ser |
2021-11-30 | output: don't leave dangling cursor_front_buffer | Simon Ser |
2021-11-30 | output: destroy swapchain when disabled | Simon Ser |
2021-11-29 | linux-dmabuf-v1: fix implicit check | Rouven Czerwinski |
2021-11-29 | backend/drm: poison buffers which cannot be scanned out | Simon Ser |
2021-11-29 | Insert new outputs at the end of the list | John Lindgren |
2021-11-28 | Added whitespace between "output" and "(not" | Jonathan Wong |
2021-11-27 | linux-dmabuf-v1: filter out LINEAR if implicit | Rouven Czerwinski |
2021-11-26 | scene: add support for viewporter | Simon Ser |
2021-11-26 | render: add DMA-BUF docs | Simon Ser |
2021-11-26 | backend/drm: always add LINEAR to supported modifiers | Simon Ser |
2021-11-26 | render/drm_format_set: remove special LINEAR case | Simon Ser |
2021-11-26 | render/egl: always add LINEAR to supported modifiers | Simon Ser |
2021-11-26 | backend/drm: fail on explicit modifier in drmModeAddFB2 | Simon Ser |