diff options
author | Elie Tournier <[email protected]> | 2020-03-13 11:26:04 +0000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-07 10:21:50 +0000 |
commit | 2e6bbab9aecd8e6cfb6e2e8dd408460a96365ada (patch) | |
tree | 1c781291ef4f0ec8664bba8dd1318c84da27216a /src/gallium/drivers/virgl/virgl_hw.h | |
parent | e705a2a9f48d3247557d468216c797dfb1758826 (diff) |
virgl: Enable CAP_CLEAR_TEXTURE if host supports it
Signed-off-by: Elie Tournier <[email protected]>
Reviewed-by: Gert Wollny <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4345>
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 b2bed9165ef..ffa22eafb52 100644 --- a/src/gallium/drivers/virgl/virgl_hw.h +++ b/src/gallium/drivers/virgl/virgl_hw.h @@ -336,6 +336,7 @@ enum virgl_formats { #define VIRGL_CAP_CLIP_HALFZ (1 << 27) #define VIRGL_CAP_APP_TWEAK_SUPPORT (1 << 28) #define VIRGL_CAP_BGRA_SRGB_IS_EMULATED (1 << 29) +#define VIRGL_CAP_CLEAR_TEXTURE (1 << 30) /* virgl bind flags - these are compatible with mesa 10.5 gallium. * but are fixed, no other should be passed to virgl either. |