Skip to content
Snippets Groups Projects
Commit 9e363f02 authored by Emma Anholt's avatar Emma Anholt
Browse files

i965: Make batch dumping go to stderr, too.


All our other debug goes there.

Reviewed-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
parent 55a049b9
No related branches found
No related tags found
Loading
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment