summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-05-01 09:12:10 -0700
committerEric Anholt <[email protected]>2014-05-02 17:01:40 -0700
commit9e363f026208d91793b7176b56252a3b88fb70cc (patch)
treea416a4dd27c877bc227fe4539149d9bdbb7d44e5 /src/mesa
parent55a049b9ae834e0c20d89c34378d0d9527b67423 (diff)
i965: Make batch dumping go to stderr, too.
All our other debug goes there. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/i965/intel_batchbuffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_batchbuffer.c b/src/mesa/drivers/dri/i965/intel_batchbuffer.c
index 5a7cfcb1a93..818ac61cd5d 100644
--- a/src/mesa/drivers/dri/i965/intel_batchbuffer.c
+++ b/src/mesa/drivers/dri/i965/intel_batchbuffer.c
@@ -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);