From 04a374bd0506c565e362faaee7fa78ce0566731a Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sat, 28 Apr 2001 15:26:43 +0000 Subject: add specialized interp for backcolor, edgeflags --- src/mesa/drivers/common/t_dd_unfilled.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mesa/drivers/common/t_dd_unfilled.h') diff --git a/src/mesa/drivers/common/t_dd_unfilled.h b/src/mesa/drivers/common/t_dd_unfilled.h index 08fc69f0a9..b89b37bfe1 100644 --- a/src/mesa/drivers/common/t_dd_unfilled.h +++ b/src/mesa/drivers/common/t_dd_unfilled.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_unfilled.h,v 1.3 2001/03/12 00:48:44 gareth Exp $ */ +/* $Id: t_dd_unfilled.h,v 1.4 2001/04/28 15:26:43 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -75,6 +75,10 @@ static void TAG(unfilled_tri)( GLcontext *ctx, } } +/* fprintf(stderr, "%s %s %d %d %d\n", __FUNCTION__, */ +/* _mesa_lookup_enum_by_nr( mode ), */ +/* ef[e0], ef[e1], ef[e2]); */ + if (mode == GL_POINT) { RASTERIZE(GL_POINTS); if (ef[e0]) POINT( v[0] ); -- cgit v1.2.3