intel: Use libdrm's decode functionality instead of the gpu-tools copy.
authorEric Anholt <eric@anholt.net>
Tue, 20 Dec 2011 22:42:48 +0000 (14:42 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 30 Jan 2012 19:32:55 +0000 (11:32 -0800)
commit61b9ccd9e298ca1d3db55aee0cb2ff78662d6fa6
treec2ba4ba68fae04938255466bad5189e50029cc30
parent493faa010d338f68540238c20a74b3b101ca7ff5
intel: Use libdrm's decode functionality instead of the gpu-tools copy.

While typing out the new decode, I added a fallback mode for dumping
when we fail to re-map the BO after execution.  This should get us a
minimal dump when trying to dump a batch that results in a GPU hang.
src/mesa/drivers/dri/i915/Makefile.sources
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/intel/intel_batchbuffer.c
src/mesa/drivers/dri/intel/intel_decode.c [deleted file]
src/mesa/drivers/dri/intel/intel_decode.h [deleted file]