diff options
author | Brian Paul <[email protected]> | 2002-10-30 19:57:21 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-30 19:57:21 +0000 |
commit | f16a66e97dd2586179ca8f128bb9c6c181547b00 (patch) | |
tree | e19cf28042b89f678c4c5b9041682e882bc42a77 | |
parent | 6ec6b845fdf3c44436028ad6fff9471d18928719 (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 d144d8095f2..3f6afbfa947 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -1,4 +1,4 @@ -/* $Id: texstore.c,v 1.46 2002/10/28 23:01:24 kschultz Exp $ */ +/* $Id: texstore.c,v 1.47 2002/10/30 19:57:21 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -295,7 +295,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++) { |