From 0c759675b2d1057ec79dd9c37d6fbd91a919eeb1 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 21 May 2018 16:07:19 +1000 Subject: [PATCH] virgl_hw: add a warning noting the bool_set1 is full There are 32 members in this now, so don't add anything more to it. Reviewed-by: Elie Tournier --- src/virgl_hw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/virgl_hw.h b/src/virgl_hw.h index 57cdd4c..a430fae 100644 --- a/src/virgl_hw.h +++ b/src/virgl_hw.h @@ -242,6 +242,7 @@ struct virgl_caps_bool_set1 { 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 */