aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools/aubinator_error_decode.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Give the batch decoder a callback to ask about state size.Kenneth Graunke2018-05-021-1/+1
* intel: error_decode: add an option to decode all buffersLionel Landwerlin2018-04-031-2/+7
* intel/aubinator_error_decode: Decode more registers.Rafael Antognolli2018-03-261-0/+12
* aubinator_error_decode: Compare only the class_name of the ring.Rafael Antognolli2018-03-211-1/+1
* intel: aubinator_error_decode: fix segfault on missing registerLionel Landwerlin2018-02-261-1/+2
* aubinator: Multiply count by 4 to compute buffer sizesJason Ekstrand2018-02-021-1/+1
* aubinator: Multiply count by 4 to compute buffer sizesJason Ekstrand2018-01-241-1/+1
* intel: Future-proof ring names for aubinator_error_decodeChris Wilson2018-01-181-24/+98
* intel/aubinator: Free section data lastJason Ekstrand2017-12-281-2/+4
* intel/tools: Switch aubinator_error_decode over to the gen_print_batchJason Ekstrand2017-12-141-204/+34
* intel/disasm: Take a devinfo in gen_disasm_createJason Ekstrand2017-12-141-1/+1
* intel/decoder: Take a bit offset in gen_print_groupJason Ekstrand2017-12-141-8/+10
* intel/tools/error: Decode compute shaders.Kenneth Graunke2017-11-131-7/+42
* intel/tools/error: Use do-while for field iterator loops.Kenneth Graunke2017-11-131-6/+6
* intel/tools/error: Decode shaders while decoding batch commands.Kenneth Graunke2017-11-131-85/+49
* 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