From: Brian Date: Fri, 16 Feb 2007 16:05:11 +0000 (-0700) Subject: added a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d30806b0c54c39351096c29c382d727a821b7da0;p=mesa.git added a comment --- 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)