Fix bug in glDrawPixels when writing color indexed images on color indexed
authorKarl Schultz <kschultz@freedesktop.org>
Tue, 28 Sep 2004 18:53:44 +0000 (18:53 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Tue, 28 Sep 2004 18:53:44 +0000 (18:53 +0000)
commitfa569c0a73576d3cca7cd1d0363064be099a6a22
treeadf1a57fd7e8d2df7da8421969c891e0eeb69036
parentf30d53e0498a558100a1b9d9651ff375a7b3c7b4
Fix bug in glDrawPixels when writing color indexed images on color indexed
devices.  In draw_index_pixels(), use the correct variables for the span Y
and span end values.
src/mesa/swrast/s_drawpix.c