projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efda5cb
)
fix color interpolation for CHAN_BITS==32
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 26 Jul 2007 14:22:28 +0000
(08:22 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 26 Jul 2007 14:22:28 +0000
(08:22 -0600)
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 f23272c2beec5271433972883341f1ee0a1382c2..cfc65bee87fe101310a3e3298c8e8cd161f0aaaf 100644
(file)
--- a/
src/mesa/swrast/s_span.c
+++ b/
src/mesa/swrast/s_span.c
@@
-1358,7
+1358,7
@@
_swrast_write_rgba_span( GLcontext *ctx, SWspan *span)
#if CHAN_BITS == 32
if ((span->arrayAttribs & FRAG_BIT_COL0) == 0) {
- interpolate_
int_colors(ctx, span
);
+ interpolate_
active_attribs(ctx, span, FRAG_BIT_COL0
);
}
#else
if ((span->arrayMask & SPAN_RGBA) == 0) {