From baeefef2c0445bfd717a3086fdd9b5bd5d9cb675 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 17 Sep 2011 14:50:48 -0600 Subject: mesa: move software texel fetch code into swrast It's only used by swrast now so move it out of core Mesa. --- src/mesa/sources.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/sources.mak') diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 71f708f1ef6..19a105f15ae 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -85,7 +85,6 @@ MAIN_SOURCES = \ main/texcompress_s3tc.c \ main/texcompress_fxt1.c \ main/texenv.c \ - main/texfetch.c \ main/texformat.c \ main/texgen.c \ main/texgetimage.c \ @@ -144,6 +143,7 @@ SWRAST_SOURCES = \ swrast/s_span.c \ swrast/s_stencil.c \ swrast/s_texcombine.c \ + swrast/s_texfetch.c \ swrast/s_texfilter.c \ swrast/s_texrender.c \ swrast/s_texture.c \ -- cgit v1.2.3