wlroots-hyprland/render/vulkan
Manuel Stoeckl d6859da3b4 render/vulkan: use _SRGB image view when possible
This is the last of a set of commits which ensures that both textures
and render buffers can be accessed through _UNORM and _SRGB image
views. While _UNORM image views are not yet used for 8-bpc image
formats, they will be needed in the future to support color transforms
for both textures and render buffers.
2023-12-04 15:13:31 +00:00
..
shaders render/vulkan: undo alpha premult before sRGB encoding/decoding 2023-10-17 17:28:56 +02:00
meson.build render/vulkan: use renamed glslang binary by default 2023-07-27 16:06:49 +08:00
pass.c render/vulkan: constrain blend to output subpass to redrawn region 2023-10-05 11:45:32 +00:00
pixel_format.c render/vulkan: constify vulkan_format_props_find_modifier 2023-12-04 15:13:31 +00:00
renderer.c render/vulkan: use _SRGB image view when possible 2023-12-04 15:13:31 +00:00
texture.c render/vulkan: use _SRGB image view when possible 2023-12-04 15:13:31 +00:00
util.c render/vulkan: drop unused vulkan_has_extension() 2023-05-26 12:25:53 +00:00
vulkan.c render/vulkan: detect which _UNORM formats support _SRGB views 2023-12-04 15:13:31 +00:00