virgl: update caps bitset to latest version.

This makes this use all 32 bits, so future sets need to be
defined in a new struct.

Reviewed-by: Jakob Bornecrantz <jakob@collabora.com>
Signed-off-by: Jakob Bornecrantz <jakob@collabora.com>
This commit is contained in:
Dave Airlie 2018-05-28 11:53:31 +10:00 committed by Jakob Bornecrantz
parent e8b368ad1c
commit f9eb7e8b76
1 changed files with 5 additions and 0 deletions

View File

@ -237,6 +237,11 @@ struct virgl_caps_bool_set1 {
unsigned has_indirect_draw:1;
unsigned has_sample_shading:1;
unsigned has_cull:1;
unsigned conditional_render_inverted:1;
unsigned derivative_control:1;
unsigned polygon_offset_clamp:1;
unsigned transform_feedback_overflow_query:1;
/* DO NOT ADD ANYMORE MEMBERS - need to add another 32-bit to v2 caps */
};
/* endless expansion capabilites - current gallium has 252 formats */