summaryrefslogtreecommitdiff
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-26 22:24:58 -0600
committerBrian Paul <brianp@vmware.com>2010-05-26 22:30:10 -0600
commit69861ae49724dd49ae3ba82398239ad892753de7 (patch)
tree0cfaaec4ef982f95d3b46f97850a3157c14ef329 /src/mesa/SConscript
parent655c9a0533fea7a2732fce766b9f4c03d7dc641d (diff)
mesa: move GLSL uniform functions into new source file
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r--src/mesa/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 3385bf6f39..34b7f4e8b7 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -217,6 +217,7 @@ if env['platform'] != 'winddk':
'shader/programopt.c',
'shader/symbol_table.c',
'shader/shader_api.c',
+ 'shader/uniforms.c',
]
slang_sources = [