Provided supported formats through gfxstream caps

Includes more complete support for depth formats.

Bug=b:352091996
Test=Ran CTS deqp test cases with cuttlefish

Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
Jean-Francois Thibert 2024-07-18 13:36:25 -04:00 committed by Marge Bot
parent 7f9783c8f5
commit 669b530c83

View file

@ -124,7 +124,7 @@ struct vulkanCapset {
uint32_t noRenderControlEnc;
uint32_t alwaysBlob;
uint32_t externalSync;
uint32_t padding[12];
uint32_t virglSupportedFormats[16];
};
struct magmaCapset {