Skip to content

tree_wide: replace IYUV pipe format & its associated magic with new explicit pipe formats

Julia Tatz requested to merge jdtatz/mesa:no-more-iyuv-magic into main

Replaced the magic with explicit formats for each use case. I wasn't sure which naming convention to use for the new ones though, as both naming them after their fourcc or naming them like vulkan formats, are used for yuv formats.

Due to the fourcc checks already present in dri2.c, adding these new formats should result in no change in functionality.

Merge request reports