summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_fixup.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-06-13 14:57:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-06-13 14:57:55 +0000
commite9ba8e92141f9824bdb0cb3db91467bb2f0c51d7 (patch)
tree590e7e0074b28ad493024c3b0b2455822098c77c /src/mesa/tnl/t_imm_fixup.c
parentcd1cefae9146fc14b35ee93a04bdb1b1590fba7b (diff)
disabled an assertion that doesn't seem to be needed
Diffstat (limited to 'src/mesa/tnl/t_imm_fixup.c')
-rw-r--r--src/mesa/tnl/t_imm_fixup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_imm_fixup.c b/src/mesa/tnl/t_imm_fixup.c
index fdfeff566a..7f6ae40304 100644
--- a/src/mesa/tnl/t_imm_fixup.c
+++ b/src/mesa/tnl/t_imm_fixup.c
@@ -1,4 +1,4 @@
-/* $Id: t_imm_fixup.c,v 1.20 2001/06/04 16:09:28 keithw Exp $ */
+/* $Id: t_imm_fixup.c,v 1.21 2001/06/13 14:57:55 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -754,7 +754,9 @@ void _tnl_upgrade_current_data( GLcontext *ctx,
COPY_4FV( IM->Color[start], ctx->Current.Color);
+ /*
ASSERT(IM->Flag[IM->LastData+1] & VERT_END_VB);
+ */
fixup_first_4f( IM->Color, IM->Flag, VERT_END_VB, start,
IM->Color[start] );