From 61b9ccd9e298ca1d3db55aee0cb2ff78662d6fa6 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 20 Dec 2011 14:42:48 -0800 Subject: 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 | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/drivers/dri/i915') diff --git a/src/mesa/drivers/dri/i915/Makefile.sources b/src/mesa/drivers/dri/i915/Makefile.sources index efbc46b11b4..7d26640019f 100644 --- a/src/mesa/drivers/dri/i915/Makefile.sources +++ b/src/mesa/drivers/dri/i915/Makefile.sources @@ -41,7 +41,6 @@ i915_C_FILES := \ i915_state.c \ i915_vtbl.c \ intel_context.c \ - intel_decode.c \ intel_screen.c \ intel_span.c \ intel_state.c \ -- cgit v1.2.3