Remove include of texutil.h to get build working.
authorIan Romanick <idr@us.ibm.com>
Tue, 27 Apr 2004 18:37:13 +0000 (18:37 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 27 Apr 2004 18:37:13 +0000 (18:37 +0000)
src/mesa/drivers/dri/i830/i830_texstate.c
src/mesa/drivers/dri/mga/mgapixel.c
src/mesa/drivers/dri/r200/r200_pixel.c
src/mesa/drivers/dri/r200/r200_tex.c
src/mesa/drivers/dri/tdfx/tdfx_tex.c
src/mesa/drivers/dri/tdfx/tdfx_tex.h

index 19775db..321670a 100644 (file)
@@ -42,7 +42,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "enums.h"
 #include "texformat.h"
 #include "texstore.h"
-#include "texutil.h"
 
 #include "mm.h"
 
index f380de7..f915d2e 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "mtypes.h"
 #include "macros.h"
-#include "texutil.h"
 #include "mgadd.h"
 #include "mgacontext.h"
 #include "mgaioctl.h"
index 76e6199..e2edbfb 100644 (file)
@@ -36,7 +36,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "enums.h"
 #include "mtypes.h"
 #include "macros.h"
-#include "texutil.h"
 #include "swrast/swrast.h"
 
 #include "r200_context.h"
index 6ce143d..e778e75 100644 (file)
@@ -41,7 +41,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "simple_list.h"
 #include "texformat.h"
 #include "texstore.h"
-#include "texutil.h"
 #include "texmem.h"
 #include "teximage.h"
 #include "texobj.h"
index 58e6cc4..7c06373 100644 (file)
@@ -36,7 +36,6 @@
  */
 
 #include "image.h"
-#include "texutil.h"
 #include "texformat.h"
 #include "teximage.h"
 #include "texstore.h"
index a3bcee4..f536c25 100644 (file)
@@ -39,9 +39,6 @@
 #define _TDFX_TEX_H_
 
 
-#include "texutil.h"
-
-
 #define tdfxDDIsCompressedFormatMacro(internalFormat) \
     (((internalFormat) == GL_COMPRESSED_RGB_FXT1_3DFX) || \
      ((internalFormat) == GL_COMPRESSED_RGBA_FXT1_3DFX))