mesa: refactor: move pixel map/scale/bias code into image.c
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 9 Jun 2008 20:32:27 +0000 (14:32 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 9 Jun 2008 20:32:27 +0000 (14:32 -0600)
commit74c82ebbb399a274dcfb5e82d3471dee59bd5183
tree83a297a6a4c46249c78f71b35fe82cefa439f513
parent5f91007f996d0b7e3233f221a6b0056203e356d2
mesa: refactor: move pixel map/scale/bias code into image.c

pixel.c is just the API-related code now.
src/mesa/main/image.c
src/mesa/main/image.h
src/mesa/main/pixel.c
src/mesa/main/pixel.h
src/mesa/swrast/s_texcombine.c