projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16666eb
)
svga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGB
author
Charmaine Lee
<charmainel@vmware.com>
Wed, 29 Nov 2017 21:27:58 +0000
(13:27 -0800)
committer
Brian Paul
<brianp@vmware.com>
Mon, 10 Sep 2018 19:07:30 +0000
(13:07 -0600)
Set the devcap to SVGA3D_DEVCAP_DXFMT_BC3_UNORM_SRGB
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Neha Bhende <bhenden@vmware.com>
src/gallium/drivers/svga/svga_format.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_format.c
b/src/gallium/drivers/svga/svga_format.c
index 59cf41d264e71d5791da0776b37f22ab7f16511e..e3ca2f45f7a969a54ee631aa708f74e2ab215a18 100644
(file)
--- 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
},
{