wlroots-hyprland/include/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 render/allocator: make wlr_allocator part of the public API 2021-11-09 15:26:36 +00:00
drm_format_set.h render/drm_format_set: add wlr_drm_format_has 2021-11-26 16:40:53 +00:00
egl.h egl: remove eglQueryWaylandBufferWL define 2022-11-14 09:22:01 +08:00
gles2.h render/gles2: remove stale gles2_texture_from_wl_drm() prototype 2022-10-25 10:19:15 +02:00
pixel_format.h Move render/shm_format functions to render/pixel_format 2021-03-25 10:55:54 +01:00
pixman.h render/pixman: implement texture_from_buffer 2021-06-07 09:22:56 -04:00
swapchain.h render/swapchain: add support for buffer age 2020-11-15 22:48:42 +01: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_ prefix from wlr_renderer_bind_buffer 2021-06-09 10:26:09 +02:00