Age | Commit message (Expand) | Author |
2022-11-15 | backend/x11: use request_state when window is resized | Simon Ser |
2022-11-11 | backend: remove const casts for pixman_region32_t | Simon Ser |
2022-10-13 | backend: use global output name counters | Simon Ser |
2022-10-04 | render: drop wlr_renderer_read_pixels() flags | Simon Ser |
2022-08-30 | backend/x11: report adaptive sync as enabled | Isaac Freund |
2022-08-30 | output: fail commits if adaptive sync cannot be enabled | Simon Ser |
2022-08-18 | Use wl_signal_emit_mutable | Alexander Orzechowski |
2022-05-30 | output: pass wlr_output_state to backend | Simon Ser |
2022-05-27 | backend/x11: fix output model strdup call | Simon Ser |
2022-05-26 | output: turn make/model/serial into char * | Simon Ser |
2022-03-17 | types/wlr_input_device: move output_name field to wlr_pointer and wlr_touch | Simon Zeni |
2022-03-07 | interface/wlr_touch: rework destroy sequence | Simon Zeni |
2022-03-07 | interface/wlr_pointer: rework destroy sequence | Simon Zeni |
2022-02-21 | backend/x11: remove wlr_input_device_impl | Simon Zeni |
2022-02-21 | types/wlr_touch: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_pointer: add base wlr_input_device | Simon Zeni |
2022-02-21 | types/wlr_input_device: default vendor and product id to 0 | Simon Zeni |
2021-12-09 | Fix incorrect %zd formatting directives | Simon Ser |
2021-12-09 | output: introduce wlr_output_set_name | Simon Ser |
2021-11-18 | backend/x11: get renderer from wlr_x11_output | Simon Zeni |
2021-11-17 | Remove support for DMA-BUF flags | Simon Ser |
2021-10-15 | output: add presented flag to presentation event | Kirill Primak |
2021-07-29 | output: drop wlr_output_state.buffer_type | Simon Ser |
2021-07-01 | buffer: make enum wlr_buffer_cap public | Simon Ser |
2021-06-20 | backend: add output state allow-lists | Simon Ser |
2021-06-09 | backend/x11: use wlr_renderer_begin_with_buffer for cursor | Simon Ser |
2021-06-07 | backend/x11: remove swapchain | Simon Ser |
2021-06-07 | backend/x11: implement get_dmabuf_primary_formats | Simon Ser |
2021-06-02 | output: take a wlr_buffer in set_cursor | Simon Ser |
2021-05-21 | backend/x11: use common renderer and allocator | Simon Ser |
2021-04-20 | backend/x11: add support for shm buffers | Tadeo Kondrak |
2021-04-06 | backend/x11: reject DMA-BUFs with flags | Simon Ser |
2021-03-11 | output: fix transform matrix for 90/270 rotations | Simon Ser |
2021-03-10 | output: improve transform matrix calculation | Simon Zeni |
2021-03-09 | backend/x11: clamp hotspot to texture bounds | Ilia Mirkin |
2021-02-23 | render: use DRM formats in wlr_renderer_read_pixels | Simon Ser |
2021-02-18 | backend: add error messages in attach_render impls | Simon Ser |
2021-02-05 | backend/x11: use native cursors | Ilia Mirkin |
2021-01-28 | backend/x11: remove output_set_refresh | Simon Ser |
2021-01-21 | backend/x11: keep track of exposed rects, add them to damage regions | Ilia Mirkin |
2021-01-21 | backend/x11: add support for scanout mode | Ilia Mirkin |
2021-01-20 | backend/x11: make sure output transform matrix is initialized | Ilia Mirkin |
2021-01-18 | backend/x11: fix region not being actually used | Simon Ser |
2021-01-18 | backend/x11: set a blank cursor rather than hiding globally | Ilia Mirkin |
2021-01-17 | backend/x11: add xcb_dri3_pixmap_from_buffers check for n_planes | Simon Ser |
2021-01-17 | backend/x11: add support for DRI3 1.0 | Simon Ser |
2021-01-16 | render/gles2: make EGL context current in bind_buffer | Simon Ser |
2021-01-16 | render: remove egl include from wlr_renderer | Simon Zeni |
2021-01-12 | render/egl: remove surface and buffer age args from make_current | Simon Ser |
2021-01-07 | backend: remove wlr_egl from all backends | Simon Zeni |