Mesa (master): mesa: Remove stray debug printfs in attachment completeness code

Ian Romanick idr at kemper.freedesktop.org
Tue Aug 6 19:19:10 UTC 2013


Module: Mesa
Branch: master
Commit: 0c3dbd689b3269c605ee07589a35af9147db5fe0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c3dbd689b3269c605ee07589a35af9147db5fe0

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Sat Jul 27 12:03:45 2013 -0700

mesa: Remove stray debug printfs in attachment completeness code

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Cc: "9.1 9.2" mesa-stable at lists.freedesktop.org

---

 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 8fdeff5..dd3e8ae 100644
--- 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;
       }




More information about the mesa-commit mailing list