diff options
author | Brian <[email protected]> | 2007-02-16 09:05:11 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-16 09:05:11 -0700 |
commit | d30806b0c54c39351096c29c382d727a821b7da0 (patch) | |
tree | 9d81beb5ebb7c91d7c7447744ab4a11122e34452 /src/mesa/shader/slang/slang_codegen.c | |
parent | 9ea2315d2df7034db1cf8d00a6c3e71da5612969 (diff) |
added a comment
Diffstat (limited to 'src/mesa/shader/slang/slang_codegen.c')
-rw-r--r-- | src/mesa/shader/slang/slang_codegen.c | 3 |
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 0edd471f648..c4535feac17 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) |