summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/shade_tmp.h
diff options
context:
space:
mode:
authordaryll <daryll>1999-12-14 02:39:38 +0000
committerdaryll <daryll>1999-12-14 02:39:38 +0000
commit5a7c08a8c796a40d4cb04375ae198ea8325a9633 (patch)
tree726c36b6a094a755014fc7632d67d8c181b290ff /xc/extras/Mesa/src/shade_tmp.h
parentaf51f10342876a5da08d550d7786ea310ceb40ab (diff)
Upgrade to the latest Mesa 3.2 code.
Fixed several driver texture management bugs in the tdfx driver. Fix a problem with unbinding a context (performer). Included the Mesa header files in the X tree instead of making copies.
Diffstat (limited to 'xc/extras/Mesa/src/shade_tmp.h')
-rw-r--r--xc/extras/Mesa/src/shade_tmp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/xc/extras/Mesa/src/shade_tmp.h b/xc/extras/Mesa/src/shade_tmp.h
index 26c6b3612..62fba0f63 100644
--- a/xc/extras/Mesa/src/shade_tmp.h
+++ b/xc/extras/Mesa/src/shade_tmp.h
@@ -1,4 +1,4 @@
-/* $Id: shade_tmp.h,v 1.2 1999/12/07 03:37:15 daryll Exp $ */
+/* $Id: shade_tmp.h,v 1.3 1999/12/14 02:39:38 daryll Exp $ */
/*
* Mesa 3-D graphics library
@@ -554,8 +554,7 @@ static void TAG(shade_fast_rgba)( struct vertex_buffer *VB )
COPY_3V(sum[0], base[0]);
if (NR_SIDES == 2) COPY_3V(sum[1], base[1]);
- if (0)
-/* if (ctx->Light.ShadeModel == GL_SMOOTH) */
+ if (MESA_VERBOSE&VERBOSE_LIGHTING)
fprintf(stderr, "light normal %d/%d, %f %f %f\n",
j, VB->Start, normal[0], normal[1], normal[2]);