projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3629117
)
swrast: silence unused var warnings
author
Fabio Pedretti
<fabio.ped@libero.it>
Tue, 9 Aug 2011 14:08:59 +0000
(08:08 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 9 Aug 2011 14:08:59 +0000
(08:08 -0600)
Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/swrast/s_span.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_span.c
b/src/mesa/swrast/s_span.c
index db102ac7946afd4e711f4aa62731a42a5041faed..9a91be3997096d645f73f96408a6d261b57f4a64 100644
(file)
--- a/
src/mesa/swrast/s_span.c
+++ b/
src/mesa/swrast/s_span.c
@@
-212,10
+212,10
@@
interpolate_active_attribs(struct gl_context *ctx, SWspan *span, GLbitfield attr
static INLINE void
interpolate_int_colors(struct gl_context *ctx, SWspan *span)
{
+#if CHAN_BITS != 32
const GLuint n = span->end;
GLuint i;
-#if CHAN_BITS != 32
ASSERT(!(span->arrayMask & SPAN_RGBA));
#endif