Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors were overwr...
authorBrian <brian.paul@tungstengraphics.com>
Sat, 30 Jun 2007 03:29:30 +0000 (21:29 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Sat, 30 Jun 2007 03:29:30 +0000 (21:29 -0600)
commit9dca42a4a10acbf1980c0f2eafb3e28e11ca1bf3
tree719e67ae454bdc1cc0d6960926f0d89a5e2d6499
parentfb4f4e2d186fac24cafa5e637461042706d4a123
Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors were overwritten by interpolating attributes.

Now just set the span->arrayAttribs mask in glDraw/CopyPixels and be sure
we don't overwrite the values in interpolate_active_attribs().
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_zoom.c