swrast: use different temp array in _swrast_get_dest_rgba()
authorBrian Paul <brianp@vmware.com>
Thu, 31 Dec 2009 15:44:24 +0000 (08:44 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 31 Dec 2009 15:44:27 +0000 (08:44 -0700)
commit195e7657e2f15f7ad8b22042b86bcf33c5bba76b
tree85a7fcdc4d4e49330a06cededfe2ad43b90e577d
parent6e0584932b3e556a0aecd2ca36f5ae41dc40a919
swrast: use different temp array in _swrast_get_dest_rgba()

When using multiple color drawbuffers with blending/logicop/masking we
were overwriting color values which we still needed.
src/mesa/swrast/s_span.c