diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-31 00:37:37 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-31 00:37:37 +0000 |
commit | 3f8c22bb7ac9a48293965ba31dfa5cbf4978ccba (patch) | |
tree | 1b87602fb1dc4b2ab7ff2886c57a32b6b2930abf | |
parent | fb57130061d6731e9b8bdd81c06f7e03bc361787 (diff) |
remove debug printf
-rw-r--r-- | src/mesa/main/texstore.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index eca450a4ea..44e8f584dc 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -1,4 +1,4 @@ -/* $Id: texstore.c,v 1.34.2.8 2002/09/21 17:11:08 brianp Exp $ */ +/* $Id: texstore.c,v 1.34.2.9 2002/10/31 00:37:37 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -265,7 +265,6 @@ transfer_teximage(GLcontext *ctx, GLuint dimensions, + dstYoffset * (dstRowStride / sizeof(GLushort)) + dstXoffset * texComponents; ASSERT(ctx->Extensions.MESA_ycbcr_texture); - printf("copy ycbcr\n"); for (img = 0; img < srcDepth; img++) { GLushort *destRow = dest; for (row = 0; row < srcHeight; row++) { |