mesa: move _mesa_error_check_format_and_type() to glformats.c
authorBrian Paul <brianp@vmware.com>
Sun, 22 Jul 2012 17:29:20 +0000 (11:29 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 24 Jul 2012 14:37:29 +0000 (08:37 -0600)
commit7e18a039ee7a402bac4882ae793824d6523061fa
tree06d5d195bea4b451df1b058d9f158e4ada5385c1
parenta1287f549a3e6527b8cf3bf5b5f563ba63c6f48c
mesa: move _mesa_error_check_format_and_type() to glformats.c

Now all the format/type-related helper functions are in glformats.c
and image.c is just image-related functions.
src/mesa/main/glformats.c
src/mesa/main/glformats.h
src/mesa/main/image.c
src/mesa/main/image.h