Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixels
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Sep 2005 01:25:24 +0000 (01:25 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Sep 2005 01:25:24 +0000 (01:25 +0000)
commit99796464c5f0fdb463c31a0e99b0896089b8bd80
treeb5b72714035af70455b65f6dfad4452c39123b76
parent70c3bebcde336c4cc282bc5dbd33d4180b92771c
Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixels
functions into the _mesa_Draw/Read/CopyPixels functions.
src/mesa/main/drawpix.c
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_readpix.c