projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad541a
)
tgsi: make dumping work on non-debug builds
author
Marek Olšák
<maraeo@gmail.com>
Tue, 4 May 2010 20:43:49 +0000
(22:43 +0200)
committer
Marek Olšák
<maraeo@gmail.com>
Wed, 5 May 2010 21:33:44 +0000
(23:33 +0200)
src/gallium/auxiliary/tgsi/tgsi_dump.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_dump.c
b/src/gallium/auxiliary/tgsi/tgsi_dump.c
index 1ad183b8dd4aad162a3cfacf188999e472e41ea3..35480076edfde6019d9d902d558aed60148598e5 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_dump.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_dump.c
@@
-56,7
+56,7
@@
dump_ctx_printf(struct dump_ctx *ctx, const char *format, ...)
va_list ap;
(void)ctx;
va_start(ap, format);
- debug_vprintf(format, ap);
+
_
debug_vprintf(format, ap);
va_end(ap);
}