wlroots-hyprland/render/vulkan
Simon Ser 16dea12dae render/vulkan: add more YCbCr formats
The Vulkan spec states:

> For the purposes of range expansion and Y′CBCR model conversion,
> the R and B components contain color difference (chroma) values
> and the G component contains luma.

The equations below that sentence also help understand the mapping.
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: add more YCbCr formats 2023-05-24 08:58:59 +00:00
renderer.c render/vulkan: check format support before creating YCbCr sampler 2023-05-24 08:58:59 +00:00
texture.c render/vulkan: add vulkan_get_pipeline_layout() 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