aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2021-06-30touch: document event data typesSimon Ser
2021-06-30pointer: document event data typesSimon Ser
2021-06-29surface: make wlr_subsurface_create privateSimon Ser
2021-06-29Drop WLR_VERSION_API_*Simon Ser
2021-06-24render/egl: make most functions privateSimon Ser
2021-06-24render/egl: remove stale wlr_egl_export_image_to_dmabuf declSimon Ser
2021-06-20backend: add output state allow-listsSimon Ser
2021-06-19render: add get native paint target of rendererzccrs
2021-06-19render/pixman: add wlr_*_is_pixman and wlr_pixman_texture_get_imagezccrs
2021-06-19render/gles2: add wlr_renderer_is_gles2zccrs
2021-06-09render: add missing arg to wlr_renderer_impl.get_buffer_capsSimon Ser
2021-06-09render: drop wlr_ prefix from wlr_renderer_bind_bufferSimon Ser
2021-06-07matrix: deprecate wlr_matrix_projectionSimon Ser
2021-06-07backend/wayland: remove swapchainSimon Ser
2021-06-07backend/x11: remove swapchainSimon Ser
2021-06-07backend/x11: implement get_dmabuf_primary_formatsSimon Ser
2021-06-07backend/headless: remove swapchainSimon Ser
2021-06-07output: make attach_render and rollback_render optionalSimon Ser
2021-06-07output: add get_primary_formats to interfaceSimon Ser
2021-06-07buffer: introduce wlr_shm_client_bufferSimon Ser
2021-06-07render/pixman: implement texture_from_bufferSimon Ser
2021-06-07buffer: replace get_data_ptr with {begin,end}_data_ptr_accessSimon Ser
2021-06-03surface: allow placing subsurfaces below parentSimon Ser
2021-06-03Make the xdg_popup_get_position to publiczccrs
2021-06-02xdg-activation-v1: add token timeoutSimon Ser
2021-06-02xdg-activation-v1: new protocol implementationSimon Ser
2021-06-02backend/drm: move cursor fields to wlr_drm_connectorSimon Ser
2021-06-02output: take a wlr_buffer in set_cursorSimon Ser
2021-06-02backend/drm: remove format arg from drm_plane_init_surfaceSimon Ser
2021-06-02backend/drm: implement get_cursor_formats and get_cursor_sizeSimon Ser
2021-06-02output: add get_cursor_formats and get_cursor_size to interfaceSimon Ser
2021-06-01render: add wlr_renderer_begin_with_bufferSimon Ser
2021-05-31render/allocator: add wlr_allocator.buffer_capsSimon Ser
2021-05-31xwm: implement _NET_CLIENT_LIST_STACKINGTudor Brindus
2021-05-30render/gles2: fix texture cleanup on destroySimon Ser
2021-05-21backend/x11: use common renderer and allocatorSimon Ser
2021-05-21backend/headless: use common renderer and allocatorSimon Ser
2021-05-21backend/wayland: use common renderer and allocatorSimon Ser
2021-05-21backend: automatically create allocatorSimon Ser
2021-05-21backend: automatically create rendererSimon Ser
2021-05-21backend: introduce wlr_backend_finishSimon Ser
2021-05-17render/gles2: implement texture_from_bufferSimon Ser
2021-05-17render: introduce wlr_texture_from_bufferSimon Ser
2021-05-17linux-dmabuf-v1: implement wlr_bufferSimon Ser