projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9522a
)
mesa: Remove stray debug printfs in attachment completeness code
author
Ian Romanick
<ian.d.romanick@intel.com>
Sat, 27 Jul 2013 19:03:45 +0000
(12:03 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 6 Aug 2013 19:18:29 +0000
(12:18 -0700)
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Cc: "9.1 9.2" mesa-stable@lists.freedesktop.org
src/mesa/main/fbobject.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/fbobject.c
b/src/mesa/main/fbobject.c
index 8fdeff5827d1ee6aa93692afa7275ddf84478529..dd3e8ae2d41ece7f213f09327a3923e139f5c0e8 100644
(file)
--- a/
src/mesa/main/fbobject.c
+++ b/
src/mesa/main/fbobject.c
@@
-703,8
+703,6
@@
test_attachment_completeness(const struct gl_context *ctx, GLenum format,
}
if (texImage->Width < 1 || texImage->Height < 1) {
att_incomplete("teximage width/height=0");
- printf("texobj = %u\n", texObj->Name);
- printf("level = %d\n", att->TextureLevel);
att->Complete = GL_FALSE;
return;
}