Module: Mesa Branch: master Commit: 3e218ad7f85e4f21d5d206adf7ebb283842f9732 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e218ad7f85e4f21d5d206adf7ebb283842f9732
Author: Kristian Høgsberg Kristensen <[email protected]> Date: Fri Aug 19 12:13:24 2016 -0700 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 <[email protected]> Acked-by: Kenneth Graunke <[email protected]> Acked-by: Ben Widawsky <[email protected]> --- configure.ac | 1 + src/Makefile.am | 4 + src/intel/tools/Makefile.am | 64 +++ src/intel/tools/aubinator.c | 1066 ++++++++++++++++++++++++++++++++++++++++++ src/intel/tools/decoder.c | 518 ++++++++++++++++++++ src/intel/tools/decoder.h | 57 +++ src/intel/tools/disasm.c | 111 +++++ src/intel/tools/gen_disasm.h | 35 ++ 8 files changed, 1856 insertions(+) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=3e218ad7f85e4f21d5d206adf7ebb283842f9732 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
