mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
virgl: update headers
Signed-off-by: Rohan Garg <rohan.garg@collabora.com> Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9009>
This commit is contained in:
parent
38f012e023
commit
e778aceaae
1 changed files with 2 additions and 0 deletions
|
|
@ -409,6 +409,7 @@ enum virgl_formats {
|
|||
/* These are used by the capability_bits_v2 field in virgl_caps_v2. */
|
||||
#define VIRGL_CAP_V2_BLEND_EQUATION (1 << 0)
|
||||
#define VIRGL_CAP_V2_UNTYPED_RESOURCE (1 << 1)
|
||||
#define VIRGL_CAP_V2_VIDEO_MEMORY (1 << 2)
|
||||
|
||||
/* virgl bind flags - these are compatible with mesa 10.5 gallium.
|
||||
* but are fixed, no other should be passed to virgl either.
|
||||
|
|
@ -560,6 +561,7 @@ struct virgl_caps_v2 {
|
|||
uint32_t host_feature_check_version;
|
||||
struct virgl_supported_format_mask supported_readback_formats;
|
||||
struct virgl_supported_format_mask scanout;
|
||||
uint32_t max_video_memory;
|
||||
uint32_t capability_bits_v2;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue