diff options
author | Dave Airlie <[email protected]> | 2018-06-08 10:02:20 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-06-27 14:08:00 +1000 |
commit | a6b64d6dde5bb6f4fade2da98b22dae9de831fd6 (patch) | |
tree | b67935e8e7ff208e01cfdec364c555a026ead8f2 /src/gallium/drivers/virgl/virgl_hw.h | |
parent | ff6db94c18a585538058df59bd1025463bba2437 (diff) |
virgl: add ARB_texture_view support
Reviewed-By: Gert Wollny <[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 ee58520f9bb..d338051d9b3 100644 --- a/src/gallium/drivers/virgl/virgl_hw.h +++ b/src/gallium/drivers/virgl/virgl_hw.h @@ -200,6 +200,7 @@ enum virgl_formats { /* These are used by the capability_bits field in virgl_caps_v2. */ #define VIRGL_CAP_NONE 0 #define VIRGL_CAP_TGSI_INVARIANT (1 << 0) +#define VIRGL_CAP_TEXTURE_VIEW (1 << 1) #define VIRGL_BIND_DEPTH_STENCIL (1 << 0) #define VIRGL_BIND_RENDER_TARGET (1 << 1) |