Merge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_shader.cpp
index 8518622c0b6aa57af44211d1a7b9e5145b9ebb62..91e47800e1f3f1d9b3db7d7d897c2f2c7d3f07ff 100644 (file)
@@ -84,6 +84,7 @@ brw_type_for_base_type(const struct glsl_type *type)
    case GLSL_TYPE_ERROR:
    case GLSL_TYPE_INTERFACE:
    case GLSL_TYPE_DOUBLE:
+   case GLSL_TYPE_FUNCTION:
       unreachable("not reached");
    }