projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c5ae1
)
glsl: Add ir_function_detect_recursion.cpp to SConscript.
author
Vinson Lee
<vlee@vmware.com>
Thu, 21 Jul 2011 03:16:27 +0000
(20:16 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 21 Jul 2011 03:16:27 +0000
(20:16 -0700)
src/glsl/SConscript
patch
|
blob
|
history
diff --git
a/src/glsl/SConscript
b/src/glsl/SConscript
index 1441cc74bd8f8036d1ef22e646402ce25c15f6d3..ea104abb8238778e4c7205b6e3b29be1f72fdb27 100644
(file)
--- a/
src/glsl/SConscript
+++ b/
src/glsl/SConscript
@@
-50,6
+50,7
@@
glsl_sources = [
'ir.cpp',
'ir_expression_flattening.cpp',
'ir_function_can_inline.cpp',
+ 'ir_function_detect_recursion.cpp',
'ir_function.cpp',
'ir_hierarchical_visitor.cpp',
'ir_hv_accept.cpp',