aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/virgl_hw.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2019-02-11 12:46:10 +1000
committerDave Airlie <[email protected]>2019-04-09 14:25:01 +1000
commitff852fdc05dc2fc74625bc8f14e80a5f1cab5ed3 (patch)
tree86a392b359a787deae509156d21ac4a046783b59 /src/gallium/drivers/virgl/virgl_hw.h
parent05ff2dbf137c03b7c7e47f606b930e0afddaedee (diff)
virgl: add support for ARB_indirect_parameters
The protocol changes are already in place for it. Reviewed-By: Gert Wollny <[email protected]>
Diffstat (limited to 'src/gallium/drivers/virgl/virgl_hw.h')
-rw-r--r--src/gallium/drivers/virgl/virgl_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/virgl/virgl_hw.h b/src/gallium/drivers/virgl/virgl_hw.h
index 1cd7bf01aa6..8a56e1d53a8 100644
--- a/src/gallium/drivers/virgl/virgl_hw.h
+++ b/src/gallium/drivers/virgl/virgl_hw.h
@@ -239,6 +239,7 @@ enum virgl_formats {
#define VIRGL_CAP_FAKE_FP64 (1 << 19)
#define VIRGL_CAP_BIND_COMMAND_ARGS (1 << 20)
#define VIRGL_CAP_MULTI_DRAW_INDIRECT (1 << 21)
+#define VIRGL_CAP_INDIRECT_PARAMS (1 << 22)
#define VIRGL_CAP_TRANSFORM_FEEDBACK3 (1 << 23)
/* virgl bind flags - these are compatible with mesa 10.5 gallium.