diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-06-13 14:57:55 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-06-13 14:57:55 +0000 |
commit | e9ba8e92141f9824bdb0cb3db91467bb2f0c51d7 (patch) | |
tree | 590e7e0074b28ad493024c3b0b2455822098c77c | |
parent | cd1cefae9146fc14b35ee93a04bdb1b1590fba7b (diff) |
disabled an assertion that doesn't seem to be needed
-rw-r--r-- | src/mesa/tnl/t_imm_fixup.c | 4 |
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] ); |