Mesa (master): mesa: remove comments referring to Driver.TexImage1D/2D

Brian Paul brianp at kemper.freedesktop.org
Thu Jul 21 15:12:05 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jul 19 20:03:05 2011 -0600

mesa: remove comments referring to Driver.TexImage1D/2D

---

 src/mesa/main/texstore.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index 6e1e63b..c4aeaa8 100644
--- a/src/mesa/main/texstore.c
+++ b/src/mesa/main/texstore.c
@@ -4577,8 +4577,7 @@ texture_row_stride(const struct gl_texture_image *texImage)
 
 
 /**
- * This is the software fallback for Driver.TexImage1D()
- * and Driver.CopyTexImage1D().
+ * This is the software fallback for Driver.TexImage1D().
  * \sa _mesa_store_teximage2d()
  */
 void
@@ -4629,8 +4628,7 @@ _mesa_store_teximage1d(struct gl_context *ctx, GLenum target, GLint level,
 
 
 /**
- * This is the software fallback for Driver.TexImage2D()
- * and Driver.CopyTexImage2D().
+ * This is the software fallback for Driver.TexImage2D().
  *
  * This function is oriented toward storing images in main memory, rather
  * than VRAM.  Device driver's can easily plug in their own replacement.
@@ -4684,8 +4682,7 @@ _mesa_store_teximage2d(struct gl_context *ctx, GLenum target, GLint level,
 
 
 /**
- * This is the software fallback for Driver.TexImage3D()
- * and Driver.CopyTexImage3D().
+ * This is the software fallback for Driver.TexImage3D().
  * \sa _mesa_store_teximage2d()
  */
 void




More information about the mesa-commit mailing list