virgl: add protocol for resource transfers
[mesa.git] / src / gallium / drivers / virgl / virgl_hw.h
index 8759e577077c9a84b1d06d9e0c68f511d4c31c8e..fec9ce857d7a99d9c9063d475a3e438a39f288c8 100644 (file)
@@ -234,6 +234,7 @@ enum virgl_formats {
 #define VIRGL_CAP_GUEST_MAY_INIT_LOG   (1 << 14)
 #define VIRGL_CAP_SRGB_WRITE_CONTROL   (1 << 15)
 #define VIRGL_CAP_QBO                  (1 << 16)
+#define VIRGL_CAP_TRANSFER             (1 << 17)
 
 /* virgl bind flags - these are compatible with mesa 10.5 gallium.
  * but are fixed, no other should be passed to virgl either.