diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-15 00:57:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-15 00:57:00 +0000 |
commit | 2cd8791cad11ea3961533c0cd8f9c1bbf50ef6cc (patch) | |
tree | 1fb8ed40fcf3dcabbf9032a99d579cb14b9a2d55 /src/mesa/sources | |
parent | 6ce60beb28fa96eeac22a90f6ce6156919d24e3d (diff) |
Split the s_texture.c file into two new files:
s_texcombine.c - for texture combining/application
s_texfilter.c - for texture sampling/filtering
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 3 |
1 files changed, 2 insertions, 1 deletions
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 |