From 2cd8791cad11ea3961533c0cd8f9c1bbf50ef6cc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 15 Sep 2005 00:57:00 +0000 Subject: Split the s_texture.c file into two new files: s_texcombine.c - for texture combining/application s_texfilter.c - for texture sampling/filtering --- src/mesa/sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/sources') diff --git a/src/mesa/sources b/src/mesa/sources index 0756dd36f7..5087ff2c41 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -103,7 +103,8 @@ SWRAST_SOURCES = \ swrast/s_span.c \ swrast/s_stencil.c \ swrast/s_tcc.c \ - swrast/s_texture.c \ + swrast/s_texcombine.c \ + swrast/s_texfilter.c \ swrast/s_texstore.c \ swrast/s_triangle.c \ swrast/s_zoom.c -- cgit v1.2.3