projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a20aae
)
nv50: Update files in SConscript to match Makefile.
author
Vinson Lee
<vlee@vmware.com>
Wed, 15 Sep 2010 23:46:04 +0000
(16:46 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 15 Sep 2010 23:46:04 +0000
(16:46 -0700)
src/gallium/drivers/nv50/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv50/SConscript
b/src/gallium/drivers/nv50/SConscript
index e4a93c15ce4459b03727f49b87d0a3d0b56f5ea2..8e7892a9ab69108ec63ffed5b534fb1508d3f542 100644
(file)
--- a/
src/gallium/drivers/nv50/SConscript
+++ b/
src/gallium/drivers/nv50/SConscript
@@
-12,7
+12,6
@@
nv50 = env.ConvenienceLibrary(
'nv50_formats.c',
'nv50_miptree.c',
'nv50_query.c',
- 'nv50_program.c',
'nv50_resource.c',
'nv50_screen.c',
'nv50_state.c',
@@
-22,6
+21,14
@@
nv50 = env.ConvenienceLibrary(
'nv50_transfer.c',
'nv50_vbo.c',
'nv50_push.c',
+ 'nv50_program.c',
+ 'nv50_shader_state.c',
+ 'nv50_pc.c',
+ 'nv50_pc_print.c',
+ 'nv50_pc_emit.c',
+ 'nv50_tgsi_to_nc.c',
+ 'nv50_pc_optimize.c',
+ 'nv50_pc_regalloc.c',
])
Export('nv50')