Mesa (master): r600g: Update SConscript.

Vinson Lee vlee at kemper.freedesktop.org
Wed Sep 29 19:22:10 UTC 2010


Module: Mesa
Branch: master
Commit: 7e536371f901e97cb4d73c6662f79a904c943e17
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e536371f901e97cb4d73c6662f79a904c943e17

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Sep 29 12:16:39 2010 -0700

r600g: Update SConscript.

Fixes SCons build.

---

 src/gallium/winsys/r600/drm/SConscript |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/gallium/winsys/r600/drm/SConscript b/src/gallium/winsys/r600/drm/SConscript
index 2f20d9f..55b88fa 100644
--- a/src/gallium/winsys/r600/drm/SConscript
+++ b/src/gallium/winsys/r600/drm/SConscript
@@ -4,14 +4,14 @@ env = env.Clone()
 
 r600_sources = [
     'bof.c',
-    'r600_state.c',
-    'radeon_ctx.c',
-    'radeon_draw.c',
-    'radeon_state.c',
+    'r600_state2.c',
+    'evergreen_state.c',
+    'r600.c',
+    'r600_drm.c',
     'radeon_bo.c',
     'radeon_pciid.c',
-    'radeon.c',
-    'r600_drm.c'
+    'radeon_ws_bo.c',
+    'radeon_bo_pb.c',
 ]
 
 env.ParseConfig('pkg-config --cflags libdrm_radeon')




More information about the mesa-commit mailing list