first pass at eval fixes

This commit is contained in:
Keith Whitwell
2001-04-26 14:53:48 +00:00
parent 8bce6a217a
commit 908be619fd
11 changed files with 215 additions and 135 deletions

View File

@@ -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 */
}