summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2018-05-28 11:53:31 +1000
committerJakob Bornecrantz <[email protected]>2018-05-30 17:02:19 +0100
commitf9eb7e8b765cc6d6e9886f701d4ec45c64845d88 (patch)
treeb96845e9d93ada490d5ac7f2a9de2caadf7262e9 /src
parente8b368ad1c4bdafc32505b722617b8ab19296fbe (diff)
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 <[email protected]> Signed-off-by: Jakob Bornecrantz <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/virgl/virgl_hw.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/virgl/virgl_hw.h b/src/gallium/drivers/virgl/virgl_hw.h
index 93849c03ddd..228aafa770d 100644
--- a/src/gallium/drivers/virgl/virgl_hw.h
+++ b/src/gallium/drivers/virgl/virgl_hw.h
@@ -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 */