Age | Commit message (Expand) | Author |
2021-10-27 | backend/x11: fix code style in get_touchpoint_from_x11_touch_id | Simon Ser |
2021-10-15 | output: add presented flag to presentation event | Kirill Primak |
2021-10-01 | Revert "Require INVALID for implicit format modifiers" | Simon Ser |
2021-10-01 | Require INVALID for implicit format modifiers | Simon Ser |
2021-09-30 | backend: create renderer and allocator in wlr_backend_autocreate | Simon Ser |
2021-08-25 | Move allocator stuff into new directory | Simon Ser |
2021-08-19 | backend: unify startup messages | Simon Ser |
2021-07-29 | output: drop wlr_output_state.buffer_type | Simon Ser |
2021-07-22 | backend: make DRM and libinput backends optional | ayaka |
2021-07-08 | backend/x11: send touch frame events | 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-31 | backend: stop using renderer to get the buffer type | Simon Ser |
2021-05-21 | backend/x11: use common renderer and allocator | Simon Ser |
2021-05-21 | backend: introduce wlr_backend_finish | Simon Ser |
2021-04-28 | backend: use wlr_allocator_autocreate | Simon Zeni |
2021-04-28 | backend: introduce backend_get_buffer_caps | Simon Zeni |
2021-04-28 | render/shm_allocator: make wlr_shm_allocator_create return a wlr_allocator | Simon Zeni |
2021-04-28 | render/gbm_allocator: make wlr_gbm_allocator_create return a wlr_allocator | Simon Zeni |
2021-04-20 | backend/x11: add support for shm buffers | Tadeo Kondrak |
2021-04-20 | Fix stuck keys on X11 backend | tomKPZ |
2021-04-15 | render: rename get_dmabuf_render_formats into get_render_formats | Simon Zeni |
2021-04-14 | backend/x11: check for connection errors | Simon Ser |
2021-04-09 | Remove WLR_HAS_XCB_ERRORS | Simon Ser |
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-15 | build: use dictionnary for features instead of configuration_data | Simon Ser |
2021-02-08 | backend/x11: drop x11-xcb dependency | 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: skip events we don't care about | 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-17 | backend/x11: log DRM node name | Simon Ser |
2021-01-17 | backend/x11: log when creating X11 backend | 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 |