Skip to content

lavapipe: Block YCbCr formats from getting blit feature flags

Valentine Burley requested to merge Valentine/mesa:lvp-format into main

What does this MR do and why?

I missed this when adding new RGB pipe_formats for the 10 and 12-bit VK_FORMATs.

Block all YCbCr formats from getting blit feature flags by using vk_format_ycbcr_info, which will make it less error-prone in the future.

Alternative to the first commit in !31749

Cc: @KonstantinSeurer

Merge request reports

Loading