aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* aubinator: add support for aubinating memtrace aubsScott D Phillips2018-01-081-35/+83
* aubinator: extract aubinator_init() out of the header handler functionScott D Phillips2018-01-081-16/+23
* aubinator: honor --color option when printing the headerScott D Phillips2018-01-081-1/+5
* intel/aubinator: Gracefully handle dynamic state not being availableJason Ekstrand2017-12-281-0/+5
* intel/aubinator: Free section data lastJason Ekstrand2017-12-281-2/+4
* intel/tools: Convert aubinator over to the common frameworkJason Ekstrand2017-12-142-690/+32
* intel/batch-decoder: Decode registersJason Ekstrand2017-12-141-0/+13
* intel/batch-decoder: Decode dynamic stateJason Ekstrand2017-12-141-0/+81
* intel/batch-decoder: Decode constants, binding tables, and samplersJason Ekstrand2017-12-141-0/+73
* intel/tools: Switch aubinator_error_decode over to the gen_print_batchJason Ekstrand2017-12-142-205/+36
* intel/batch-decoder: Decode graphics shadersJason Ekstrand2017-12-141-0/+95
* intel/batch-decoder: Decode vertex and index buffersJason Ekstrand2017-12-141-0/+159
* intel/batch-decoder: Decode MEDIA_INTERFACE_DESCRIPTOR_LOADJason Ekstrand2017-12-141-0/+145
* intel/tools: Add the start of a generic batch decoderJason Ekstrand2017-12-141-0/+258
* intel/disasm: Take a devinfo in gen_disasm_createJason Ekstrand2017-12-144-8/+7
* intel/decoder: Take a bit offset in gen_print_groupJason Ekstrand2017-12-142-9/+11
* i965: Rewrite disassembly annotation codeMatt Turner2017-11-171-20/+21
* 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: common: make intel utils available from C++Lionel Landwerlin2017-11-011-0/+8
* intel: error-decode: implement a rolling window of programsLionel Landwerlin2017-11-011-14/+23
* intel/tools/disasm: correctly observe FILE *out parameterKevin Rogovin2017-10-261-2/+2
* meson: move expat dependency where it's neededEric Engestrom2017-10-181-1/+1
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-271-0/+39
* aubinator: remove duplicate initialisationEric Engestrom2017-09-011-1/+0
* aubinator: don't leak fd of opened aubfileLionel Landwerlin2017-07-131-0/+2
* aubinator: import intel_aub.h from libdrmLionel Landwerlin2017-06-271-0/+153
* aubinator: Dump sampler state pointers on gen6 too.Rafael Antognolli2017-06-221-0/+11
* i965/cnl: Add cnl bits in aubinatorAnuj Phogat2017-06-091-3/+5
* intel: gen-decoder: rework how we handle groupsLionel Landwerlin2017-06-061-18/+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/tools: Refactor gen_disasm_disassemble() to use annotationsMatt Turner2017-05-151-28/+43
* intel/aubinator: Correctly read variable length structs.Rafael Antognolli2017-04-241-0/+19
* intel/aubinator: Stop searching after a custom handler is foundJordan Justen2017-04-061-1/+3
* intel/gen_decoder: return -1 for unknown command formatsJordan Justen2017-04-062-6/+8
* intel/aubinator_error_decode: Fix structure decode dataJordan Justen2017-04-061-1/+1