mesa: move software texel fetch code 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)
commitbaeefef2c0445bfd717a3086fdd9b5bd5d9cb675
tree65c6a77f82a9e8b9eb5b58818bea7e226d1f12bc
parentce82914f5ad4bb9148370826099925590e9798fd
mesa: move software texel fetch code into swrast

It's only used by swrast now so move it out of core Mesa.
12 files changed:
src/mesa/SConscript
src/mesa/drivers/dri/nouveau/nouveau_texture.c
src/mesa/main/texfetch.c [deleted file]
src/mesa/main/texfetch.h [deleted file]
src/mesa/main/texfetch_tmp.h [deleted file]
src/mesa/main/texparam.c
src/mesa/sources.mak
src/mesa/swrast/s_context.c
src/mesa/swrast/s_texfetch.c [new file with mode: 0644]
src/mesa/swrast/s_texfetch.h [new file with mode: 0644]
src/mesa/swrast/s_texfetch_tmp.h [new file with mode: 0644]
src/mesa/swrast/s_texrender.c