summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/virgl_hw.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2018-07-20 09:18:04 +1000
committerDave Airlie <[email protected]>2018-08-01 08:02:32 +1000
commit6f75058359b9b79b778dfb043dfc9a29cb5169c9 (patch)
tree9b3e6b1918830d8928382ede12f1b19bb29b5715 /src/gallium/drivers/virgl/virgl_hw.h
parent452eea140d909db6d10101914dff0e1274acc1e0 (diff)
virgl: add TXQS support
Reviwed-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 aa6d8f8fe4b..01baf05e6d4 100644
--- a/src/gallium/drivers/virgl/virgl_hw.h
+++ b/src/gallium/drivers/virgl/virgl_hw.h
@@ -204,6 +204,7 @@ enum virgl_formats {
#define VIRGL_CAP_SET_MIN_SAMPLES (1 << 2)
#define VIRGL_CAP_COPY_IMAGE (1 << 3)
#define VIRGL_CAP_TGSI_PRECISE (1 << 4)
+#define VIRGL_CAP_TXQS (1 << 5)
#define VIRGL_BIND_DEPTH_STENCIL (1 << 0)
#define VIRGL_BIND_RENDER_TARGET (1 << 1)