--- r300_render.c.orig  2006-01-08 03:20:39.000000000 +0000
+++ r300_render.c       2006-01-08 03:20:14.000000000 +0000
@@ -579,6 +579,11 @@
                GLuint start = VB->Primitive[i].start;
                GLuint length = VB->Primitive[i].count;
 
+               static int ignore=0;
+               if(length == 1068)
+                       ignore = 1;
+               if(ignore == 0)
                r300_render_vb_primitive(rmesa, ctx, start, start + length, prim);
        }
