weston/libweston/renderer-vulkan
Leandro Ribeiro dd5e1f5047 libweston: rename get_supported_formats to get_supported_dmabuf_formats
Let's be more more specific and rename the renderer interface function
that returns the supported dma-buf formats. I.e. if we pass a dma-buf
with one of these formats for the renderer, it should be able to import
it.

Next we'll introduce a function to query the rendering formats from
the renderer, so this distinction is important.

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
2025-09-02 13:34:00 +00:00
..
meson.build libweston: Vulkan renderer 2025-05-23 20:36:05 +01:00
vulkan-pipeline.c libweston: Vulkan renderer 2025-05-23 20:36:05 +01:00
vulkan-pixel-format.c libweston: Vulkan renderer 2025-05-23 20:36:05 +01:00
vulkan-renderer-internal.h libweston: Vulkan renderer 2025-05-23 20:36:05 +01:00
vulkan-renderer.c libweston: rename get_supported_formats to get_supported_dmabuf_formats 2025-09-02 13:34:00 +00:00
vulkan-renderer.h renderer-vulkan: Allow to compile without Vulkan renderer 2025-06-02 14:37:59 +03:00
vulkan_fragment_shader.frag libweston: Vulkan renderer 2025-05-23 20:36:05 +01:00
vulkan_vertex_shader_surface.vert libweston: Vulkan renderer 2025-05-23 20:36:05 +01:00
vulkan_vertex_shader_texcoord.vert libweston: Vulkan renderer 2025-05-23 20:36:05 +01:00