diff options
author | Dave Airlie <[email protected]> | 2018-08-03 15:19:41 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-08-14 16:55:56 +1000 |
commit | 0be5e9f5a1a7333c252d8b7c1da7b4ec0c4d21cf (patch) | |
tree | f27e60ad793b9d88999c526f3fd688c3593ff9af /src/gallium/drivers/virgl/virgl_hw.h | |
parent | 6d61aed2316218d76dc48e60c8ee5abd76c1fcbb (diff) |
virgl: ARB_texture_barrier support
Reviewed-by: Tomeu Vizoso <[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 1df9d0e77d1..b56f554b001 100644 --- a/src/gallium/drivers/virgl/virgl_hw.h +++ b/src/gallium/drivers/virgl/virgl_hw.h @@ -229,6 +229,7 @@ enum virgl_formats { #define VIRGL_CAP_ROBUST_BUFFER_ACCESS (1 << 9) #define VIRGL_CAP_TGSI_FBFETCH (1 << 10) #define VIRGL_CAP_SHADER_CLOCK (1 << 11) +#define VIRGL_CAP_TEXTURE_BARRIER (1 << 12) /* virgl bind flags - these are compatible with mesa 10.5 gallium. * but are fixed, no other should be passed to virgl either. |