summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv50/SConscript')
-rw-r--r--src/gallium/drivers/nv50/SConscript10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/SConscript b/src/gallium/drivers/nv50/SConscript
index 8625f926221..8e7892a9ab6 100644
--- a/src/gallium/drivers/nv50/SConscript
+++ b/src/gallium/drivers/nv50/SConscript
@@ -9,9 +9,9 @@ nv50 = env.ConvenienceLibrary(
'nv50_clear.c',
'nv50_context.c',
'nv50_draw.c',
+ 'nv50_formats.c',
'nv50_miptree.c',
'nv50_query.c',
- 'nv50_program.c',
'nv50_resource.c',
'nv50_screen.c',
'nv50_state.c',
@@ -21,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')