From ce656b6a0a103ae9cb41d509be353f0e661e3574 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 8 Jan 2001 21:55:59 +0000 Subject: Fixed 'IRound' to 'IROUND' in mmath.h Fixed fallback path for drawarrays/_tnl_hard_begin. Removed disabled debug code. --- src/mesa/tnl/t_pipeline.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/tnl/t_pipeline.c') diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c index 457b160eb9..8ee814841b 100644 --- a/src/mesa/tnl/t_pipeline.c +++ b/src/mesa/tnl/t_pipeline.c @@ -1,4 +1,4 @@ -/* $Id: t_pipeline.c,v 1.7 2000/12/26 05:09:33 keithw Exp $ */ +/* $Id: t_pipeline.c,v 1.8 2001/01/08 21:56:00 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -115,7 +115,6 @@ void _tnl_run_pipeline( GLcontext *ctx ) GLuint changed_inputs = pipe->run_input_changes; GLboolean running = GL_TRUE; GLuint i; - unsigned short __tmp; /* Done elsewhere. -- cgit v1.2.3