aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-09types/wlr_buffer: split wlr_client_buffer_import functionSimon Zeni
2021-07-09backend/drm: remove backend arg from wlr_drm_interface.crtc_commitSimon Ser
2021-07-09backend/drm: move legacy-specific checks to legacy.cSimon Ser
2021-07-09backend/drm: add test_only arg to wlr_drm_interface.crtc_commitSimon Ser
2021-07-09render/pixman: fix texture_is_opaque()Vyivel
2021-07-08backend/drm: stop using drm_surface_make_current in drm_surface_blitSimon Ser
2021-07-08backend/drm: force linear layout for multi-GPU buffersSimon Ser
2021-07-08Fix invalid uses of wl_array_for_eachSimon Ser
2021-07-08seat: add wlr_seat_touch_{send,notify}_frameSimon Ser
2021-07-08cursor: add touch frame eventSimon Ser
2021-07-08backend/x11: send touch frame eventsSimon Ser
2021-07-08backend/wayland: send touch frame eventsSimon Ser
2021-07-08backend/libinput: send touch frame eventsSimon Ser
2021-07-08touch: add frame eventSimon Ser
2021-07-07output-damage: fix output swapchain handlingSimon Ser
2021-07-07output: detach buffer from renderer before commitSimon Ser
2021-07-06util/box: stabilize interfaceSimon Zeni
2021-07-06move wlr_box from /types to /utilSimon Zeni
2021-07-06types/wlr_box: remove unused wlr_box_from_pixman_box32 and wlr_box_rotated_bo...Simon Zeni
2021-07-05buffer: unify texture creation in wlr_client_buffer_importSimon Ser
2021-07-05buffer: stop sending wl_buffer.release events from wlr_client_bufferSimon Ser
2021-07-05buffer: remove renderer param from wlr_resource_get_buffer_sizeSimon Ser
2021-07-05render/egl: remove EGL_WL_bind_wayland_display supportSimon Ser
2021-07-05render: remove wl_drm support from wlr_rendererSimon Ser
2021-07-05render/gles2: use wlr_drm for wl_drm implementationSimon Ser
2021-07-05buffer: handle wl_drm buffersSimon Ser
2021-07-05drm: add support for DMA-BUFsSimon Ser
2021-07-05Add a stub wl_drm implementationSimon Ser
2021-07-05xcursor: improve documentationSimon Ser
2021-07-05backend/drm: don't clear pending cursor FB on failed commitSimon Ser
2021-07-05Revert "backend/drm: populate cursor plane's current_fb"Simon Ser
2021-07-05region: drop leftover reference to the mailing listSimon Ser
2021-07-05region: stabilize interfaceSimon Ser
2021-07-05Remove reference to the announce mailing listSimon Ser
2021-07-05surface: allow locking pending state in commit handlerSimon Ser
2021-07-05backend/libinput: use wl_array for wlr_libinput_tablet.toolsSimon Ser
2021-07-01buffer: make enum wlr_buffer_cap publicSimon Ser
2021-07-01render: drop wlr_renderer_impl.texture_from_dmabufSimon Ser
2021-07-01render: use wlr_dmabuf_buffer in wlr_texture_from_dmabufSimon Ser
2021-07-01buffer: add wlr_dmabuf_bufferSimon Ser
2021-07-01render: drop wlr_renderer_impl.texture_from_pixelsSimon Ser
2021-07-01render: use wlr_readonly_data_buffer in wlr_texture_from_pixelsSimon Ser
2021-07-01buffer: introduce wlr_readonly_data_bufferSimon Ser
2021-07-01tablet-v2: fix pad and tool object versionsSimon Ser
2021-07-01Drop wlr_listSimon Ser
2021-07-01tablet: stop using wlr_listSimon Ser
2021-07-01backend/libinput: stop using wlr_list internallySimon Ser
2021-07-01util/array: add array_remove_atSimon Ser
2021-07-01Remove unused wlr_list.h includesSimon Ser
2021-06-30render/egl: replace wlr_egl_create with wlr_egl_create_with_drm_fdSimon Ser