X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fvirgl%2Fvirgl_hw.h;fp=src%2Fgallium%2Fdrivers%2Fvirgl%2Fvirgl_hw.h;h=ffa22eafb52fd9b17842734a88b1c43c09859e18;hb=2e6bbab9aecd8e6cfb6e2e8dd408460a96365ada;hp=b2bed9165eff65420f30ae2932e5f6b7c7d89b4f;hpb=e705a2a9f48d3247557d468216c797dfb1758826;p=mesa.git 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.