virgl: Reserved last caps of capability_bits
[mesa.git] / src / gallium / drivers / virgl / virgl_hw.h
index ffa22eafb52fd9b17842734a88b1c43c09859e18..711bf8b590ecb9e624ec40775f4747cc7cd4bd61 100644 (file)
@@ -337,6 +337,7 @@ enum virgl_formats {
 #define VIRGL_CAP_APP_TWEAK_SUPPORT    (1 << 28)
 #define VIRGL_CAP_BGRA_SRGB_IS_EMULATED (1 << 29)
 #define VIRGL_CAP_CLEAR_TEXTURE        (1 << 30)
+/* Reserved for VIRGL_CAP_ARB_BUFFER_STORAGE */
 
 /* virgl bind flags - these are compatible with mesa 10.5 gallium.
  * but are fixed, no other should be passed to virgl either.