summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/intel/intel_mipmap_tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_mipmap_tree.h b/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
index cfd671ea003..bfeb69c36f8 100644
--- a/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
+++ b/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
@@ -131,8 +131,8 @@ struct intel_mipmap_level
/** \} */
/**
- * Pointer to mapping information, present across
- * intel_tex_image_map()/unmap of the slice.
+ * Mapping information. Persistent for the duration of
+ * intel_miptree_map/unmap on this slice.
*/
struct intel_miptree_map *map;
} *slice;