diff options
author | Dave Airlie <[email protected]> | 2018-07-31 08:02:59 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-08-08 08:36:40 +1000 |
commit | fe0a3a45bb4875e6c17916b5f2a6652e1691e129 (patch) | |
tree | 790435fd3a0117d932871e6bb26e756fcdc63835 /src/gallium/drivers/virgl/virgl_hw.h | |
parent | ba1ebf2ee12ef5cb97a450e7d39f577c671d55e4 (diff) |
virgl: add ARB_shader_clock support
Reviewed-by: Erik Faye-Lund <[email protected]>
Diffstat (limited to 'src/gallium/drivers/virgl/virgl_hw.h')
-rw-r--r-- | src/gallium/drivers/virgl/virgl_hw.h | 1 |
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 70b0b2416a1..1df9d0e77d1 100644 --- a/src/gallium/drivers/virgl/virgl_hw.h +++ b/src/gallium/drivers/virgl/virgl_hw.h @@ -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. |