i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
[mesa.git] / src / mesa / drivers / dri / i965 / intel_tex_subimage.c
index 875190ff7375ec2ef735fa49fde9a04b5e0f9479..a121816dcec42e6d76e2b51a9fac6424150ea563 100644 (file)
@@ -133,7 +133,8 @@ intel_blit_texsubimage(struct gl_context * ctx,
       intel_miptree_create(brw, GL_TEXTURE_2D, texImage->TexFormat,
                            0, 0,
                            width, height, 1,
-                           false, 0, INTEL_MIPTREE_TILING_NONE);
+                           false, 0, INTEL_MIPTREE_TILING_NONE,
+                           false);
    if (!temp_mt)
       goto err;