projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea2315
)
added a comment
author
Brian
<brian@nostromo.localnet.net>
Fri, 16 Feb 2007 16:05:11 +0000
(09:05 -0700)
committer
Brian
<brian@nostromo.localnet.net>
Fri, 16 Feb 2007 16:05:11 +0000
(09:05 -0700)
src/mesa/shader/slang/slang_codegen.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_codegen.c
b/src/mesa/shader/slang/slang_codegen.c
index 0edd471f648572f56320bc1cb29437060cf1cd8d..c4535feac17a3d9d4c1d132ca09f81a60ff411f3 100644
(file)
--- a/
src/mesa/shader/slang/slang_codegen.c
+++ b/
src/mesa/shader/slang/slang_codegen.c
@@
-1353,6
+1353,9
@@
print_funcs(struct slang_function_scope_ *scope, const char *name)
* Return first function in the scope that has the given name.
* This is the function we'll try to call when there is no exact match
* between function parameters and call arguments.
+ *
+ * XXX we should really create a list of candidate functions and try
+ * all of them...
*/
static slang_function *
_slang_first_function(struct slang_function_scope_ *scope, const char *name)