diff options
-rw-r--r-- | src/mesa/swrast/s_tritemp.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_tritemp.h b/src/mesa/swrast/s_tritemp.h index 29248b1c0c3..488cd7e58b2 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. */ |