diff options
author | Gert Wollny <[email protected]> | 2018-07-03 13:32:21 +0200 |
---|---|---|
committer | Gert Wollny <[email protected]> | 2018-07-20 19:15:12 +0200 |
commit | 4d094993c3247d4d627427f65e05cb686a9bfa75 (patch) | |
tree | 407bb4db55b540c3ccf9034fc8a73ca46966d9db /src/gallium/drivers/virgl/virgl_hw.h | |
parent | 0bde9739c069fe24b5e5000f1b569b911847a940 (diff) |
virgl: Expose GL_ARB_copy_image if host supports it
Signed-off-by: Gert Wollny <[email protected]>
Reviewed-by: Gurchetan Singh <[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 f501da7cc13..ee6aa68c5a7 100644 --- a/src/gallium/drivers/virgl/virgl_hw.h +++ b/src/gallium/drivers/virgl/virgl_hw.h @@ -202,6 +202,7 @@ enum virgl_formats { #define VIRGL_CAP_TGSI_INVARIANT (1 << 0) #define VIRGL_CAP_TEXTURE_VIEW (1 << 1) #define VIRGL_CAP_SET_MIN_SAMPLES (1 << 2) +#define VIRGL_CAP_COPY_IMAGE (1 << 3) #define VIRGL_BIND_DEPTH_STENCIL (1 << 0) #define VIRGL_BIND_RENDER_TARGET (1 << 1) |