From 41494244dfa017eb6952f16ce8716988198c78ad Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 22 Nov 2023 01:06:25 +0100 Subject: render: drop legacy rendering API --- include/wlr/render/interface.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/wlr/render/interface.h') diff --git a/include/wlr/render/interface.h b/include/wlr/render/interface.h index 06f4083f..e8191ac2 100644 --- a/include/wlr/render/interface.h +++ b/include/wlr/render/interface.h @@ -25,13 +25,6 @@ struct wlr_renderer_impl { bool (*begin)(struct wlr_renderer *renderer, uint32_t width, uint32_t height); void (*end)(struct wlr_renderer *renderer); - void (*clear)(struct wlr_renderer *renderer, const float color[static 4]); - void (*scissor)(struct wlr_renderer *renderer, struct wlr_box *box); - bool (*render_subtexture_with_matrix)(struct wlr_renderer *renderer, - struct wlr_texture *texture, const struct wlr_fbox *box, - const float matrix[static 9], float alpha); - void (*render_quad_with_matrix)(struct wlr_renderer *renderer, - const float color[static 4], const float matrix[static 9]); const uint32_t *(*get_shm_texture_formats)( struct wlr_renderer *renderer, size_t *len); const struct wlr_drm_format_set *(*get_dmabuf_texture_formats)( -- cgit v1.2.3