projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32502b0
)
r600g: Fix SCons build.
author
Vinson Lee
<vlee@vmware.com>
Sat, 24 Jul 2010 00:50:35 +0000
(17:50 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 24 Jul 2010 00:50:35 +0000
(17:50 -0700)
src/gallium/drivers/r600/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/SConscript
b/src/gallium/drivers/r600/SConscript
index 26e2f1941cc91e7fc4ce91b9be2cc912a072f2ba..99c8644e0267dfb5d9fd41e8b8368f6547b4ab2d 100644
(file)
--- a/
src/gallium/drivers/r600/SConscript
+++ b/
src/gallium/drivers/r600/SConscript
@@
-27,11
+27,8
@@
r600 = env.ConvenienceLibrary(
'r600_state.c',
'r600_texture.c',
'r600_shader.c',
- 'r600_compiler.c',
- 'r600_compiler_tgsi.c',
- 'r600_compiler_dump.c',
- 'r600_compiler_r600.c',
- 'r600_compiler_r700.c'
+ 'r600_asm.c',
+ 'r700_asm.c',
])
Export('r600')