mesa: move _mesa_update_fetch_functions() calls into swrast
authorBrian Paul <brianp@vmware.com>
Sat, 17 Sep 2011 20:50:48 +0000 (14:50 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 17 Sep 2011 20:57:40 +0000 (14:57 -0600)
commitce82914f5ad4bb9148370826099925590e9798fd
tree5d5e0c19f5d09c52df3aaa88a95c13a4ff89b7dd
parentf0f28548c29690fc9e44a2f7b0d1965d9fc564fa
mesa: move _mesa_update_fetch_functions() calls into swrast

Do it during swrast state validation since the FetchTexel() functions
are only called from swrast now and not core Mesa.
Remove assertions in mipmap.c since they're no longer appropriate.
src/mesa/main/mipmap.c
src/mesa/main/teximage.c
src/mesa/main/texparam.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/swrast/s_context.c