From 3fd01320f1ce3b78584c1fec9b1d6805e8ee6786 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sun, 14 Jan 2001 06:14:21 +0000 Subject: Fixed conform feedback and drawelements tests. Use correct pv when rasterizing unfilled polys. --- src/mesa/main/lines.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/main/lines.c') diff --git a/src/mesa/main/lines.c b/src/mesa/main/lines.c index 8a9256c178..520010c1a1 100644 --- a/src/mesa/main/lines.c +++ b/src/mesa/main/lines.c @@ -1,4 +1,4 @@ -/* $Id: lines.c,v 1.26 2001/01/13 05:48:25 keithw Exp $ */ +/* $Id: lines.c,v 1.27 2001/01/14 06:14:21 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -31,7 +31,6 @@ #include "glheader.h" #include "context.h" #include "depth.h" -#include "feedback.h" #include "lines.h" #include "macros.h" #include "mmath.h" -- cgit v1.2.3