Mesa (master): intel: update intel_texture_image comment

Brian Paul brianp at kemper.freedesktop.org
Mon Nov 7 21:29:31 UTC 2011


Module: Mesa
Branch: master
Commit: 46f5ef557f92eb3c139871d03f732a591b3d5a21
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=46f5ef557f92eb3c139871d03f732a591b3d5a21

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Nov  5 10:48:18 2011 -0600

intel: update intel_texture_image comment

---

 src/mesa/drivers/dri/intel/intel_tex_obj.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_tex_obj.h b/src/mesa/drivers/dri/intel/intel_tex_obj.h
index 3a32801..06904e4 100644
--- a/src/mesa/drivers/dri/intel/intel_tex_obj.h
+++ b/src/mesa/drivers/dri/intel/intel_tex_obj.h
@@ -61,7 +61,7 @@ struct intel_texture_image
    struct swrast_texture_image base;
 
    /* If intelImage->mt != NULL, image data is stored here.
-    * Else if intelImage->base.Data != NULL, image is stored there.
+    * Else if intelImage->base.Buffer != NULL, image is stored there.
     * Else there is no image data.
     */
    struct intel_mipmap_tree *mt;




More information about the mesa-commit mailing list