added a comment
authorBrian <brian@nostromo.localnet.net>
Fri, 16 Feb 2007 16:05:11 +0000 (09:05 -0700)
committerBrian <brian@nostromo.localnet.net>
Fri, 16 Feb 2007 16:05:11 +0000 (09:05 -0700)
src/mesa/shader/slang/slang_codegen.c

index 0edd471f648572f56320bc1cb29437060cf1cd8d..c4535feac17a3d9d4c1d132ca09f81a60ff411f3 100644 (file)
@@ -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)