summaryrefslogtreecommitdiff
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-06 16:18:22 -0700
committerBrian Paul <brianp@vmware.com>2009-03-06 16:21:20 -0700
commit82f1c0be1325130ab03d3bef629264618924b897 (patch)
tree4bba34f504b49281c4a5b938dc3388ce83b9fa58 /src/mesa/SConscript
parentfaae1994c97746a74f68abeeafd69b27f9651d19 (diff)
mesa: add new program optimizer code
This is pretty simplistic for now, but helps with certain shaders.
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 b2f3d96d93..273ce11280 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -193,6 +193,7 @@ if env['platform'] != 'winddk':
'shader/prog_execute.c',
'shader/prog_instruction.c',
'shader/prog_noise.c',
+ 'shader/prog_optimize.c',
'shader/prog_parameter.c',
'shader/prog_print.c',
'shader/prog_statevars.c',