summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg Kristensen <krh@bitplanet.net>2016-08-19 12:13:24 -0700
committerKenneth Graunke <kenneth@whitecape.org>2016-08-23 21:19:33 -0700
commit3e218ad7f85e4f21d5d206adf7ebb283842f9732 (patch)
treef87f30a7c7a841454789da8f5ce71ed90ab9f526 /configure.ac
parenteb1a0ddfd55ba606eb67fab2aaf337007acce904 (diff)
downloadexternal_mesa3d-3e218ad7f85e4f21d5d206adf7ebb283842f9732.zip
external_mesa3d-3e218ad7f85e4f21d5d206adf7ebb283842f9732.tar.gz
external_mesa3d-3e218ad7f85e4f21d5d206adf7ebb283842f9732.tar.bz2
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index aea5890..3aa15c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2741,6 +2741,7 @@ AC_CONFIG_FILES([Makefile
src/intel/Makefile
src/intel/genxml/Makefile
src/intel/isl/Makefile
+ src/intel/tools/Makefile
src/intel/vulkan/Makefile
src/loader/Makefile
src/mapi/Makefile