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

Carl Worth cworth at kemper.freedesktop.org
Thu Oct 3 05:00:10 UTC 2013


Module: Mesa
Branch: 9.1
Commit: 11611881cad5f2696412bc04e8eaf402e11b1f48
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11611881cad5f2696412bc04e8eaf402e11b1f48

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
(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;
       }




More information about the mesa-commit mailing list