summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/t_dd_vertex.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-03-01 17:40:14 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-03-01 17:40:14 +0000
commit0fe593a71e4f78c5683455cf71d5873a3664f146 (patch)
treebf6a68123a6cd104f3bd38a8b2463118b08352d0 /src/mesa/drivers/common/t_dd_vertex.h
parentd89c87ac40631cb7c8c7da71c61770fc93903a33 (diff)
Bugfixes for vertex format, templates
Diffstat (limited to 'src/mesa/drivers/common/t_dd_vertex.h')
-rw-r--r--src/mesa/drivers/common/t_dd_vertex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/t_dd_vertex.h b/src/mesa/drivers/common/t_dd_vertex.h
index fcb734072b..3f62aeeb1a 100644
--- a/src/mesa/drivers/common/t_dd_vertex.h
+++ b/src/mesa/drivers/common/t_dd_vertex.h
@@ -66,5 +66,5 @@ typedef union {
} tv;
float f[16];
unsigned int ui[16];
- unsigned char ub4[4][16];
+ unsigned char ub4[16][4];
} TAG(Vertex), *TAG(VertexPtr);