Skip to content

v3dv: add API entry points for sampler Ycbcr conversions

Iago Toral requested to merge itoral/mesa:v3dv_ycbcr_entrypoints into main

While this feature is optional in Vulkan 1.1 and we don't currently expose it, the Vulkan 1.1 CTS still requires that the entry points exist.

Fixes (with Vulkan 1.1 exposed): dEQP-VK.api.version_check.entry_points

Merge request reports