svga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGB

Set the devcap to SVGA3D_DEVCAP_DXFMT_BC3_UNORM_SRGB

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Neha Bhende <bhenden@vmware.com>
This commit is contained in:
Charmaine Lee 2017-11-29 13:27:58 -08:00 committed by Brian Paul
parent 16666eb470
commit 59a56ca1c8

View file

@ -1287,6 +1287,7 @@ static const struct format_cap format_cap_table[] = {
{
"SVGA3D_BC3_UNORM_SRGB",
SVGA3D_BC3_UNORM_SRGB,
SVGA3D_DEVCAP_DXFMT_BC3_UNORM_SRGB,
4, 4, 16, 0
},
{