diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-11-05 17:43:57 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-11-05 19:57:28 +0000 |
commit | b229ee342f2cef5396a251525d5b499760280933 (patch) | |
tree | db8d942fa43a2595456dd3441bba65570844e957 /src/gallium/drivers/i965/brw_vs_emit.c | |
parent | a70e6178d4841f490ff318b6017a1ddacfadf752 (diff) |
brw: push more dumping into the winsys
Diffstat (limited to 'src/gallium/drivers/i965/brw_vs_emit.c')
-rw-r--r-- | src/gallium/drivers/i965/brw_vs_emit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/brw_vs_emit.c b/src/gallium/drivers/i965/brw_vs_emit.c index d86e2104d8..3217777acb 100644 --- a/src/gallium/drivers/i965/brw_vs_emit.c +++ b/src/gallium/drivers/i965/brw_vs_emit.c @@ -1624,8 +1624,6 @@ void brw_vs_emit(struct brw_vs_compile *c) post_vs_emit(c, end_inst, last_inst); if (BRW_DEBUG & DEBUG_VS) { - int i; - debug_printf("vs-native:\n"); brw_disasm(stderr, p->store, p->nr_insn); } |