From d30806b0c54c39351096c29c382d727a821b7da0 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 16 Feb 2007 09:05:11 -0700 Subject: [PATCH] added a comment --- src/mesa/shader/slang/slang_codegen.c | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.30.2