summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-06-10 14:58:32 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-06-10 14:58:32 +0000
commit447697885634a92ffc3b9da2a23407406406af97 (patch)
tree4d15e1820b18b89514c2b416ed24eed04311271e /src/mesa/tnl/t_vp_build.c
parent252d8e78cc07880239b085b713e2d37ddbba86f9 (diff)
remove debug prints
Diffstat (limited to 'src/mesa/tnl/t_vp_build.c')
-rw-r--r--src/mesa/tnl/t_vp_build.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c
index 8389d1ff98..12bcc98b14 100644
--- a/src/mesa/tnl/t_vp_build.c
+++ b/src/mesa/tnl/t_vp_build.c
@@ -134,8 +134,6 @@ static struct state_key *make_state_key( GLcontext *ctx )
if (ctx->Light.ColorMaterialEnabled) {
key->light_color_material = 1;
key->light_color_material_mask = ctx->Light.ColorMaterialBitmask;
- _mesa_printf("ColorMaterialBitmask %x / %x\n", ctx->Light.ColorMaterialBitmask,
- key->light_color_material_mask);
}
for (i = _TNL_ATTRIB_MAT_FRONT_AMBIENT ; i < _TNL_ATTRIB_INDEX ; i++)