mesa: split up the image.c file
authorBrian Paul <brianp@vmware.com>
Sat, 23 Oct 2010 15:15:01 +0000 (09:15 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 23 Oct 2010 16:19:29 +0000 (10:19 -0600)
commit1c131752c3e07ef91f49d4970dafca6d26585334
treec6a153387c63e4489d22c3a939162b1cfdd3230b
parente67f6ee96e1aaeaba70e24d057c21172fa36f165
mesa: split up the image.c file

New files:
pack.c - image/row packing/unpacking functions
pixeltransfer.c - pixel scale/bias/lookup functions
20 files changed:
src/mesa/SConscript
src/mesa/main/colortab.c
src/mesa/main/dlist.c
src/mesa/main/image.c
src/mesa/main/image.h
src/mesa/main/pack.c [new file with mode: 0644]
src/mesa/main/pack.h [new file with mode: 0644]
src/mesa/main/pixeltransfer.c [new file with mode: 0644]
src/mesa/main/pixeltransfer.h [new file with mode: 0644]
src/mesa/main/polygon.c
src/mesa/main/texgetimage.c
src/mesa/main/texstore.c
src/mesa/sources.mak
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_readpixels.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_readpix.c
src/mesa/swrast/s_texcombine.c