Mesa (master): util: Fix typo of debug_dump_float_rgba_bmp.

Vinson Lee vlee at kemper.freedesktop.org
Thu Feb 18 07:12:06 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Feb 17 23:10:13 2010 -0800

util: Fix typo of debug_dump_float_rgba_bmp.

---

 src/gallium/auxiliary/util/u_debug.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h
index efcf065..0f4768f 100644
--- a/src/gallium/auxiliary/util/u_debug.h
+++ b/src/gallium/auxiliary/util/u_debug.h
@@ -337,7 +337,7 @@ void debug_dump_float_rgba_bmp(const char *filename,
 #define debug_dump_surface(prefix, surface) ((void)0)
 #define debug_dump_surface_bmp(filename, surface) ((void)0)
 #define debug_dump_transfer_bmp(filename, transfer) ((void)0)
-#define debug_dump_rgba_float_bmp(filename, width, height, rgba, stride) ((void)0)
+#define debug_dump_float_rgba_bmp(filename, width, height, rgba, stride) ((void)0)
 #endif
 
 




More information about the mesa-commit mailing list