Module: Mesa Branch: 9.1 Commit: 11611881cad5f2696412bc04e8eaf402e11b1f48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11611881cad5f2696412bc04e8eaf402e11b1f48
Author: Ian Romanick <[email protected]> Date: Sat Jul 27 12:03:45 2013 -0700 mesa: Remove stray debug printfs in attachment completeness code Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Cc: "9.1 9.2" [email protected] (cherry picked from commit 0c3dbd689b3269c605ee07589a35af9147db5fe0) --- src/mesa/main/fbobject.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index 7126109..42df9db 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject.c @@ -660,8 +660,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; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
