Age | Commit message (Expand) | Author |
2021-01-20 | render: add wlr_egl_create_from_drm_fd function | Simon Zeni |
2021-01-20 | Expose ICCCM input status | BrassyPanache |
2021-01-18 | backend/x11: set a blank cursor rather than hiding globally | Ilia Mirkin |
2021-01-17 | backend/drm: add wlr_drm_connector_get_id | Simon Ser |
2021-01-17 | backend/drm: add support for the subconnector property | Simon Ser |
2021-01-17 | backend/x11: add support for DRI3 1.0 | Simon Ser |
2021-01-16 | render: introduce private wlr_renderer_autocreate_with_drm_fd | Simon Ser |
2021-01-16 | output-damage: stop relying on output pending state on commit | Simon Ser |
2021-01-16 | render: remove egl include from wlr_renderer | Simon Zeni |
2021-01-16 | render: drop egl parameters from wlr_renderer_autocreate | Simon Zeni |
2021-01-16 | backend/headless: implement get_drm_fd | Simon Ser |
2021-01-16 | backend/x11: implement get_drm_fd | Simon Ser |
2021-01-16 | backend/wayland: implement get_drm_fd | Simon Ser |
2021-01-16 | backend: add get_drm_fd to interface | Simon Ser |
2021-01-15 | render/gbm_allocator: fix gbm_device use-after-free | Simon Ser |
2021-01-15 | render/gbm_allocator: document that DRM primary FDs work | Simon Ser |
2021-01-15 | output: remove scale/transform events | Simon Ser |
2021-01-15 | output-damage: stop listening to scale/transform events | Simon Ser |
2021-01-14 | render: document wlr_renderer_bind_buffer | Simon Ser |
2021-01-12 | layer-shell: allow new values for keyboard-interactivity | Daniel Kondor |
2021-01-12 | render/egl: remove surface and buffer age args from make_current | Simon Ser |
2021-01-12 | render/egl: replace init/finish with create/destroy | Simon Ser |
2021-01-12 | render/egl: remove wlr_egl_swap_buffers | Simon Ser |
2021-01-12 | render/egl: remove support for EGL_NATIVE_VISUAL_ID | Simon Ser |
2021-01-12 | layer shell: rename popup iterator for consistency | Isaac Freund |
2021-01-12 | xdg shell: remove wlr_xdg_surface_for_each_popup() | Isaac Freund |
2021-01-10 | output-management: use same types as wlr_output | Isaac Freund |
2021-01-10 | backend/wayland: use the EGL GBM platform | Simon Ser |
2021-01-10 | backend/drm: re-use FBs | Simon Ser |
2021-01-10 | backend/drm: only keep track of local buffer | Simon Ser |
2021-01-10 | backend/drm: add wlr_drm_buf.local_wlr_buf | Simon Ser |
2021-01-10 | backend/drm: introduce drm_fb_create | Simon Ser |
2021-01-10 | backend/drm: make wlr_drm_plane.{pending,queued,current}_fb pointers | Simon Ser |
2021-01-09 | render/egl: document NULL config_attribs passed to wlr_egl_init | Simon Ser |
2021-01-09 | render/egl: use KHR function pointer type | Simon Ser |
2021-01-09 | render/egl: document that config may be zero | Simon Ser |
2021-01-08 | layer shell: add wlr_layer_surface_v1_popup_surface_at() | Isaac Freund |
2021-01-08 | xdg shell: add wlr_xdg_surface_popup_surface_at() | Isaac Freund |
2021-01-08 | xdg shell: add wlr_xdg_surface_for_each_popup_surface() | Isaac Freund |
2021-01-07 | xdg shell: make unconstrain_from_box arg const | Isaac Freund |
2021-01-07 | remove unnecessary egl includes | Simon Zeni |
2021-01-07 | backend: remove wlr_egl from all backends | Simon Zeni |
2021-01-07 | types/seat: Clear focus in wlr_seat_destroy() | Andri Yngvason |
2021-01-06 | render: remove EGL config and visual from wlr_renderer_autocreate | Simon Ser |
2021-01-05 | types: add wlr_xdg_foreign_v2 | Ilia Bozhinov |
2021-01-05 | types: add wlr_xdg_foreign_v1 | Ilia Bozhinov |
2021-01-05 | types: add wlr_xdg_foreign_registry | Ilia Bozhinov |
2021-01-05 | xdg-shell: add wlr_xdg_toplevel_set_parent | Ilia Bozhinov |
2021-01-05 | util: add support for generating UUIDs | Ilia Bozhinov |
2021-01-05 | docs: wlr_surface_from_resource cannot return NULL | Isaac Freund |