i965: Make batch dumping go to stderr, too.

All our other debug goes there.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt 2014-05-01 09:12:10 -07:00
parent 55a049b9ae
commit 9e363f0262
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ do_batch_dump(struct brw_context *brw)
batch->used);
}
drm_intel_decode_set_output_file(decode, stderr);
drm_intel_decode(decode);
drm_intel_decode_context_free(decode);