i965: Avoid int64 induced warnings
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_visitor.cpp
index 9c244f80794097e56c9252ff9204ac30fbdfca22..f376618b3cdd2d121a510f9a84b20cbf13277758 100644 (file)
@@ -586,6 +586,8 @@ type_size_xvec4(const struct glsl_type *type, bool as_vec4)
    case GLSL_TYPE_FLOAT:
    case GLSL_TYPE_BOOL:
    case GLSL_TYPE_DOUBLE:
+   case GLSL_TYPE_UINT64:
+   case GLSL_TYPE_INT64:
       if (type->is_matrix()) {
          const glsl_type *col_type = type->column_type();
          unsigned col_slots =