gallium: a lot more complete implementation of stream output
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_post_vs.c
index af07926a55c30b753fa99ec663dbdc0cbf060141..5525dfc748df616e315843e95081f6eee8b075d3 100644 (file)
@@ -108,8 +108,10 @@ static boolean post_vs_cliptest_viewport_gl( struct pt_post_vs *pvs,
    for (j = 0; j < count; j++) {
       float *position = out->data[pos];
 
+#if 0
       debug_printf("%d) io = %p, data = %p = [%f, %f, %f, %f]\n",
                    j, out, position, position[0], position[1], position[2], position[3]);
+#endif
 
       out->clip[0] = position[0];
       out->clip[1] = position[1];