mesa: in textore.c, only adjust image for convolution if image is a color format
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 22 Oct 2008 13:36:33 +0000 (07:36 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 22 Oct 2008 13:36:33 +0000 (07:36 -0600)
commit22e442544bc451f114288f07cf9cc1584ca357a1
tree348103c6dcf57df36849cbc9825d97506e4815a2
parent0970de31718288e5f2d655147d067ab2e2df5e37
mesa: in textore.c, only adjust image for convolution if image is a color format

Makes things consistant with the code in teximage.c.
We only want to apply convolution to color formats (not depth/index formats)
src/mesa/main/teximage.c
src/mesa/main/teximage.h
src/mesa/main/texstore.c