summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian@nostromo.localnet.net>2007-02-16 09:05:11 -0700
committerBrian <brian@nostromo.localnet.net>2007-02-16 09:05:11 -0700
commitd30806b0c54c39351096c29c382d727a821b7da0 (patch)
tree9d81beb5ebb7c91d7c7447744ab4a11122e34452
parent9ea2315d2df7034db1cf8d00a6c3e71da5612969 (diff)
added a comment
-rw-r--r--src/mesa/shader/slang/slang_codegen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c
index 0edd471f64..c4535feac1 100644
--- 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)