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)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 Sep 2008 05:13:51 +0000 (22:13 -0700)
commit18d2822905ac3187318bd662f80c2836bdfa7c1f
tree13de4329376b9c268a71d0a69c8faac2bf07e361
parent533c1dbe7582bdd72f671eef02e085f0c43159e2
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