i965: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sat, 23 Jan 2010 07:53:39 +0000 (23:53 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 23 Jan 2010 07:53:39 +0000 (23:53 -0800)
18 files changed:
src/mesa/drivers/dri/i965/brw_cc.c
src/mesa/drivers/dri/i965/brw_clip_line.c
src/mesa/drivers/dri/i965/brw_clip_point.c
src/mesa/drivers/dri/i965/brw_clip_state.c
src/mesa/drivers/dri/i965/brw_clip_tri.c
src/mesa/drivers/dri/i965/brw_clip_unfilled.c
src/mesa/drivers/dri/i965/brw_clip_util.c
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_draw.c
src/mesa/drivers/dri/i965/brw_draw_upload.c
src/mesa/drivers/dri/i965/brw_fallback.c
src/mesa/drivers/dri/i965/brw_gs_emit.c
src/mesa/drivers/dri/i965/brw_gs_state.c
src/mesa/drivers/dri/i965/brw_program.c
src/mesa/drivers/dri/i965/brw_sf_state.c
src/mesa/drivers/dri/i965/brw_vs_surface_state.c
src/mesa/drivers/dri/i965/brw_vtbl.c
src/mesa/drivers/dri/i965/brw_wm.c

index bac1c3a49c3314fc680f0040a71bae1f390012a1..9a38631dfed4696be9d72c3d67e99850debdb807 100644 (file)
@@ -34,9 +34,7 @@
 #include "brw_state.h"
 #include "brw_defines.h"
 #include "brw_util.h"
-#include "intel_fbo.h"
 #include "main/macros.h"
-#include "main/enums.h"
 
 static void prepare_cc_vp( struct brw_context *brw )
 {
index fa9648f50f312dadfbf2dd4c4cd9a9d3d03f0d69..67861ac6705e1d88b0f08ef0b3d3e51c472ba9f4 100644 (file)
@@ -39,7 +39,6 @@
 #include "brw_defines.h"
 #include "brw_context.h"
 #include "brw_eu.h"
-#include "brw_util.h"
 #include "brw_clip.h"
 
 
index 8458f61c5a029a5d7d0a06e8f72c1894c8706271..7f47634dca80cb893d1ea3580a2125304fbebac2 100644 (file)
@@ -39,7 +39,6 @@
 #include "brw_defines.h"
 #include "brw_context.h"
 #include "brw_eu.h"
-#include "brw_util.h"
 #include "brw_clip.h"
 
 
index 234b3744bfc6717e986b8c41d2db72ec1992b8f3..79ae5c7bef3b45050a878f7366c47d2a292e4886 100644 (file)
@@ -32,7 +32,6 @@
 #include "brw_context.h"
 #include "brw_state.h"
 #include "brw_defines.h"
-#include "main/macros.h"
 
 struct brw_clip_unit_key {
    unsigned int total_grf;
index cf79224be4385ae31bbedbc15cf82fd857271ce5..8d5ca41896a049a3f747f34fc925f6c6875fe133 100644 (file)
@@ -39,7 +39,6 @@
 #include "brw_defines.h"
 #include "brw_context.h"
 #include "brw_eu.h"
-#include "brw_util.h"
 #include "brw_clip.h"
 
 static void release_tmps( struct brw_clip_compile *c )
index ad1bfa435fb7e8b1de1505f2a51506cf612f814e..f36d22fdbf8b9ce0eae5e18e99ec86caed96cc4e 100644 (file)
@@ -39,7 +39,6 @@
 #include "brw_defines.h"
 #include "brw_context.h"
 #include "brw_eu.h"
-#include "brw_util.h"
 #include "brw_clip.h"
 
 
index 5a73abdfee9d994eaed52b2d5d2d0ef34e1efb29..b7f8c25b34b84968fa93b456d2e028297d7cf3fd 100644 (file)
@@ -40,7 +40,6 @@
 #include "brw_defines.h"
 #include "brw_context.h"
 #include "brw_eu.h"
-#include "brw_util.h"
 #include "brw_clip.h"
 
 
index 48685c087b82b95a01ad0f786ff8fe78cd3956e5..6b5c3becc27174d6a9c81d7324665f612f4e0e27 100644 (file)
 #include "main/imports.h"
 #include "main/api_noop.h"
 #include "main/macros.h"
-#include "main/vtxfmt.h"
 #include "main/simple_list.h"
 #include "shader/shader_api.h"
 
 #include "brw_context.h"
-#include "brw_defines.h"
 #include "brw_draw.h"
 #include "brw_state.h"
-#include "brw_vs.h"
-#include "intel_tex.h"
-#include "intel_blit.h"
-#include "intel_batchbuffer.h"
-#include "intel_pixel.h"
 #include "intel_span.h"
 #include "tnl/t_pipeline.h"
 
-#include "utils.h"
-
 
 /***************************************
  * Mesa's Driver Functions
index 8bcb6083f71400306d3fbd12bcb966d47d51e0b7..e17680a52524f5ebffd9153e0c7b934d33085eb5 100644 (file)
 #include "brw_defines.h"
 #include "brw_context.h"
 #include "brw_state.h"
-#include "brw_fallback.h"
 
 #include "intel_batchbuffer.h"
-#include "intel_buffer_objects.h"
 
 #define FILE_DEBUG_FLAG DEBUG_BATCH
 
index c66f43abae158a7586f9600c5550dd7dedcdebe9..16b2529fad0b3e4bf994aa2d8f01956c1eda9d06 100644 (file)
 #include "main/glheader.h"
 #include "main/bufferobj.h"
 #include "main/context.h"
-#include "main/state.h"
-#include "main/api_validate.h"
 #include "main/enums.h"
 
 #include "brw_draw.h"
 #include "brw_defines.h"
 #include "brw_context.h"
 #include "brw_state.h"
-#include "brw_fallback.h"
 
 #include "intel_batchbuffer.h"
 #include "intel_buffer_objects.h"
-#include "intel_tex.h"
 
 static GLuint double_types[5] = {
    0,
index 562a17844b43ed4793d3682bdbdc0d5a094dcb6a..1914febf2693592a6056be25607734d9b57146d0 100644 (file)
@@ -36,7 +36,6 @@
 #include "swrast/swrast.h"
 #include "tnl/tnl.h"
 #include "brw_context.h"
-#include "brw_fallback.h"
 #include "intel_chipset.h"
 #include "intel_fbo.h"
 #include "intel_regions.h"
index 0fc5b02c619590fa61dc5268a9abd594367e0aa5..e9b71ed0c36b1e2113ceddd25f92ed29eeb86522 100644 (file)
@@ -40,7 +40,6 @@
 #include "brw_defines.h"
 #include "brw_context.h"
 #include "brw_eu.h"
-#include "brw_util.h"
 #include "brw_gs.h"
 
 static void brw_gs_alloc_regs( struct brw_gs_compile *c,
index ed9d2ffe605e49ee89f9ee007cd058b0afd9bb9b..d291f5b595f8910411c72079a5803cb7a389e77d 100644 (file)
@@ -34,7 +34,6 @@
 #include "brw_context.h"
 #include "brw_state.h"
 #include "brw_defines.h"
-#include "main/macros.h"
 
 struct brw_gs_unit_key {
    unsigned int total_grf;
index bac69187c1919e81dde0e9add89738515b8308ca..e3b6fccc49fbd6160f74851ff204c235a1daa4d2 100644 (file)
@@ -37,7 +37,6 @@
 #include "tnl/tnl.h"
 
 #include "brw_context.h"
-#include "brw_util.h"
 #include "brw_wm.h"
 
 static void brwBindProgram( GLcontext *ctx,
index bb69435ec0a845cc3b73aad41425d14b7715f18d..b76ed98c4baf2c1156a74f65060874090b439bac 100644 (file)
@@ -35,7 +35,6 @@
 #include "brw_state.h"
 #include "brw_defines.h"
 #include "main/macros.h"
-#include "intel_fbo.h"
 
 static void upload_sf_vp(struct brw_context *brw)
 {
index 3bc9840a9719ad1bb59e452f23fb6afc39a3e91f..22ff3410aeb8b4d25f8a52d6fabc2c4a6dd7aeb6 100644 (file)
@@ -35,7 +35,6 @@
 
 #include "brw_context.h"
 #include "brw_state.h"
-#include "brw_defines.h"
 
 /* Creates a new VS constant buffer reflecting the current VS program's
  * constants, if needed by the VS program.
index 34aaea373606dc209d6fb7a6426d7058ebd28644..daf19645536c3deeac833fab35d43acc964be0aa 100644 (file)
@@ -44,7 +44,6 @@
 #include "brw_state.h"
 #include "brw_draw.h"
 #include "brw_state.h"
-#include "brw_fallback.h"
 #include "brw_vs.h"
 #include "brw_wm.h"
 
index 6895f644104a6e0be24507fa6447aebbce2c5625..802236e8e34694e071ee68cad55a75e5f5dc98e3 100644 (file)
@@ -30,7 +30,6 @@
   */
              
 #include "brw_context.h"
-#include "brw_util.h"
 #include "brw_wm.h"
 #include "brw_state.h"