summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Versace <[email protected]>2012-08-01 12:12:52 -0700
committerChad Versace <[email protected]>2012-08-07 09:30:33 -0700
commit7a2e40ed283b70e1da8ea762959ca7462b0f2fc3 (patch)
treea9716c35e89308ec471cd0d897a8c7eb8cda14a2
parent4b40375c438f9a10231dabedcf72bf6f27bbe327 (diff)
intel: Update stale comment for intel_miptree_slice::map
The comment referred to intel_tex_image_map/unmap, but should more accurately refer to intel_miptree_map/unmap. Signed-off-by: Chad Versace <[email protected]>
-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;