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

Author: Vinson Lee <[email protected]>
Date:   Wed Oct 20 15:27:48 2010 -0700

swrast: Print out format on unexpected failure in _swrast_DrawPixels.

---

 src/mesa/swrast/s_drawpix.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/swrast/s_drawpix.c b/src/mesa/swrast/s_drawpix.c
index 4e7cd94..8fbb0a8 100644
--- a/src/mesa/swrast/s_drawpix.c
+++ b/src/mesa/swrast/s_drawpix.c
@@ -751,7 +751,7 @@ _swrast_DrawPixels( struct gl_context *ctx,
                                 type, unpack, pixels);
       break;
    default:
-      _mesa_problem(ctx, "unexpected format in _swrast_DrawPixels");
+      _mesa_problem(ctx, "unexpected format 0x%x in _swrast_DrawPixels", 
format);
       /* don't return yet, clean-up */
    }
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to