wlroots-hyprland/include/wlr/render
zccrs 5b34fe5513 render/vulkan: add wlr_vk_texture_has_alpha
Allow to get whether has alpha channel of the VkImage, it can help an
optimization to disable blending when the texture doesn't have alpha.
Because the VkFormat isn't enough because it's always set to
VK_FORMAT_B8G8R8A8_SRGB or VK_FORMAT_R8G8B8A8_SRGB.
2022-11-15 10:58:45 +08:00
..
allocator.h Reformat doc comments 2022-05-25 14:22:58 +00:00
dmabuf.h render: add DMA-BUF docs 2021-11-26 16:40:53 +00:00
drm_format_set.h Reformat doc comments 2022-05-25 14:22:58 +00:00
egl.h render/egl: document wlr_egl_create_with_context 2022-05-25 18:17:41 +00:00
gles2.h Remove support for DMA-BUF flags 2021-11-17 16:12:59 +00:00
interface.h render/texture: constify wlr_texture_update_from_buffer() 2022-11-11 23:11:17 +00:00
pixman.h render: add get native paint target of renderer 2021-06-19 10:04:35 +02:00
vulkan.h render/vulkan: add wlr_vk_texture_has_alpha 2022-11-15 10:58:45 +08:00
wlr_renderer.h render: drop wlr_renderer_read_pixels() flags 2022-10-04 09:15:19 +02:00
wlr_texture.h render/texture: constify wlr_texture_update_from_buffer() 2022-11-11 23:11:17 +00:00