diff -uNr Mesa-6.5/src/mesa/tnl/t_vertex.c Mesa-6.5-patched/src/mesa/tnl/t_vertex.c --- Mesa-6.5/src/mesa/tnl/t_vertex.c 2005-12-06 10:42:38.000000000 -0500 +++ Mesa-6.5-patched/src/mesa/tnl/t_vertex.c 2006-06-09 15:54:49.000000000 -0400 @@ -87,7 +87,7 @@ fastpath->attr_count = vtx->attr_count; fastpath->match_strides = match_strides; fastpath->func = vtx->emit; - fastpath->attr = (struct attr_type *) + fastpath->attr = (struct tnl_clipspace_fastpath::attr_type *) _mesa_malloc(vtx->attr_count * sizeof(fastpath->attr[0])); for (i = 0; i < vtx->attr_count; i++) {