summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/t_dd_tritmp.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-02-28 18:19:27 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-02-28 18:19:27 +0000
commitfeb555af03731cb785cbc484d28e53766e22d8b1 (patch)
tree5276ca98d02a7b9aa4a174076e9d28fe7f9b6f5e /src/mesa/drivers/common/t_dd_tritmp.h
parentbe3602da412ae56b5ee019fc47cc282eb3d66fad (diff)
Templates are in working order.
Diffstat (limited to 'src/mesa/drivers/common/t_dd_tritmp.h')
-rw-r--r--src/mesa/drivers/common/t_dd_tritmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/common/t_dd_tritmp.h b/src/mesa/drivers/common/t_dd_tritmp.h
index 7cd7c756f9..7f573a5abc 100644
--- a/src/mesa/drivers/common/t_dd_tritmp.h
+++ b/src/mesa/drivers/common/t_dd_tritmp.h
@@ -88,6 +88,8 @@ static void TAG(triangle)( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2 )
GLuint facing;
LOCAL_VARS(3);
+/* fprintf(stderr, "%s\n", __FUNCTION__); */
+
v[0] = (VERTEX *)GET_VERTEX(e0);
v[1] = (VERTEX *)GET_VERTEX(e1);
v[2] = (VERTEX *)GET_VERTEX(e2);