mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
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:
parent
7f9783c8f5
commit
669b530c83
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue