Update includes post-splitting of s_texture.c
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Sep 2005 00:58:03 +0000 (00:58 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Sep 2005 00:58:03 +0000 (00:58 +0000)
src/mesa/swrast/s_atifragshader.c
src/mesa/swrast/s_context.c
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_fragprog_to_c.c
src/mesa/swrast/s_nvfragprog.c
src/mesa/swrast/s_pixeltex.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_tcc.c

index 4b53ff6..292f00e 100644 (file)
@@ -30,7 +30,7 @@
 #include "s_atifragshader.h"
 #include "s_nvfragprog.h"
 #include "s_span.h"
-#include "s_texture.h"
+
 
 /**
  * Fetch a texel.
index 0808876..bdd1172 100644 (file)
@@ -42,7 +42,7 @@
 #include "s_points.h"
 #include "s_span.h"
 #include "s_triangle.h"
-#include "s_texture.h"
+#include "s_texfilter.h"
 
 
 /**
index d3c919c..75d2def 100644 (file)
@@ -38,7 +38,6 @@
 #include "s_pixeltex.h"
 #include "s_span.h"
 #include "s_stencil.h"
-#include "s_texture.h"
 #include "s_zoom.h"
 
 
index 1953e8c..e94c4c7 100644 (file)
@@ -36,7 +36,6 @@
 
 #include "s_nvfragprog.h"
 #include "s_span.h"
-#include "s_texture.h"
 
 
 #ifdef USE_TCC
index 8a2c446..5ec1ce0 100644 (file)
 #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 */
index 1c65290..b4c919b 100644 (file)
@@ -37,7 +37,6 @@
 
 #include "s_context.h"
 #include "s_pixeltex.h"
-#include "s_texture.h"
 
 
 /*
index a44a910..d01973d 100644 (file)
@@ -47,7 +47,7 @@
 #include "s_nvfragprog.h"
 #include "s_span.h"
 #include "s_stencil.h"
-#include "s_texture.h"
+#include "s_texcombine.h"
 
 
 /**
index 550a2aa..2309275 100644 (file)
@@ -41,7 +41,6 @@
 #include "program.h"
 
 #include "s_nvfragprog.h"
-#include "s_texture.h"
 
 #ifdef USE_TCC