diff options
author | Keith Whitwell <[email protected]> | 2001-04-26 14:53:48 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-04-26 14:53:48 +0000 |
commit | 908be619fdba608b057ae512834dcc7a76aa3224 (patch) | |
tree | 00cb553822541c0a91924ceafaa8eb3045dd5832 /src/mesa/tnl/t_vb_render.c | |
parent | 8bce6a217ab97ecf732ea9dcf86c94396b79f774 (diff) |
first pass at eval fixes
Diffstat (limited to 'src/mesa/tnl/t_vb_render.c')
-rw-r--r-- | src/mesa/tnl/t_vb_render.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c index 42d00e52da2..a71ed8d4493 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.17 2001/03/29 16:50:33 brianp Exp $ */ +/* $Id: t_vb_render.c,v 1.18 2001/04/26 14:53:48 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -339,6 +339,7 @@ static GLboolean run_render( GLcontext *ctx, tnl->Driver.RenderFinish( ctx ); +/* usleep(100000); */ return GL_FALSE; /* finished the pipe */ } |