projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048b13d
)
remove printf
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 23 Sep 2005 03:24:27 +0000
(
03:24
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 23 Sep 2005 03:24:27 +0000
(
03:24
+0000)
src/mesa/main/framebuffer.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/framebuffer.c
b/src/mesa/main/framebuffer.c
index abfde18e3eaa047d3c85be6450da42e882e3c568..e2cb009ff1092b22dba29c1ca52f6cb1c5d6edd5 100644
(file)
--- a/
src/mesa/main/framebuffer.c
+++ b/
src/mesa/main/framebuffer.c
@@
-417,7
+417,6
@@
_mesa_update_framebuffer(GLcontext *ctx)
ASSERT(fb->_ColorReadBufferIndex < BUFFER_COUNT);
fb->_ColorReadBuffer
= fb->Attachment[fb->_ColorReadBufferIndex].Renderbuffer;
- printf("Read buffer index %d\n", fb->_ColorReadBufferIndex);
}
compute_depth_max(fb);
}