From 3ade8af7ffce434bb612df67f8e5a780885f991c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 17 Dec 2001 04:58:50 +0000 Subject: added some debug printfs (disabled) --- src/mesa/swrast/s_tritemp.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/mesa/swrast/s_tritemp.h') 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. */ -- cgit v1.2.3