aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* intel/tools/aubinator: Drop platform list from print_help()Matt Turner2018-03-221-1/+1
* aubinator_error_decode: Compare only the class_name of the ring.Rafael Antognolli2018-03-211-1/+1
* intel/tools: aubinator: Catch gen11 "enhanced execlist" submissionScott D Phillips2018-03-211-6/+20
* intel: Split gen_device_info out into libintel_devJordan Justen2018-03-052-3/+3
* intel/tools: Use gen_device_name_to_pci_device_id in aubinatorJordan Justen2018-02-271-24/+6
* intel: aubinator_error_decode: fix segfault on missing registerLionel Landwerlin2018-02-261-1/+2
* intel/aubinator: Correctly decode INTERFACE_DESCRIPTOR_DATAJason Ekstrand2018-02-141-1/+1
* meson: Add build option for toolsScott D Phillips2018-02-081-2/+4
* aubinator: Multiply count by 4 to compute buffer sizesJason Ekstrand2018-02-021-1/+1
* intel/decoder: Fix control / evaluation label mixup.Kenneth Graunke2018-02-011-2/+2
* 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
* 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