intel: Remove include of texmem.h, since we haven't used it in ages.
authorEric Anholt <eric@anholt.net>
Wed, 11 Aug 2010 05:21:59 +0000 (22:21 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 14 Aug 2010 00:54:46 +0000 (17:54 -0700)
src/mesa/drivers/dri/i965/brw_wm.c
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_mipmap_tree.c
src/mesa/drivers/dri/intel/intel_tex.h

index e182fc32029ccc2ce0b9f4f9cd2caed09882b0a5..34cefeea32a0aa8f568cdc920d956cf34d3b4cfd 100644 (file)
@@ -32,7 +32,7 @@
 #include "brw_context.h"
 #include "brw_wm.h"
 #include "brw_state.h"
-
+#include "main/formats.h"
 
 /** Return number of src args for given instruction */
 GLuint brw_wm_nr_args( GLuint opcode )
index c7ac2de01e6bb7c8ad5c39ce60b78bad8264819d..f245ba843bdb36530ca190c14216d0eea5044c21 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "main/mtypes.h"
 #include "main/mm.h"
-#include "texmem.h"
 #include "dri_metaops.h"
 #include "drm.h"
 #include "intel_bufmgr.h"
index 39ac0205fa1e2b71cdaa333d6734721b0853f80c..42adb4cb4a70f6dfd9355efe61bd6f856bb89d75 100644 (file)
@@ -30,6 +30,7 @@
 #include "intel_regions.h"
 #include "intel_tex_layout.h"
 #include "main/enums.h"
+#include "main/formats.h"
 
 #define FILE_DEBUG_FLAG DEBUG_MIPTREE
 
index 4bb012dc65e023f744f11b67809c078bba96e5f8..cd77dd5b8e47e5e85ec20f47ea188e01b1af8fdd 100644 (file)
@@ -31,8 +31,6 @@
 #include "main/mtypes.h"
 #include "main/formats.h"
 #include "intel_context.h"
-#include "texmem.h"
-
 
 void intelInitTextureFuncs(struct dd_function_table *functions);