projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd1cefa
)
disabled an assertion that doesn't seem to be needed
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 13 Jun 2001 14:57:55 +0000
(14:57 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 13 Jun 2001 14:57:55 +0000
(14:57 +0000)
src/mesa/tnl/t_imm_fixup.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_imm_fixup.c
b/src/mesa/tnl/t_imm_fixup.c
index fdfeff566a144d5e987930b218274b4c016e6964..7f6ae40304161ad43c7d9048395ce84ab8b4d02f 100644
(file)
--- 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.2
0 2001/06/04 16:09:28 keithw
Exp $ */
+/* $Id: t_imm_fixup.c,v 1.2
1 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] );