From: Sirisha Gandikota <sirisha.gandik...@intel.com> This is a patch series for adding the aubinator tool to the codebase.
The aubinator tool is designed to help the driver developers to debug the driver functionality by decoding the data in the .aub files. This tool is for Intel Gen platforms and has been tested for Gen7.5, Gen8 and Gen9 platforms. Kristian Høgsberg Kristensen (1): aubinator: Add a new tool called Aubinator to the src/intel/tools folder. Sirisha Gandikota (1): aubinator: Fix the tool to correctly decode the DWords configure.ac | 1 + src/Makefile.am | 4 + src/intel/tools/Makefile.am | 65 +++ src/intel/tools/aubinator.c | 1140 ++++++++++++++++++++++++++++++++++++++++++ src/intel/tools/decoder.c | 515 +++++++++++++++++++ src/intel/tools/decoder.h | 96 ++++ src/intel/tools/disasm.c | 109 ++++ src/intel/tools/gen_disasm.h | 35 ++ src/intel/tools/intel_aub.h | 154 ++++++ 9 files changed, 2119 insertions(+) create mode 100644 src/intel/tools/Makefile.am create mode 100644 src/intel/tools/aubinator.c create mode 100644 src/intel/tools/decoder.c create mode 100644 src/intel/tools/decoder.h create mode 100644 src/intel/tools/disasm.c create mode 100644 src/intel/tools/gen_disasm.h create mode 100644 src/intel/tools/intel_aub.h -- 2.7.4 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev