aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools/aubinator_error_decode.c
Commit message (Expand)AuthorAgeFilesLines
* intel/tools/error: Save error state sections and decode them later.Kenneth Graunke2017-11-131-37/+58
* intel/tools/error: Fix null termination of ring name string.Kenneth Graunke2017-11-131-0/+1
* intel/tools/error: Drop unused MAX_RINGS #define.Kenneth Graunke2017-11-131-2/+0
* intel/tools/error: Refactor buffer matching, add more buffers.Kenneth Graunke2017-11-131-62/+30
* intel/tools/error: Only decode a few sections of error states.Kenneth Graunke2017-11-131-1/+3
* intel/tools/error: Drop unused parameters from decode() helper.Kenneth Graunke2017-11-131-5/+3
* intel/tools/error: Drop support for non-ascii85 encoded error states.Kenneth Graunke2017-11-131-35/+4
* intel/tools/error: Do ascii85 decode first.Kenneth Graunke2017-11-131-31/+29
* intel/tools: Fix detection of enabled shader stages.Kenneth Graunke2017-11-121-1/+1
* intel: error-decode: implement a rolling window of programsLionel Landwerlin2017-11-011-14/+23
* aubinator: remove duplicate initialisationEric Engestrom2017-09-011-1/+0
* aubinator: report error on unknown device idLionel Landwerlin2017-05-241-1/+1
* aubinator: be consistent on exit codeLionel Landwerlin2017-05-241-5/+5
* aubinator: fix double freeLionel Landwerlin2017-05-241-1/+1
* intel/aubinator_error_decode: Disassemble shader programsMatt Turner2017-05-151-3/+181
* intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_ENDMatt Turner2017-05-151-0/+3
* intel/gen_decoder: return -1 for unknown command formatsJordan Justen2017-04-061-3/+4
* intel/aubinator_error_decode: Fix structure decode dataJordan Justen2017-04-061-1/+1
* intel: tools: add aubinator_error_decode toolLionel Landwerlin2017-04-041-0/+735