diff options
author | keithw <keithw@keithw-laptop.(none)> | 2007-01-15 14:10:42 +0000 |
---|---|---|
committer | keithw <keithw@keithw-laptop.(none)> | 2007-01-15 14:10:42 +0000 |
commit | 82152a2a8e1afeb61710318e769b1379be6c02c6 (patch) | |
tree | d213205849aa3d6792490847951229aecd325e7e /src/mesa/vbo/vbo_save_api.c | |
parent | 5464cd0a60f474753abc6af047fd21b0e29b8ac4 (diff) |
Remove debug, reenable inplace splitting.
Diffstat (limited to 'src/mesa/vbo/vbo_save_api.c')
-rw-r--r-- | src/mesa/vbo/vbo_save_api.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/vbo/vbo_save_api.c b/src/mesa/vbo/vbo_save_api.c index f339436f84c..ade48d220e6 100644 --- a/src/mesa/vbo/vbo_save_api.c +++ b/src/mesa/vbo/vbo_save_api.c @@ -598,8 +598,6 @@ do { \ if (save->active_sz[A] != N) \ save_fixup_vertex(ctx, A, N); \ \ - _mesa_printf("Attr %d, sz %d: %f %f %f %f\n", A, N, V0, V1, V2, V3 ); \ - \ { \ GLfloat *dest = save->attrptr[A]; \ if (N>0) dest[0] = V0; \ |