aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/nouveau/nv50/nv50_formats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_formats.c b/src/gallium/drivers/nouveau/nv50/nv50_formats.c
index 5b965672357..34d32d14493 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_formats.c
+++ b/src/gallium/drivers/nouveau/nv50/nv50_formats.c
@@ -394,7 +394,7 @@ const struct nv50_vertex_format nv50_vertex_format[PIPE_FORMAT_COUNT] =
VF(A, R10G10B10A2_SNORM, SNORM, 10_10_10_2, 0),
VF(A, B10G10R10A2_SNORM, SNORM, 10_10_10_2, 1),
VF(A, R10G10B10A2_UINT, UINT, 10_10_10_2, 0),
- VF(A, B10G10R10A2_UINT, UINT, 10_10_10_2, 0),
+ VF(A, B10G10R10A2_UINT, UINT, 10_10_10_2, 1),
VF(A, R11G11B10_FLOAT, FLOAT, 11_11_10, 0),