Age | Commit message (Expand) | Author |
2019-11-23 | Use layer shell v2 | Timidger |
2019-11-23 | Amend typo | Jason |
2019-11-23 | Amend typos | Jason |
2019-11-21 | backend/wayland: add support for presentation-time | Simon Ser |
2019-11-21 | presentation-time: add helper for common case | Simon Ser |
2019-11-21 | presentation-time: make API more flexible | Simon Ser |
2019-11-21 | output: fix off-by-one wlr_output_event_present.commit_seq | Simon Ser |
2019-11-21 | output: set wlr_output.commit_seq before firing the commit event | Simon Ser |
2019-11-20 | examples: set mode when creating shm object | Jan Beich |
2019-11-20 | Add -Wmissing-prototypes | Simon Ser |
2019-11-19 | backend/x11: Revert usage of present extension | Scott Anderson |
2019-11-19 | build: Pass library as first argument to pkgconfig.generate() | Scott Moreau |
2019-11-18 | backend/x11: Drop required present version | Scott Anderson |
2019-11-18 | backend: Do not attempt DRM on X11/WL failure | Scott Anderson |
2019-11-17 | output: add wlr_output_event_present.commit_seq | Simon Ser |
2019-11-13 | backend/wayland: expose remote objects | Simon Ser |
2019-11-13 | backend/wayland: add support for relative-pointer-unstable-v1 | Simon Ser |
2019-11-11 | Introduce wlr_renderer_get_egl | Drew DeVault |
2019-11-08 | Skip assign when sub_x or sub_y is NULL in wlr_surface_surface_at | Alynx Zhou |
2019-11-07 | render/gles2: provide public API to access GL texture | Simon Ser |
2019-11-06 | render: remove EGL includes from wlr_texture.h | Simon Ser |
2019-11-06 | render/gles: Simplify textures a bit | Scott Anderson |
2019-11-05 | Introduce wlr_keyboard_group | Brian Ashworth |
2019-11-03 | session/logind: Clean up add_signal_matches | Scott Anderson |
2019-11-03 | session/logind: support CanGraphical property | Ronan Pigott |
2019-11-02 | backend/x11: Give X11 a real rendering loop | Scott Anderson |
2019-10-27 | Fix heap-use-after-free in wlr_send_tablet_v2_tablet_pad_leave | György Kurucz |
2019-10-27 | output-management-v1: add assertion as a safety net | Simon Ser |
2019-10-27 | backend/drm: add support for custom modes | Simon Ser |
2019-10-23 | backend/drm: retry without modifiers for the primary plane | Simon Ser |
2019-10-23 | render/egl: prevent use-after-free when destroying current surface | Simon Ser |
2019-10-22 | backend/drm: track gbm_bo during direct scan-out | Simon Ser |
2019-10-22 | screencopy: Implement damage reporting | Andri Yngvason |
2019-10-22 | protocol/screencopy: Add damage reporting | Andri Yngvason |
2019-10-22 | output: Add commit sequence number | Andri Yngvason |
2019-10-19 | Add missing include required by mesa and libglvnd change | Ferdinand Bachmann |
2019-10-17 | protocol: sync layer-shell with upstream | Simon Ser |
2019-10-16 | layer_shell: set layer of existing surface | Timidger |
2019-10-16 | render/gles2: don't unset the current EGL surface when destroying texture | Simon Ser |
2019-10-16 | backend/wayland: add support for direct scan-out | Simon Ser |
2019-10-16 | output: add block_idle_frame | Ivan Molodetskikh |
2019-10-16 | Add new define EGL_NO_X11 for newer mesa library | Danilo Spinella |
2019-10-16 | build: simplify by using disabler deps | Simon Ser |
2019-10-11 | wlr_box: properly calculate closest point for non-positive area boxes | Ilia Bozhinov |
2019-10-11 | backend/drm: use modifiers for our GBM buffers | Simon Ser |
2019-10-11 | render/egl: support formats with zero modifiers | Simon Ser |
2019-10-08 | xwayland: Expose configure request mask | Scott Moreau |
2019-10-08 | build: workaround for meson disabler object not working with if not | Simon Ser |
2019-10-07 | Update version to 0.8.1 | Drew DeVault |
2019-09-27 | Fixes crash of compositor when unvalidated keycode 0 is passed (#1833) | amingin |