svga: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Thu, 21 Jan 2010 20:12:11 +0000 (12:12 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 21 Jan 2010 20:12:11 +0000 (12:12 -0800)
23 files changed:
src/gallium/drivers/svga/svga_draw_arrays.c
src/gallium/drivers/svga/svga_draw_elements.c
src/gallium/drivers/svga/svga_pipe_blend.c
src/gallium/drivers/svga/svga_pipe_constants.c
src/gallium/drivers/svga/svga_pipe_depthstencil.c
src/gallium/drivers/svga/svga_pipe_draw.c
src/gallium/drivers/svga/svga_pipe_flush.c
src/gallium/drivers/svga/svga_pipe_fs.c
src/gallium/drivers/svga/svga_pipe_misc.c
src/gallium/drivers/svga/svga_pipe_query.c
src/gallium/drivers/svga/svga_pipe_rasterizer.c
src/gallium/drivers/svga/svga_pipe_sampler.c
src/gallium/drivers/svga/svga_pipe_vertex.c
src/gallium/drivers/svga/svga_pipe_vs.c
src/gallium/drivers/svga/svga_screen.c
src/gallium/drivers/svga/svga_state_framebuffer.c
src/gallium/drivers/svga/svga_state_rss.c
src/gallium/drivers/svga/svga_state_tss.c
src/gallium/drivers/svga/svga_swtnl_backend.c
src/gallium/drivers/svga/svga_swtnl_draw.c
src/gallium/drivers/svga/svga_swtnl_state.c
src/gallium/drivers/svga/svga_tgsi_decl_sm20.c
src/gallium/drivers/svga/svga_tgsi_decl_sm30.c

index 75492dffca2882765b2028a4c98c06136f7a4046..6b6ebc9b585b0a092ddf59d65a3adbd7d9c503f6 100644 (file)
@@ -26,7 +26,6 @@
 #include "svga_cmd.h"
 
 #include "pipe/p_inlines.h"
-#include "util/u_prim.h"
 #include "indices/u_indices.h"
 
 #include "svga_hw_reg.h"
index 167d8178315657418adf70a960ea39061c022332..022b444eb9162992abc590a97d35cb8759430958 100644 (file)
@@ -24,7 +24,6 @@
  **********************************************************/
 
 #include "pipe/p_inlines.h"
-#include "util/u_prim.h"
 #include "util/u_upload_mgr.h"
 #include "indices/u_indices.h"
 
index 855d228755f1839a0227747d1d81c1c8bdd1f8f1..3ad3f97816c1f0aa7b0e6d5b0493bdd6490619ee 100644 (file)
@@ -29,7 +29,6 @@
 #include "util/u_memory.h"
 
 #include "svga_context.h"
-#include "svga_state.h"
 
 #include "svga_hw_reg.h"
 
index 10e7a121892af8aa32acfe4740dac0d623beaefb..a6dc344bdd31d6221753a3979755172b49600b16 100644 (file)
@@ -30,9 +30,6 @@
 #include "tgsi/tgsi_parse.h"
 
 #include "svga_context.h"
-#include "svga_state.h"
-#include "svga_hw_reg.h"
-#include "svga_cmd.h"
 
 /***********************************************************************
  * Constant buffers 
index df636c08a0592fc7c13b7f0d9757752b3f712d8d..34e60cb341abf25280db6c4f17cc574742cd6fb6 100644 (file)
@@ -29,7 +29,6 @@
 #include "util/u_memory.h"
 
 #include "svga_context.h"
-#include "svga_state.h"
 #include "svga_hw_reg.h"
 
 
index 71a552862e9f225a09b502cf8e96538ec310d91a..719b3419f86b4424b7f6e7c8785e624c27f52c09 100644 (file)
@@ -33,7 +33,6 @@
 #include "svga_hw_reg.h"
 #include "svga_context.h"
 #include "svga_screen.h"
-#include "svga_winsys.h"
 #include "svga_draw.h"
 #include "svga_state.h"
 #include "svga_swtnl.h"
index 0becb0765acc20387f3f70eb2b6d7fb999967d0d..3eb10336c4e3562a7c6b6d15b52d134e2acface5 100644 (file)
 #include "svga_screen_texture.h"
 #include "svga_context.h"
 #include "svga_winsys.h"
-#include "svga_draw.h"
 #include "svga_debug.h"
 
-#include "svga_hw_reg.h"
-
-
-
 
 static void svga_flush( struct pipe_context *pipe,
                         unsigned flags,
index 5f1213e46a3e530c592fd541c62f12c657297dbc..32f07fb2616c744fc4e74b525c5c823ebd35effd 100644 (file)
 
 #include "svga_screen.h"
 #include "svga_context.h"
-#include "svga_state.h"
 #include "svga_tgsi.h"
 #include "svga_hw_reg.h"
 #include "svga_cmd.h"
-#include "svga_draw.h"
 #include "svga_debug.h"
 
 
index 58cb1e6e23055800fdb3419183d628d8da463fc6..8cf1f2e083ad0acfb80784a75a5516a9a1f54997 100644 (file)
 
 #include "svga_context.h"
 #include "svga_screen_texture.h"
-#include "svga_state.h"
-#include "svga_winsys.h"
-
-#include "svga_hw_reg.h"
-
-
 
 
 static void svga_set_scissor_state( struct pipe_context *pipe,
index 01336b0a2c3ac5fdf9be0302241fbf28583df7bf..08283e37317d083959b9d77a3537f08b4fdddf17 100644 (file)
@@ -32,7 +32,6 @@
 #include "svga_screen.h"
 #include "svga_screen_buffer.h"
 #include "svga_winsys.h"
-#include "svga_draw.h"
 #include "svga_debug.h"
 
 
index b03f8eb9cf36a8b9ef887b41065ef4f850edfcb9..9ea11aad9a9f52c281779e5aa17f416f14ee979c 100644 (file)
@@ -30,7 +30,6 @@
 #include "util/u_memory.h"
 
 #include "svga_context.h"
-#include "svga_state.h"
 
 #include "svga_hw_reg.h"
 
index 3eeca6b784b1a517efd39b7a4a4c2dfc785fe6ef..9cc69c8266b57919b748f69b1244c7ec775ab790 100644 (file)
@@ -32,9 +32,6 @@
 
 #include "svga_context.h"
 #include "svga_screen_texture.h"
-#include "svga_state.h"
-
-#include "svga_hw_reg.h"
 
 #include "svga_debug.h"
 
index 28e2787e0d3d77c2f20c57f6ff0c223789524466..87ac9231d577e93e1fa4a1320dcd6e846cb5aef6 100644 (file)
 #include "svga_screen.h"
 #include "svga_screen_buffer.h"
 #include "svga_context.h"
-#include "svga_state.h"
-#include "svga_winsys.h"
-
-#include "svga_hw_reg.h"
 
 
 static void svga_set_vertex_buffers(struct pipe_context *pipe,
index fd9864c51a62d3aa28126139ecdbfd1101b8bb50..7f2b2bce79a340799612a15fca79fbeae2ab6bc9 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "svga_screen.h"
 #include "svga_context.h"
-#include "svga_state.h"
 #include "svga_tgsi.h"
 #include "svga_hw_reg.h"
 #include "svga_cmd.h"
index fc1b3c980efe2a9ea3225caf1182c7b75d9b597b..68c09e80af21fdb2eac03c80a08718c0b1b6849b 100644 (file)
 #include "svga_screen.h"
 #include "svga_screen_texture.h"
 #include "svga_screen_buffer.h"
-#include "svga_cmd.h"
 #include "svga_debug.h"
 
-#include "svga_hw_reg.h"
 #include "svga3d_shaderdefs.h"
 
 
index cfdcae4ee4a0d37ead162a15a975239740eaec9a..eda1aefd67afe2000b5fcf210db524b30ba0e2fe 100644 (file)
@@ -32,8 +32,6 @@
 #include "svga_cmd.h"
 #include "svga_debug.h"
 
-#include "svga_hw_reg.h"
-
 
 /***********************************************************************
  * Hardware state update
index 8b6803a285af09756d659bd4db76914844341c3f..2f9adaeb56149c8a825a17223b39c163d18a2064 100644 (file)
@@ -31,9 +31,6 @@
 #include "svga_state.h"
 #include "svga_cmd.h"
 
-#include "svga_hw_reg.h"
-
-
 
 struct rs_queue {
    unsigned rs_count;
index b3137945202add4bccbae2270365d8675ba4d8ff..b3c9687b1a4445623541b77411b6e60a2015b913 100644 (file)
@@ -33,8 +33,6 @@
 #include "svga_state.h"
 #include "svga_cmd.h"
 
-#include "svga_hw_reg.h"
-
 
 void svga_cleanup_tss_binding(struct svga_context *svga)
 {
index 3d82e4f88056e4baf006d1166f38b4f7b1fbc6cd..cfbdcf2554cc8874718d0a5f061e80e11b9d2093 100644 (file)
@@ -31,7 +31,6 @@
 #include "pipe/p_inlines.h"
 #include "util/u_math.h"
 #include "util/u_memory.h"
-#include "util/u_simple_shaders.h"
 
 #include "svga_context.h"
 #include "svga_state.h"
index 8b14c913f726b465b326e0dc5089a9c3f94dc4e1..6729cc7381796879ea68304bc603ea98a6f43098 100644 (file)
@@ -27,7 +27,6 @@
 #include "draw/draw_vbuf.h"
 #include "pipe/p_inlines.h"
 #include "pipe/p_state.h"
-#include "util/u_memory.h"
 
 #include "svga_context.h"
 #include "svga_swtnl.h"
index 161631211310298304bfd7ffd13e91f29166062d..d57ed82866b42afd141a0e38bc202ca39c2b22f9 100644 (file)
@@ -27,7 +27,6 @@
 #include "draw/draw_vbuf.h"
 #include "pipe/p_inlines.h"
 #include "pipe/p_state.h"
-#include "util/u_memory.h"
 
 #include "svga_context.h"
 #include "svga_swtnl.h"
index 54457082a06da77c56e276c4f8c7d4dbffc01811..0c3430127aa385c12f2e54d1be80fef56a4bb8f4 100644 (file)
@@ -29,9 +29,6 @@
 #include "util/u_memory.h"
 
 #include "svga_tgsi_emit.h"
-#include "svga_context.h"
-
-
 
 
 static boolean ps20_input( struct svga_shader_emitter *emit,
index 08e7dfb117cdb13be85f6b6a02492c39bdcf172d..2291cf116dd22226129243fa0fa27723e7658bd3 100644 (file)
@@ -29,7 +29,6 @@
 #include "util/u_memory.h"
 
 #include "svga_tgsi_emit.h"
-#include "svga_context.h"
 
 static boolean translate_vs_ps_semantic( struct tgsi_declaration_semantic semantic,
                                          unsigned *usage,