summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/SConscript')
-rw-r--r--src/gallium/drivers/r600/SConscript9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/SConscript b/src/gallium/drivers/r600/SConscript
index a88c545252..26d95bb766 100644
--- a/src/gallium/drivers/r600/SConscript
+++ b/src/gallium/drivers/r600/SConscript
@@ -12,10 +12,19 @@ r600 = env.ConvenienceLibrary(
'r600_buffer.c',
'r600_context.c',
'r600_draw.c',
+ 'r600_blit.c',
+ 'r600_helper.c',
'r600_query.c',
+ 'r600_resource.c',
'r600_screen.c',
'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'
])
Export('r600')