render: drop wlr_renderer_get_dmabuf_texture_formats()

wlr_renderer_get_texture_formats() with WLR_BUFFER_CAP_DMABUF is
the replacement.
This commit is contained in:
Simon Ser 2024-04-18 16:42:10 +02:00 committed by Kenny Levinsen
parent 85c1eda721
commit 0686666cf5
6 changed files with 6 additions and 16 deletions

View file

@ -59,12 +59,6 @@ struct wlr_renderer *wlr_renderer_autocreate(struct wlr_backend *backend);
*/
const struct wlr_drm_format_set *wlr_renderer_get_texture_formats(
struct wlr_renderer *r, uint32_t buffer_caps);
/**
* Get the DMA-BUF formats supporting sampling usage. Buffers allocated with
* a format from this list may be imported via wlr_texture_from_dmabuf().
*/
const struct wlr_drm_format_set *wlr_renderer_get_dmabuf_texture_formats(
struct wlr_renderer *renderer);
/**
* Initializes wl_shm, linux-dmabuf and other buffer factory protocols.