summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/t_dd_unfilled.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-04-28 15:26:43 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-04-28 15:26:43 +0000
commit04a374bd0506c565e362faaee7fa78ce0566731a (patch)
tree34a66044022d23fd62968838917ba8ad19fb2bd7 /src/mesa/drivers/common/t_dd_unfilled.h
parent51c0c71811508b6658e0d5dcff8426b618322a73 (diff)
add specialized interp for backcolor, edgeflags
Diffstat (limited to 'src/mesa/drivers/common/t_dd_unfilled.h')
-rw-r--r--src/mesa/drivers/common/t_dd_unfilled.h6
1 files changed, 5 insertions, 1 deletions
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] );