r300g: fix scons build
authorMarek Olšák <maraeo@gmail.com>
Sun, 21 Mar 2010 21:05:27 +0000 (22:05 +0100)
committerMarek Olšák <maraeo@gmail.com>
Sun, 21 Mar 2010 21:05:27 +0000 (22:05 +0100)
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_cs.h
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r300/r300_state.c
src/gallium/drivers/r300/r300_texture.c

index 60b441176d957009d1d62ce20372b87abef2291c..2bec946fe89d7a7e3094f5d5375658cafd392e1a 100644 (file)
 #include "r300_query.h"
 #include "r300_render.h"
 #include "r300_screen.h"
+#include "r300_screen_buffer.h"
 #include "r300_state_invariant.h"
 #include "r300_texture.h"
 #include "r300_transfer.h"
-
-#include "radeon_winsys.h"
+#include "r300_winsys.h"
 
 static void r300_destroy_context(struct pipe_context* context)
 {
index ad07efbffdbef9168fae852c5f47c1f84050f113..456b2ec7b922a52e6f2f458ea95dd4e043cffa7f 100644 (file)
@@ -26,8 +26,7 @@
 #include "util/u_math.h"
 
 #include "r300_reg.h"
-
-#include "radeon_winsys.h"
+#include "r300_winsys.h"
 
 /* Yes, I know macros are ugly. However, they are much prettier than the code
  * that they neatly hide away, and don't have the cost of function setup,so
index 3e31688f8e8a1092bc39c5f233e3c2d11f59f724..bcb8b20f7360418b9f640d7912d6400e51862bfe 100644 (file)
 
 #include "r300_context.h"
 #include "r300_texture.h"
-
-#include "radeon_winsys.h"
-
 #include "r300_screen_buffer.h"
+#include "r300_winsys.h"
 
 /* Return the identifier behind whom the brave coders responsible for this
  * amalgamation of code, sweat, and duct tape, routinely obscure their names.
index 397369015a517e987bd49838fe550528777fe1b1..31e32114b607ba3fad405536a71606a15bd7f9fb 100644 (file)
@@ -38,8 +38,7 @@
 #include "r300_state_inlines.h"
 #include "r300_fs.h"
 #include "r300_vs.h"
-
-#include "radeon_winsys.h"
+#include "r300_winsys.h"
 
 /* r300_state: Functions used to intialize state context by translating
  * Gallium state objects into semi-native r300 state objects. */
index fe2ba60b9c942e173fe613ed615446c4d175d127..eaefd9d7d4e795e45d330e78af59f1f1bd4313c6 100644 (file)
@@ -31,8 +31,7 @@
 #include "r300_texture.h"
 #include "r300_screen.h"
 #include "r300_state_inlines.h"
-
-#include "radeon_winsys.h"
+#include "r300_winsys.h"
 
 #define TILE_WIDTH 0
 #define TILE_HEIGHT 1