Skip to content

virgl: Cover all the formats defined in the virgl definition

Corentin Noël requested to merge tintou/mesa:tintou/virgl-format-sync into main

What does this MR do and why?

Add all the formats currently defined in u_formats.h

Also make sure that no format on virgl protocol has the same number as another one. Make so that the virgl_formats_conv_table is following the same order as virgl_formats

Merge request reports