diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-15 00:58:03 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-15 00:58:03 +0000 |
commit | 55187ea63e980b32c7a701855571332f4357d634 (patch) | |
tree | 718aa27a1a14647c6190cff4f7bc3aff63211c13 /src | |
parent | 2cd8791cad11ea3961533c0cd8f9c1bbf50ef6cc (diff) |
Update includes post-splitting of s_texture.c
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/swrast/s_atifragshader.c | 2 | ||||
-rw-r--r-- | src/mesa/swrast/s_context.c | 2 | ||||
-rw-r--r-- | src/mesa/swrast/s_copypix.c | 1 | ||||
-rw-r--r-- | src/mesa/swrast/s_fragprog_to_c.c | 1 | ||||
-rw-r--r-- | src/mesa/swrast/s_nvfragprog.c | 2 | ||||
-rw-r--r-- | src/mesa/swrast/s_pixeltex.c | 1 | ||||
-rw-r--r-- | src/mesa/swrast/s_span.c | 2 | ||||
-rw-r--r-- | src/mesa/swrast/s_tcc.c | 1 |
8 files changed, 3 insertions, 9 deletions
diff --git a/src/mesa/swrast/s_atifragshader.c b/src/mesa/swrast/s_atifragshader.c index 4b53ff6587..292f00e946 100644 --- a/src/mesa/swrast/s_atifragshader.c +++ b/src/mesa/swrast/s_atifragshader.c @@ -30,7 +30,7 @@ #include "s_atifragshader.h" #include "s_nvfragprog.h" #include "s_span.h" -#include "s_texture.h" + /** * Fetch a texel. diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 0808876dab..bdd1172709 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -42,7 +42,7 @@ #include "s_points.h" #include "s_span.h" #include "s_triangle.h" -#include "s_texture.h" +#include "s_texfilter.h" /** diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c index d3c919c571..75d2defa21 100644 --- a/src/mesa/swrast/s_copypix.c +++ b/src/mesa/swrast/s_copypix.c @@ -38,7 +38,6 @@ #include "s_pixeltex.h" #include "s_span.h" #include "s_stencil.h" -#include "s_texture.h" #include "s_zoom.h" diff --git a/src/mesa/swrast/s_fragprog_to_c.c b/src/mesa/swrast/s_fragprog_to_c.c index 1953e8c73c..e94c4c78a6 100644 --- a/src/mesa/swrast/s_fragprog_to_c.c +++ b/src/mesa/swrast/s_fragprog_to_c.c @@ -36,7 +36,6 @@ #include "s_nvfragprog.h" #include "s_span.h" -#include "s_texture.h" #ifdef USE_TCC diff --git a/src/mesa/swrast/s_nvfragprog.c b/src/mesa/swrast/s_nvfragprog.c index 8a2c4464ac..5ec1ce078f 100644 --- a/src/mesa/swrast/s_nvfragprog.c +++ b/src/mesa/swrast/s_nvfragprog.c @@ -35,12 +35,10 @@ #include "colormac.h" #include "context.h" #include "nvfragprog.h" -#include "macros.h" #include "program.h" #include "s_nvfragprog.h" #include "s_span.h" -#include "s_texture.h" /* if 1, print some debugging info */ diff --git a/src/mesa/swrast/s_pixeltex.c b/src/mesa/swrast/s_pixeltex.c index 1c65290d40..b4c919bf56 100644 --- a/src/mesa/swrast/s_pixeltex.c +++ b/src/mesa/swrast/s_pixeltex.c @@ -37,7 +37,6 @@ #include "s_context.h" #include "s_pixeltex.h" -#include "s_texture.h" /* diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c index a44a91036c..d01973df72 100644 --- a/src/mesa/swrast/s_span.c +++ b/src/mesa/swrast/s_span.c @@ -47,7 +47,7 @@ #include "s_nvfragprog.h" #include "s_span.h" #include "s_stencil.h" -#include "s_texture.h" +#include "s_texcombine.h" /** diff --git a/src/mesa/swrast/s_tcc.c b/src/mesa/swrast/s_tcc.c index 550a2aabdb..2309275b95 100644 --- a/src/mesa/swrast/s_tcc.c +++ b/src/mesa/swrast/s_tcc.c @@ -41,7 +41,6 @@ #include "program.h" #include "s_nvfragprog.h" -#include "s_texture.h" #ifdef USE_TCC |