[virglrenderer-devel] [PATCH 6/6] virgl_hw: add a warning noting the bool_set1 is full
Dave Airlie
airlied at gmail.com
Mon May 21 06:09:37 UTC 2018
From: Dave Airlie <airlied at redhat.com>
There are 32 members in this now, so don't add anything more to it.
---
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 */
--
2.14.3
More information about the virglrenderer-devel
mailing list