diff options
author | Charmaine Lee <[email protected]> | 2017-11-29 13:27:58 -0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-09-10 13:07:30 -0600 |
commit | 59a56ca1c802f22bd260e7655af9bf72ba4c5b94 (patch) | |
tree | aa6a84fc8595043886daa9e7c78d1f86344020c3 /src/gallium/drivers/svga | |
parent | 16666eb4700ea56118b31a09127f64200a84f856 (diff) |
svga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGB
Set the devcap to SVGA3D_DEVCAP_DXFMT_BC3_UNORM_SRGB
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Neha Bhende <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga')
-rw-r--r-- | src/gallium/drivers/svga/svga_format.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_format.c b/src/gallium/drivers/svga/svga_format.c index 59cf41d264e..e3ca2f45f7a 100644 --- a/src/gallium/drivers/svga/svga_format.c +++ b/src/gallium/drivers/svga/svga_format.c @@ -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 }, { |