aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render/interface.h
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-22 01:06:25 +0100
committerSimon Ser <contact@emersion.fr>2023-11-22 11:43:05 +0100
commit41494244dfa017eb6952f16ce8716988198c78ad (patch)
treea254f6dc29317bc7c4e54ec261fa3297033356c4 /include/wlr/render/interface.h
parentb2aac3390ded5155a0dcc67033c61dbdbae8f62f (diff)
render: drop legacy rendering API
Diffstat (limited to 'include/wlr/render/interface.h')
-rw-r--r--include/wlr/render/interface.h7
1 files changed, 0 insertions, 7 deletions
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)(