intel: Add an interface for setting the output file for decode.
authorEric Anholt <eric@anholt.net>
Tue, 3 Jan 2012 21:05:57 +0000 (13:05 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 4 Jan 2012 22:49:44 +0000 (14:49 -0800)
commitea33a231d530540ddcb9e0bac08ef15f625f744a
treeab498df3f4b4f7814b17ead4c7415ab1dfdc72bb
parenta9dd34a7ee9d03d357e15f045ab85a12f6f6e4b8
intel: Add an interface for setting the output file for decode.

Consumers often want to choose stdout vs stderr, and for testing I
want to output to an open_memstream file.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
intel/intel_bufmgr.h
intel/intel_decode.c