summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_render.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-05-11 15:53:06 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-05-11 15:53:06 +0000
commitc6083e1dc47057b64179079715c5eac8f6010467 (patch)
tree490b5d2c87c5f98b447ae1d387c6fcaf78638970 /src/mesa/tnl/t_vb_render.c
parentb8f9980999cb3619b3b60c089e6fa3b780a52292 (diff)
Clean up _tnl_Begin/begin/hard_begin.
Fix some problems with draw_arrays, draw_elements.
Diffstat (limited to 'src/mesa/tnl/t_vb_render.c')
-rw-r--r--src/mesa/tnl/t_vb_render.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c
index fc4fb95852..414c6bd34a 100644
--- a/src/mesa/tnl/t_vb_render.c
+++ b/src/mesa/tnl/t_vb_render.c
@@ -1,4 +1,4 @@
-/* $Id: t_vb_render.c,v 1.19 2001/04/28 08:39:18 keithw Exp $ */
+/* $Id: t_vb_render.c,v 1.20 2001/05/11 15:53:06 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -318,7 +318,8 @@ static GLboolean run_render( GLcontext *ctx,
tnl->Driver.RenderFinish( ctx );
-/* usleep(100000); */
+/* _swrast_flush(ctx); */
+/* usleep(1000000); */
return GL_FALSE; /* finished the pipe */
}