Age | Commit message (Expand) | Author |
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 |
2021-01-04 | backend/session: allow wlr_session_find_gpus to return an error | Simon Ser |
2021-01-03 | backend/drm: stash pending page-flip CRTC | Simon Ser |
2020-12-31 | noop: listen to display destroy and destroy the backend | Ilia Bozhinov |
2020-12-30 | Remove wlr_create_renderer_func_t | Simon Ser |
2020-12-30 | backend/drm: remove special linear case for cursor plane | Simon Ser |
2020-12-28 | backend/x11: create per-window present event contexts | Simon Ser |
2020-12-27 | backend/x11: implement a real rendering loop | Simon Ser |
2020-12-25 | backend/drm: make listener names more idiomatic | Simon Ser |
2020-12-23 | backend/drm: use plural form for possible_crtcs | Simon Ser |
2020-12-22 | subsurface: handle NULL parent in get_root_surface | Isaac Freund |
2020-12-22 | backend/drm: remove drm_fb_acquire | Simon Ser |
2020-12-22 | backend/drm: make drm_fb_acquire return a FB ID | Simon Ser |
2020-12-22 | backend/drm: drop export_drm_bo | Simon Ser |
2020-12-21 | backend/x11: re-use pixmaps | Simon Ser |
2020-12-21 | backend/wayland: re-use wl_buffers | Simon Ser |
2020-12-18 | backend/drm: remove unused wlr_drm_plane.drm_format | Simon Ser |
2020-12-18 | backend/drm: refactor wlr_output destruction | Simon Ser |
2020-12-18 | backend/drm: introduce wlr_drm_connector.name | Simon Ser |
2020-12-18 | backend/drm: introduce wlr_drm_conn_log | Simon Ser |
2020-12-18 | util/time: add timespec_from_nsec | Simon Ser |