st/mesa: need to translate clear color according to surface's base format
[mesa.git] / src / glsl / ir_function.cpp
index 8db70119ec21c0f94c7e2a3d3642044446be65b6..caee9296af9e5c042a9aa8df80ee2de6bd5b6726 100644 (file)
@@ -123,6 +123,7 @@ parameter_lists_match(const exec_list *list_a, const exec_list *list_b)
         assert(0);
         return -1;
 
+      case ir_var_const_in:
       case ir_var_in:
         score = type_compare(param->type, actual->type);
         break;