wlroots-hyprland/render/vulkan
Simon Ser fe7c998666 render/vulkan: use identity swizzle for YCbCr formats
Fixes the following validation error:

    [ VUID-VkImageViewCreateInfo-pNext-01970 ] Object 0: handle = 0x62e00003c400, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0xf378e14b | vkCreateImageView(): If there is a VkSamplerYcbcrConversion, the imageView must be created with the identity swizzle.
2023-05-24 08:58:59 +00:00
..
shaders render/vulkan: allow rendering to non-8-bit buffers 2023-05-12 15:09:02 +00:00
meson.build render/vulkan: quiet glslangValidator 2021-11-23 15:38:56 +00:00
pixel_format.c render/vulkan: drop unnecessary comments 2023-05-22 18:53:15 +02:00
renderer.c render/vulkan: fix VkPipelineLayout when texturing NV12 2023-05-24 08:58:59 +00:00
texture.c render/vulkan: use identity swizzle for YCbCr formats 2023-05-24 08:58:59 +00:00
util.c render/vulkan: fix signedness of strcmp() return value 2023-04-19 15:29:53 +02:00
vulkan.c render/vulkan: drop unnecessary comments 2023-05-22 18:53:15 +02:00