projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b25c522
)
r600g: Fix SCons build.
author
Vinson Lee
<vlee@vmware.com>
Mon, 4 Oct 2010 22:56:55 +0000
(15:56 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 4 Oct 2010 22:56:55 +0000
(15:56 -0700)
src/gallium/winsys/r600/drm/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/r600/drm/SConscript
b/src/gallium/winsys/r600/drm/SConscript
index 88ee90862b89f207f84ce62e1f88284f2e2a7ecb..cc053c06dd0e4ab105d14ab285d820c52d84ac53 100644
(file)
--- a/
src/gallium/winsys/r600/drm/SConscript
+++ b/
src/gallium/winsys/r600/drm/SConscript
@@
-8,8
+8,8
@@
r600_sources = [
'radeon_bo.c',
'radeon_bo_pb.c',
'radeon_pciid.c',
- 'radeon_ws_bo.c',
'r600.c',
+ 'r600_bo.c',
'r600_drm.c',
'r600_hw_context.c',
]