i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
[mesa.git] / src / mesa / drivers / dri / i965 / intel_tex_image.c
index 029d59b7bac0b419a882cb9180a77a6eca0b1d49..331777919c6e8369dd79b304b63afe6b891c133f 100644 (file)
@@ -81,7 +81,8 @@ intel_miptree_create_for_teximage(struct brw_context *brw,
                               depth,
                               expect_accelerated_upload,
                                intelImage->base.Base.NumSamples,
-                               INTEL_MIPTREE_TILING_ANY);
+                               INTEL_MIPTREE_TILING_ANY,
+                               false);
 }
 
 /* XXX: Do this for TexSubImage also: