mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
16666eb470
commit
59a56ca1c8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue