mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
removed a bad assertion
This commit is contained in:
parent
2161b8cf03
commit
e6f2b4174b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: s_triangle.c,v 1.55 2002/03/16 18:02:08 brianp Exp $ */
|
||||
/* $Id: s_triangle.c,v 1.56 2002/03/25 17:24:43 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -548,7 +548,6 @@ affine_span(GLcontext *ctx, struct sw_span *span,
|
|||
}
|
||||
break;
|
||||
}
|
||||
ASSERT(span->interpMask & SPAN_RGBA); /* XXXX unset */
|
||||
span->interpMask &= ~SPAN_RGBA;
|
||||
ASSERT(span->arrayMask & SPAN_RGBA);
|
||||
_mesa_write_rgba_span(ctx, span, GL_POLYGON);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue