diff options
author | Lionel Landwerlin <[email protected]> | 2017-03-01 14:39:58 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-04-04 21:22:26 +0100 |
commit | e8d9b76f6390459b2f7e2aa6ae8b74275f66c791 (patch) | |
tree | 22f197c8cd1c75369c0125bd68f37b87032df1cf /src/intel/tools/.gitignore | |
parent | 567d77885e8579486354843e7280428dc96d4bd9 (diff) |
intel: tools: add aubinator_error_decode tool
This is pretty much the same tool as what i-g-t has, only with a more
fancy decoding of the instructions/registers. It also doesn't support
anything before gen4.
v2 (from Matt): Drop authors
Remove undefined automake variable
v3: Fix incorrect offsets for dword > 1 (Jordan)
v4: Fix decompression error with large blobs (Jordan)
Signed-off-by: Lionel Landwerlin <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/intel/tools/.gitignore')
-rw-r--r-- | src/intel/tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/tools/.gitignore b/src/intel/tools/.gitignore index 0c80a6fed2b..27437f9eefd 100644 --- a/src/intel/tools/.gitignore +++ b/src/intel/tools/.gitignore @@ -1 +1,2 @@ /aubinator +/aubinator_error_decode |