i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
[mesa.git] / src / mesa / drivers / dri / i965 / intel_tex.c
index 556b787c3fc0109bf7a4542ef0e3df7fc6f57063..549d9b833c9d987230f6c8ac71802e2be8c77754 100644 (file)
@@ -145,7 +145,8 @@ intel_alloc_texture_storage(struct gl_context *ctx,
                                               width, height, depth,
                                               false, /* expect_accelerated */
                                               num_samples,
-                                              INTEL_MIPTREE_TILING_ANY);
+                                              INTEL_MIPTREE_TILING_ANY,
+                                              false);
 
       if (intel_texobj->mt == NULL) {
          return false;