From: Chad Versace Date: Wed, 1 Aug 2012 19:12:52 +0000 (-0700) Subject: intel: Update stale comment for intel_miptree_slice::map X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a2e40ed283b70e1da8ea762959ca7462b0f2fc3;p=mesa.git 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 --- 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;