summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-12-17 04:58:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-12-17 04:58:50 +0000
commit3ade8af7ffce434bb612df67f8e5a780885f991c (patch)
tree5548ad266587321e34d87d39001340013a3aa7e7 /src/mesa/swrast
parent10f30eb43835c57c00783390a02d72daf4f78e26 (diff)
added some debug printfs (disabled)
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_tritemp.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_tritemp.h b/src/mesa/swrast/s_tritemp.h
index 29248b1c0c..488cd7e58b 100644
--- a/src/mesa/swrast/s_tritemp.h
+++ b/src/mesa/swrast/s_tritemp.h
@@ -1,4 +1,4 @@
-/* $Id: s_tritemp.h,v 1.29 2001/12/17 04:54:35 brianp Exp $ */
+/* $Id: s_tritemp.h,v 1.30 2001/12/17 04:58:50 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -126,6 +126,13 @@
(void) fixedToDepthShift;
#endif
+ /*
+ printf("%s()\n", __FUNCTION__);
+ printf(" %g, %g, %g\n", v0->win[0], v0->win[1], v0->win[2]);
+ printf(" %g, %g, %g\n", v1->win[0], v1->win[1], v1->win[2]);
+ printf(" %g, %g, %g\n", v2->win[0], v2->win[1], v2->win[2]);
+ */
+
/* Compute fixed point x,y coords w/ half-pixel offsets and snapping.
* And find the order of the 3 vertices along the Y axis.
*/