drm/intel
Eric Anholt 4db16a9480 intel: Add .aub file output support.
This will allow the driver to capture all of its execution state to a
file for later debugging.  intel_gpu_dump is limited in that it only
captures batchbuffers, and Mesa's captures, while more complete, still
capture only a portion of the state involved in execution.

This is a squash commit of a long series of hacking as we tried to get
the resulting traces to work in the internal simulator.  It contains
contributions by Yuanhan Liu and Kenneth Graunke.

v2: Drop the MI_FLUSH_ENABLE setup.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
2012-03-09 16:34:14 -08:00
..
tests intel: Import a new batchbuffer for the gen7 test. 2012-02-22 12:27:34 -08:00
.gitignore intel: Add a regression test program for intel_decode.c. 2012-01-04 14:49:44 -08:00
Makefile.am intel: Add .aub file output support. 2012-03-09 16:34:14 -08:00
intel_aub.h intel: Add .aub file output support. 2012-03-09 16:34:14 -08:00
intel_bufmgr.c intel: fix the wrong method check for bo_get_subdata 2011-07-20 10:46:45 -07:00
intel_bufmgr.h intel: Add .aub file output support. 2012-03-09 16:34:14 -08:00
intel_bufmgr_fake.c intel: Shove the fake bufmgr subdata implementation into the fake bufmgr. 2010-11-01 06:54:58 -07:00
intel_bufmgr_gem.c intel: Add .aub file output support. 2012-03-09 16:34:14 -08:00
intel_bufmgr_priv.h intel: Export CONSTANT_BUFFER addressing mode 2010-12-19 13:01:15 +00:00
intel_chipset.h intel: intel: Add IS_GEN[567] macros. 2011-12-29 16:43:29 -08:00
intel_debug.h intel: shared header for shader debugging 2011-08-01 14:44:58 -07:00
intel_decode.c intel: Add decode for gen7 HIER_DEPTH_BUFFER. 2012-02-22 12:27:25 -08:00
libdrm_intel.pc.in intel: Install the header file in the libdrm/ directory. 2010-03-17 12:49:10 -07:00
mm.c Move libdrm/ up one level 2009-11-17 11:15:06 -05:00
mm.h Move libdrm/ up one level 2009-11-17 11:15:06 -05:00
test_decode.c intel: Add regression tests for batch decode. 2012-01-04 14:49:44 -08:00