summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/i965/intel_mipmap_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
index 6b89bf6848a..4a61cee08b5 100644
--- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
+++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
@@ -3356,7 +3356,7 @@ intel_miptree_unmap_etc(struct brw_context *brw,
else
_mesa_unpack_etc2_format(dst, mt->surf.row_pitch,
map->ptr, map->stride,
- map->w, map->h, mt->etc_format);
+ map->w, map->h, mt->etc_format, true);
intel_miptree_unmap_raw(mt);
free(map->buffer);