Skip to content

anv: Canonicalize buffer formats for image/buffer copies

Some formats, in particular YCbCr formats and ASTC have additional restrictions. We already whack ASTC formats to RGBA32_UINT but we need to fix YCbCr formats as well. We're using blorp_copy to do the copies so we may as well just stomp formats for everything.

Merge request reports