diff options
author | Brian Paul <[email protected]> | 2011-07-21 08:46:02 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-07-21 08:46:02 -0600 |
commit | ecc6a26a3d602e8b649c441077e005dfeb77aff2 (patch) | |
tree | 30c9a2098a8eb92d6373c6cf2ba90e5fda0d1a00 /src/mesa/main/texstore.c | |
parent | afc160e1c8f87d0a76e41f1100d528d8ab82ecc4 (diff) | |
parent | d5e32397762a3bd55fa69ad6332351512083f9c6 (diff) |
Merge branch 'remove-copyteximage-hook'
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r-- | 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 6e1e63bdfb0..c4aeaa8f16d 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 |