aubinator: Add a new tool called Aubinator to the src/intel/tools folder.
authorKristian Høgsberg Kristensen <krh@bitplanet.net>
Fri, 19 Aug 2016 19:13:24 +0000 (12:13 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 24 Aug 2016 04:19:33 +0000 (21:19 -0700)
commit3e218ad7f85e4f21d5d206adf7ebb283842f9732
treef87f30a7c7a841454789da8f5ce71ed90ab9f526
parenteb1a0ddfd55ba606eb67fab2aaf337007acce904
aubinator: Add a new tool called Aubinator to the src/intel/tools folder.

The Aubinator tool is designed to help the driver developers in debugging
the driver functionality by decoding the data in the .aub files.
Primary Authors of this tool are Damien Lespiau <damien.lespiau at intel.com>
and Kristian Høgsberg Kristensen <krh at bitplanet.net>.

v2: Review comments are incorporated by Sirisha Gandikota as below:
1) Make Makefile.am more crisp, reuse intel_aub.h from libdrm (per Emil)
2) Aubinator will use platform name instead of GEN number (per Matt)
3) Disassmebler gets created based on pciid rather then GEN number (per Matt)
4) Other formatting comments (per Ken, Matt and Emil)

Signed-off-by: Sirisha Gandikota <Sirisha.Gandikota@intel.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Ben Widawsky <ben@bwidawsk.net>
configure.ac
src/Makefile.am
src/intel/tools/Makefile.am [new file with mode: 0644]
src/intel/tools/aubinator.c [new file with mode: 0644]
src/intel/tools/decoder.c [new file with mode: 0644]
src/intel/tools/decoder.h [new file with mode: 0644]
src/intel/tools/disasm.c [new file with mode: 0644]
src/intel/tools/gen_disasm.h [new file with mode: 0644]