summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/SConscript
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-09-15 16:46:04 -0700
committerVinson Lee <vlee@vmware.com>2010-09-15 16:46:04 -0700
commita64e3d2e6cde0d6e5d5b3f8245eb3aa5bfdd2d3b (patch)
treec3825e36eafa631686c2f44a960394529866ff6a /src/gallium/drivers/nv50/SConscript
parent1a20aae581dae3d8d733f7f18414737a6924e981 (diff)
nv50: Update files in SConscript to match Makefile.
Diffstat (limited to 'src/gallium/drivers/nv50/SConscript')
-rw-r--r--src/gallium/drivers/nv50/SConscript9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/SConscript b/src/gallium/drivers/nv50/SConscript
index e4a93c15ce..8e7892a9ab 100644
--- 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')