projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8266f1e
)
util: Fix typo of debug_dump_float_rgba_bmp.
author
Vinson Lee
<vlee@vmware.com>
Thu, 18 Feb 2010 07:10:13 +0000
(23:10 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 18 Feb 2010 07:10:13 +0000
(23:10 -0800)
src/gallium/auxiliary/util/u_debug.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_debug.h
b/src/gallium/auxiliary/util/u_debug.h
index efcf065d276d991c557e84aca540758c55ac3a14..0f4768f34444b93c1f853e8aff96ed0a58e29f06 100644
(file)
--- 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