Mesa (master): intel: print image depth in debug message

Jordan Justen jljusten at kemper.freedesktop.org
Mon Jun 3 03:53:37 UTC 2013


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

Author: Jordan Justen <jordan.l.justen at intel.com>
Date:   Thu Apr 18 13:40:56 2013 -0700

intel: print image depth in debug message

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Paul Berry <stereotype441 at gmail.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/mesa/drivers/dri/intel/intel_fbo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_fbo.c b/src/mesa/drivers/dri/intel/intel_fbo.c
index 82dd0a4..5a3732a 100644
--- a/src/mesa/drivers/dri/intel/intel_fbo.c
+++ b/src/mesa/drivers/dri/intel/intel_fbo.c
@@ -581,9 +581,9 @@ intel_render_texture(struct gl_context * ctx,
        return;
    }
 
-   DBG("Begin render %s texture tex=%u w=%d h=%d refcount=%d\n",
+   DBG("Begin render %s texture tex=%u w=%d h=%d d=%d refcount=%d\n",
        _mesa_get_format_name(image->TexFormat),
-       att->Texture->Name, image->Width, image->Height,
+       att->Texture->Name, image->Width, image->Height, image->Depth,
        rb->RefCount);
 
    /* update drawing region, etc */




More information about the mesa-commit mailing list