projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec6b84
)
remove debug printf
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 30 Oct 2002 19:57:21 +0000
(19:57 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 30 Oct 2002 19:57:21 +0000
(19:57 +0000)
src/mesa/main/texstore.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstore.c
b/src/mesa/main/texstore.c
index d144d8095f22a053baa7dbe46d8211eb5e2befd6..3f6afbfa9471f7fc7cd3ae6d18dd33543e02db03 100644
(file)
--- a/
src/mesa/main/texstore.c
+++ b/
src/mesa/main/texstore.c
@@
-1,4
+1,4
@@
-/* $Id: texstore.c,v 1.4
6 2002/10/28 23:01:24 kschultz
Exp $ */
+/* $Id: texstore.c,v 1.4
7 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++) {