diff options
author | Eric Anholt <[email protected]> | 2011-12-20 14:42:48 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-01-30 11:32:55 -0800 |
commit | 61b9ccd9e298ca1d3db55aee0cb2ff78662d6fa6 (patch) | |
tree | c2ba4ba68fae04938255466bad5189e50029cc30 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 493faa010d338f68540238c20a74b3b101ca7ff5 (diff) |
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.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 2b20885f30b..355bfe2f0c3 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -9,7 +9,6 @@ i965_C_FILES := \ intel_buffers.c \ intel_clear.c \ intel_context.c \ - intel_decode.c \ intel_extensions.c \ intel_extensions_es.c \ intel_fbo.c \ |