virgl: add ARB_shader_clock support
[mesa.git] / src / gallium / drivers / virgl / virgl_hw.h
index 70b0b2416a183563b12a2a3ad5ae2305f27114e2..1df9d0e77d104676f53009c79a5e936d9c564d93 100644 (file)
@@ -228,6 +228,7 @@ enum virgl_formats {
 #define VIRGL_CAP_FB_NO_ATTACH         (1 << 8)
 #define VIRGL_CAP_ROBUST_BUFFER_ACCESS (1 << 9)
 #define VIRGL_CAP_TGSI_FBFETCH         (1 << 10)
+#define VIRGL_CAP_SHADER_CLOCK         (1 << 11)
 
 /* virgl bind flags - these are compatible with mesa 10.5 gallium.
  * but are fixed, no other should be passed to virgl either.