wlroots-hyprland/render/vulkan
Leo Li 71fb55f3bf render/pixel-format: Move has_alpha into it's own array
Some opaque pixel formats (nv12, p010) require per-plane bytes_per_block
info. However, it doesn't make sense to store them in
wlr_pixel_format_info, as they will never be useful (currently, this
info is used for shm, which doesn't have a concept of multi-planar
buffers.)

Let's define a separate array and function for determining whether a
pixel format has alpha.
2024-01-31 13:47:17 -05:00
..
shaders render/vulkan: correct sRBG gamma expansion in shader 2024-01-26 13:50:55 +00:00
meson.build render/vulkan: use renamed glslang binary by default 2023-07-27 16:06:49 +08:00
pass.c render/vulkan: fix possible double free 2024-01-17 15:44:37 +00:00
pixel_format.c render/vulkan: constify vulkan_format_props_find_modifier 2023-12-04 15:13:31 +00:00
renderer.c Fix bool return types 2024-01-04 22:24:06 +01:00
texture.c render/pixel-format: Move has_alpha into it's own array 2024-01-31 13:47:17 -05: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